2012-10-06 |
Aurelien Jarno | Merge branch 'ppc-for-upstream' of git://repo.or.cz... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Stefan Weil | qemu-barrier: Fix compilation on i386 hosts |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Richard Henderson | tcg: Add tcg_high_cond |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Richard Henderson | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Richard Henderson | tcg: Add is_unsigned_cond |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vga: cleanup after isa_vga_init() and pci_vga_init... |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | mips/r4k: use the new is_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | pc: use the new pci_vga_init() and isa_vga_init() functions |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | sun/sun4u: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | ppc/pSeries: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | ppc/prep: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | ppc/oldworld: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | ppc/newworld: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | alpha: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | mips/malta: use the new pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | isa: add a isa_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | pci: add a pci_vga_init() function |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vl.c: default to std if cirrus is not available |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vl.c: check for qxl availability |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vl.c: convert *vga_enabled functions to QOM |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vga: rename isa_vga_init() to isa_std_vga_init() |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | vga: rename pci_vga_init() into pci_std_vga_init() |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | tcg: remove obsolete jmp op |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Aurelien Jarno | target-xtensa: de-optimize EXTUI |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Stefan Weil | Remove libhw |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Paolo Bonzini | rtc: implement century byte |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Paolo Bonzini | rtc: map CMOS index 0x37 to 0x32 on read and writes |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Paolo Bonzini | rtc: fix overflow in mktimegm |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Paolo Bonzini | qtest: implement QTEST_STOP |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Stefan Weil | qemu-barrier: Fix compiler version check for future... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | doc: update HACKING wrt strncpy/pstrcpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | hw/r2d: add comment: this strncpy use is ok |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | qcow2: mark this file's sole strncpy use as justified |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | acpi: remove strzcpy (strncpy-identical) function;... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | libcacard/vcard_emul_nss: use pstrcpy in place of strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | qemu-ga: prefer pstrcpy: consistently NUL-terminate... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | vscsi: avoid unwarranted strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | virtio-9p: avoid unwarranted uses of strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | bt: replace fragile snprintf use and unwarranted strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | ui/vnc: simplify and avoid strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | linux-user: remove two unchecked uses of strdup |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | ppc: avoid buffer overrun: use pstrcpy, not strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | os-posix: avoid buffer overrun |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | lm32: avoid buffer overrun |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | hw/9pfs: avoid buffer overrun |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | vmdk: relative_path: use pstrcpy in place of strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | sheepdog: avoid a few buffer overruns |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | block: avoid buffer overrun by using pstrcpy, not strncpy |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | sparc: use g_strdup in place of unchecked strdup |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Jim Meyering | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_de... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alexander Graf | PPC: KVM: Fix BAT put |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Anthony Liguori | Merge remote-tracking branch 'sstabellini/xen-2012... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Anthony Liguori | Merge remote-tracking branch 'kwolf/for-anthony' into... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Anthony Liguori | Merge remote-tracking branch 'qmp/queue/qmp' into staging |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Anthony Liguori | Merge remote-tracking branch 'mst/tags/for_anthony... |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Anthony Liguori | Merge remote-tracking branch 'kraxel/usb.66' into staging |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Avi Kivity | Make target_phys_addr_t 64 bits unconditionally |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alexander Graf | PPC: e500: Only expose even TLB sizes in initial TLB |
commit | commitdiff | tree | snapshot |
2012-10-05 |
David Gibson | ppc/pseries: Reset VPA registration on CPU reset |
commit | commitdiff | tree | snapshot |
2012-10-05 |
David Gibson | pseries: Don't test for MSR_PR for hypercalls under KVM |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Scott Wood | PPC: e500: calculate initrd_base like dt_base |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Scott Wood | PPC: e500: increase DTC_LOAD_PAD |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alexander Graf | device tree: simplify dumpdtb code |
commit | commitdiff | tree | snapshot |
2012-10-05 |
Alexander Graf | fdt: move dumpdtb interpretation code to device_tree.c |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | target-ppc: Remove unused power_mode field from cpu... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Set hash table size based on RAM size |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Remove unnecessary locking from PAPR hash... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Stefan Weil | ppc405_uc: Fix buffer overflow |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | target-ppc: KVM: Fix some kernel version edge cases... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Fix semantics of RTAS int-on, int-off and... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Rework implementation of TCE bypass |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Remove never used flags field from spapr vio... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Remove XICS irq type enum type |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Remove C bitfields from xics code |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Small cleanup to H_CEDE implementation |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Fix XICS reset |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Reset emulated PCI TCE tables on system reset |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Clear TCE and signal state when resetting... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Add support for new KVM hash table control... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Use new method to correct reset sequence |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | pseries: Fix and cleanup CPU initialization and reset |
commit | commitdiff | tree | snapshot |
2012-10-04 |
David Gibson | ppc: Make kvm_arch_put_registers() put *all* the registers |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Aurelien Jarno | target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Aurelien Jarno | target-ppc: use the softfloat float32_muladd function |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Aurelien Jarno | target-ppc: use the softfloat min/max functions |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Aurelien Jarno | target-ppc: simplify NaN propagation for vector functions |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andreas Färber | MAINTAINERS: Document virtex_ml507 machine |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andreas Färber | MAINTAINERS: Document Bamboo machine and ppc4xx devices |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andreas Färber | MAINTAINERS: Downgrade ppc405 to Odd Fixes |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andreas Färber | MAINTAINERS: Document e500 machines and devices |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Andreas Färber | MAINTAINERS: Document sPAPR (pSeries) machine |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | xen: Set the vram dirty when an error occur. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | exec, memory: Call to xen_modified_memory. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | exec: Introduce helper to set dirty flags. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | xen: Introduce xen_modified_memory. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | QMP, Introduce xen-set-global-dirty-log command. |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Xudong Hao | qemu/xen: Add 64 bits big bar support on qemu |
commit | commitdiff | tree | snapshot |
2012-10-03 |
Anthony PERARD | xen: Fix, no unplug of pt device by platform device. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Peter Maydell | fpu/softfloat.c: Return correctly signed values from... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Peter Maydell | fpu/softfloat.c: Remove pointless shift of always-zero... |
commit | commitdiff | tree | snapshot |
next |