aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering
2012-10-05os-posix: avoid buffer overrunJim Meyering
2012-10-05lm32: avoid buffer overrunJim Meyering
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering
2012-10-05vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering
2012-10-05block: avoid buffer overrun by using pstrcpy, not strncpyJim Meyering
2012-10-05sparc: use g_strdup in place of unchecked strdupJim Meyering
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-10-05qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil
2012-10-05slirp: Fix spelling in comment (enought -> enough, insure -> ensure)Stefan Weil
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell
2012-10-05cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil
2012-10-05configure: Support empty target list (--target-list=)Stefan Weil
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil
2012-10-05PPC: KVM: Fix BAT putAlexander Graf
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-10-05PPC: e500: Only expose even TLB sizes in initial TLBAlexander Graf
2012-10-05ppc/pseries: Reset VPA registration on CPU resetDavid Gibson
2012-10-05pseries: Don't test for MSR_PR for hypercalls under KVMDavid Gibson
2012-10-05PPC: e500: calculate initrd_base like dt_baseScott Wood
2012-10-05PPC: e500: increase DTC_LOAD_PADScott Wood
2012-10-05device tree: simplify dumpdtb codeAlexander Graf
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf
2012-10-04target-ppc: Remove unused power_mode field from cpu stateDavid Gibson
2012-10-04pseries: Set hash table size based on RAM sizeDavid Gibson
2012-10-04pseries: Remove unnecessary locking from PAPR hash table hcallsDavid Gibson
2012-10-04ppc405_uc: Fix buffer overflowStefan Weil
2012-10-04target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()David Gibson
2012-10-04pseries: Fix semantics of RTAS int-on, int-off and set-xive functionsDavid Gibson
2012-10-04pseries: Rework implementation of TCE bypassDavid Gibson
2012-10-04pseries: Remove never used flags field from spapr vio devicesDavid Gibson
2012-10-04pseries: Remove XICS irq type enum typeDavid Gibson
2012-10-04pseries: Remove C bitfields from xics codeDavid Gibson
2012-10-04pseries: Small cleanup to H_CEDE implementationDavid Gibson
2012-10-04pseries: Fix XICS resetDavid Gibson
2012-10-04pseries: Reset emulated PCI TCE tables on system resetDavid Gibson
2012-10-04pseries: Clear TCE and signal state when resetting PAPR VIO devicesDavid Gibson
2012-10-04pseries: Add support for new KVM hash table control callDavid Gibson
2012-10-04pseries: Use new method to correct reset sequenceDavid Gibson
2012-10-04pseries: Fix and cleanup CPU initialization and resetDavid Gibson
2012-10-04ppc: Make kvm_arch_put_registers() put *all* the registersDavid Gibson