Age | Commit message (Expand) | Author |
2012-10-05 | hw/9pfs: avoid buffer overrun | Jim Meyering |
2012-10-05 | vmdk: relative_path: use pstrcpy in place of strncpy | Jim Meyering |
2012-10-05 | sheepdog: avoid a few buffer overruns | Jim Meyering |
2012-10-05 | block: avoid buffer overrun by using pstrcpy, not strncpy | Jim Meyering |
2012-10-05 | sparc: use g_strdup in place of unchecked strdup | Jim Meyering |
2012-10-05 | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL | Jim Meyering |
2012-10-05 | qemu-sockets: Fix compiler warning (regression for MinGW) | Stefan Weil |
2012-10-05 | vnc: Fix spelling (hellmen -> hellman) in comment | Stefan Weil |
2012-10-05 | slirp: Fix spelling in comment (enought -> enough, insure -> ensure) | Stefan Weil |
2012-10-05 | tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code | Peter Maydell |
2012-10-05 | cpu: Add missing 'static' attribute to qemu_global_mutex | Stefan Weil |
2012-10-05 | configure: Support empty target list (--target-list=) | Stefan Weil |
2012-10-05 | hw: Fix return value check for bdrv_read, bdrv_write | Stefan Weil |
2012-10-05 | PPC: KVM: Fix BAT put | Alexander Graf |
2012-10-04 | Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging | Anthony Liguori |
2012-10-04 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-10-04 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2012-10-04 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2012-10-04 | Merge remote-tracking branch 'kraxel/usb.66' into staging | Anthony Liguori |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity |
2012-10-05 | PPC: e500: Only expose even TLB sizes in initial TLB | Alexander Graf |
2012-10-05 | ppc/pseries: Reset VPA registration on CPU reset | David Gibson |
2012-10-05 | pseries: Don't test for MSR_PR for hypercalls under KVM | David Gibson |
2012-10-05 | PPC: e500: calculate initrd_base like dt_base | Scott Wood |
2012-10-05 | PPC: e500: increase DTC_LOAD_PAD | Scott Wood |
2012-10-05 | device tree: simplify dumpdtb code | Alexander Graf |
2012-10-05 | fdt: move dumpdtb interpretation code to device_tree.c | Alexander Graf |
2012-10-04 | target-ppc: Remove unused power_mode field from cpu state | David Gibson |
2012-10-04 | pseries: Set hash table size based on RAM size | David Gibson |
2012-10-04 | pseries: Remove unnecessary locking from PAPR hash table hcalls | David Gibson |
2012-10-04 | ppc405_uc: Fix buffer overflow | Stefan Weil |
2012-10-04 | target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() | David Gibson |
2012-10-04 | pseries: Fix semantics of RTAS int-on, int-off and set-xive functions | David Gibson |
2012-10-04 | pseries: Rework implementation of TCE bypass | David Gibson |
2012-10-04 | pseries: Remove never used flags field from spapr vio devices | David Gibson |
2012-10-04 | pseries: Remove XICS irq type enum type | David Gibson |
2012-10-04 | pseries: Remove C bitfields from xics code | David Gibson |
2012-10-04 | pseries: Small cleanup to H_CEDE implementation | David Gibson |
2012-10-04 | pseries: Fix XICS reset | David Gibson |
2012-10-04 | pseries: Reset emulated PCI TCE tables on system reset | David Gibson |
2012-10-04 | pseries: Clear TCE and signal state when resetting PAPR VIO devices | David Gibson |
2012-10-04 | pseries: Add support for new KVM hash table control call | David Gibson |
2012-10-04 | pseries: Use new method to correct reset sequence | David Gibson |
2012-10-04 | pseries: Fix and cleanup CPU initialization and reset | David Gibson |
2012-10-04 | ppc: Make kvm_arch_put_registers() put *all* the registers | David Gibson |
2012-10-04 | target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros | Aurelien Jarno |
2012-10-04 | target-ppc: use the softfloat float32_muladd function | Aurelien Jarno |
2012-10-04 | target-ppc: use the softfloat min/max functions | Aurelien Jarno |
2012-10-04 | target-ppc: simplify NaN propagation for vector functions | Aurelien Jarno |
2012-10-04 | MAINTAINERS: Document virtex_ml507 machine | Andreas Färber |