summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-05Remove libhwStefan Weil10-175/+141
2012-10-05rtc: implement century bytePaolo Bonzini2-11/+48
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2-6/+13
2012-10-05rtc: fix overflow in mktimegmPaolo Bonzini2-1/+46
2012-10-05qtest: implement QTEST_STOPPaolo Bonzini1-13/+25
2012-10-05qemu-barrier: Fix compiler version check for future gcc versionsStefan Weil1-1/+1
2012-10-05doc: update HACKING wrt strncpy/pstrcpyJim Meyering1-4/+5
2012-10-05hw/r2d: add comment: this strncpy use is okJim Meyering1-0/+2
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering1-0/+1
2012-10-05acpi: remove strzcpy (strncpy-identical) function; just use strncpyJim Meyering1-16/+8
2012-10-05libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering2-2/+4
2012-10-05qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_nameJim Meyering1-1/+1
2012-10-05vscsi: avoid unwarranted strncpyJim Meyering1-1/+1
2012-10-05virtio-9p: avoid unwarranted uses of strncpyJim Meyering3-4/+8
2012-10-05bt: replace fragile snprintf use and unwarranted strncpyJim Meyering1-5/+2
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering1-3/+1
2012-10-05linux-user: remove two unchecked uses of strdupJim Meyering1-5/+7
2012-10-05ppc: avoid buffer overrun: use pstrcpy, not strncpyJim Meyering1-1/+1
2012-10-05os-posix: avoid buffer overrunJim Meyering1-2/+1
2012-10-05lm32: avoid buffer overrunJim Meyering1-1/+1
2012-10-05hw/9pfs: avoid buffer overrunJim Meyering1-2/+2
2012-10-05vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering1-2/+1
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering1-12/+22
2012-10-05block: avoid buffer overrun by using pstrcpy, not strncpyJim Meyering1-2/+3
2012-10-05sparc: use g_strdup in place of unchecked strdupJim Meyering1-2/+2
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering6-11/+7
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori10-53/+142
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori40-426/+4923
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori16-155/+517
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-22/+34
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori4-109/+140
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity13-75/+13
2012-10-03xen: Set the vram dirty when an error occur.Anthony PERARD1-1/+2
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD2-0/+3
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD1-35/+17
2012-10-03xen: Introduce xen_modified_memory.Anthony PERARD3-0/+26
2012-10-03QMP, Introduce xen-set-global-dirty-log command.Anthony PERARD4-0/+57
2012-10-03qemu/xen: Add 64 bits big bar support on qemuXudong Hao2-15/+31
2012-10-03xen: Fix, no unplug of pt device by platform device.Anthony PERARD1-2/+6
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori1-1/+1
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson2-1/+7
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson2-0/+1978
2012-10-01Update Linux kernel headersAlex Williamson1-0/+368
2012-10-01Update kernel header script to include vfioAlex Williamson1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin6-49/+207
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11