Age | Commit message (Expand) | Author |
2012-10-05 | rtc: map CMOS index 0x37 to 0x32 on read and writes | Paolo Bonzini |
2012-10-05 | rtc: fix overflow in mktimegm | Paolo Bonzini |
2012-10-05 | qtest: implement QTEST_STOP | Paolo Bonzini |
2012-10-05 | qemu-barrier: Fix compiler version check for future gcc versions | Stefan Weil |
2012-10-05 | doc: update HACKING wrt strncpy/pstrcpy | Jim Meyering |
2012-10-05 | hw/r2d: add comment: this strncpy use is ok | Jim Meyering |
2012-10-05 | qcow2: mark this file's sole strncpy use as justified | Jim Meyering |
2012-10-05 | acpi: remove strzcpy (strncpy-identical) function; just use strncpy | Jim Meyering |
2012-10-05 | libcacard/vcard_emul_nss: use pstrcpy in place of strncpy | Jim Meyering |
2012-10-05 | qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name | Jim Meyering |
2012-10-05 | vscsi: avoid unwarranted strncpy | Jim Meyering |
2012-10-05 | virtio-9p: avoid unwarranted uses of strncpy | Jim Meyering |
2012-10-05 | bt: replace fragile snprintf use and unwarranted strncpy | Jim Meyering |
2012-10-05 | ui/vnc: simplify and avoid strncpy | Jim Meyering |
2012-10-05 | linux-user: remove two unchecked uses of strdup | Jim Meyering |
2012-10-05 | ppc: avoid buffer overrun: use pstrcpy, not strncpy | Jim Meyering |
2012-10-05 | os-posix: avoid buffer overrun | Jim Meyering |
2012-10-05 | lm32: avoid buffer overrun | Jim Meyering |
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-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-03 | xen: Set the vram dirty when an error occur. | Anthony PERARD |
2012-10-03 | exec, memory: Call to xen_modified_memory. | Anthony PERARD |
2012-10-03 | exec: Introduce helper to set dirty flags. | Anthony PERARD |
2012-10-03 | xen: Introduce xen_modified_memory. | Anthony PERARD |
2012-10-03 | QMP, Introduce xen-set-global-dirty-log command. | Anthony PERARD |
2012-10-03 | qemu/xen: Add 64 bits big bar support on qemu | Xudong Hao |
2012-10-03 | xen: Fix, no unplug of pt device by platform device. | Anthony PERARD |
2012-10-01 | fpu/softfloat.c: Return correctly signed values from uint64_to_float32 | Peter Maydell |
2012-10-01 | fpu/softfloat.c: Remove pointless shift of always-zero value | Peter Maydell |
2012-10-01 | vfio_pci: fix build on 32-bit systems | Anthony Liguori |
2012-10-01 | vfio: Enable vfio-pci and mark supported | Alex Williamson |
2012-10-01 | vfio: vfio-pci device assignment driver | Alex Williamson |
2012-10-01 | Update Linux kernel headers | Alex Williamson |
2012-10-01 | Update kernel header script to include vfio | Alex Williamson |
2012-10-01 | x86: Implement SMEP and SMAP | H. Peter Anvin |
2012-09-30 | i386: -cpu help: remove reference to specific CPUID leaves/registers | Eduardo Habkost |
2012-09-30 | i386: cpu: eliminate duplicate feature names | Eduardo Habkost |
2012-09-30 | i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES | Eduardo Habkost |
2012-09-30 | i386: kvm: use a #define for the set of alias feature bits | Eduardo Habkost |
2012-09-30 | i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved | Eduardo Habkost |