Age | Commit message (Expand) | Author |
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 |
2012-09-28 | qemu-iotests: add tests for streaming error handling | Paolo Bonzini |
2012-09-28 | qemu-iotests: map underscore to dash in QMP argument names | Paolo Bonzini |
2012-09-28 | blkdebug: process all set_state rules in the old state | Paolo Bonzini |
2012-09-28 | stream: add on-error argument | Paolo Bonzini |
2012-09-28 | block: introduce block job error | Paolo Bonzini |
2012-09-28 | iostatus: reorganize io error code | Paolo Bonzini |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini |
2012-09-28 | iostatus: rename BlockErrorAction, BlockQMPEventAction | Paolo Bonzini |
2012-09-28 | qemu-iotests: add test for pausing a streaming operation | Paolo Bonzini |
2012-09-28 | qmp: add block-job-pause and block-job-resume | Paolo Bonzini |
2012-09-28 | block: add support for job pause/resume | Paolo Bonzini |
2012-09-28 | qmp: add 'busy' member to BlockJobInfo | Paolo Bonzini |