Age | Commit message (Expand) | Author | Files | Lines |
2012-10-05 | block: avoid buffer overrun by using pstrcpy, not strncpy | Jim Meyering | 1 | -2/+3 |
2012-10-05 | sparc: use g_strdup in place of unchecked strdup | Jim Meyering | 1 | -2/+2 |
2012-10-05 | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL | Jim Meyering | 6 | -11/+7 |
2012-10-04 | Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging | Anthony Liguori | 10 | -53/+142 |
2012-10-04 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 40 | -426/+4923 |
2012-10-04 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 16 | -155/+517 |
2012-10-04 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 6 | -22/+34 |
2012-10-04 | Merge remote-tracking branch 'kraxel/usb.66' into staging | Anthony Liguori | 4 | -109/+140 |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity | 13 | -75/+13 |
2012-10-03 | xen: Set the vram dirty when an error occur. | Anthony PERARD | 1 | -1/+2 |
2012-10-03 | exec, memory: Call to xen_modified_memory. | Anthony PERARD | 2 | -0/+3 |
2012-10-03 | exec: Introduce helper to set dirty flags. | Anthony PERARD | 1 | -35/+17 |
2012-10-03 | xen: Introduce xen_modified_memory. | Anthony PERARD | 3 | -0/+26 |
2012-10-03 | QMP, Introduce xen-set-global-dirty-log command. | Anthony PERARD | 4 | -0/+57 |
2012-10-03 | qemu/xen: Add 64 bits big bar support on qemu | Xudong Hao | 2 | -15/+31 |
2012-10-03 | xen: Fix, no unplug of pt device by platform device. | Anthony PERARD | 1 | -2/+6 |
2012-10-01 | fpu/softfloat.c: Return correctly signed values from uint64_to_float32 | Peter Maydell | 1 | -2/+2 |
2012-10-01 | fpu/softfloat.c: Remove pointless shift of always-zero value | Peter Maydell | 1 | -1/+1 |
2012-10-01 | vfio_pci: fix build on 32-bit systems | Anthony Liguori | 1 | -1/+1 |
2012-10-01 | vfio: Enable vfio-pci and mark supported | Alex Williamson | 2 | -1/+7 |
2012-10-01 | vfio: vfio-pci device assignment driver | Alex Williamson | 2 | -0/+1978 |
2012-10-01 | Update Linux kernel headers | Alex Williamson | 1 | -0/+368 |
2012-10-01 | Update kernel header script to include vfio | Alex Williamson | 1 | -1/+1 |
2012-10-01 | x86: Implement SMEP and SMAP | H. Peter Anvin | 6 | -49/+207 |
2012-09-30 | i386: -cpu help: remove reference to specific CPUID leaves/registers | Eduardo Habkost | 1 | -4/+4 |
2012-09-30 | i386: cpu: eliminate duplicate feature names | Eduardo Habkost | 1 | -8/+23 |
2012-09-30 | i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES | Eduardo Habkost | 1 | -9/+11 |
2012-09-30 | i386: kvm: use a #define for the set of alias feature bits | Eduardo Habkost | 2 | -1/+13 |
2012-09-30 | i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved | Eduardo Habkost | 1 | -1/+1 |
2012-09-28 | qemu-iotests: add tests for streaming error handling | Paolo Bonzini | 3 | -2/+229 |
2012-09-28 | qemu-iotests: map underscore to dash in QMP argument names | Paolo Bonzini | 1 | -1/+7 |
2012-09-28 | blkdebug: process all set_state rules in the old state | Paolo Bonzini | 1 | -5/+7 |
2012-09-28 | stream: add on-error argument | Paolo Bonzini | 6 | -9/+47 |
2012-09-28 | block: introduce block job error | Paolo Bonzini | 8 | -12/+120 |
2012-09-28 | iostatus: reorganize io error code | Paolo Bonzini | 6 | -55/+64 |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini | 7 | -11/+11 |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini | 11 | -36/+54 |
2012-09-28 | iostatus: rename BlockErrorAction, BlockQMPEventAction | Paolo Bonzini | 6 | -14/+14 |
2012-09-28 | qemu-iotests: add test for pausing a streaming operation | Paolo Bonzini | 3 | -5/+41 |
2012-09-28 | qmp: add block-job-pause and block-job-resume | Paolo Bonzini | 7 | -8/+147 |
2012-09-28 | block: add support for job pause/resume | Paolo Bonzini | 5 | -6/+72 |
2012-09-28 | qmp: add 'busy' member to BlockJobInfo | Paolo Bonzini | 2 | -1/+5 |
2012-09-28 | block: add block_job_query | Paolo Bonzini | 3 | -13/+21 |
2012-09-28 | block: move job APIs to separate files | Paolo Bonzini | 10 | -282/+354 |
2012-09-28 | block: fix documentation of block_job_cancel_sync | Paolo Bonzini | 1 | -7/+5 |
2012-09-28 | qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE | Paolo Bonzini | 2 | -2/+5 |
2012-09-28 | qemu-iotests: add initial tests for live block commit | Jeff Cody | 3 | -0/+184 |
2012-09-28 | QAPI: add command for live block commit, 'block-commit' | Jeff Cody | 4 | -2/+102 |
2012-09-28 | block: helper function, to find the base image of a chain | Jeff Cody | 2 | -0/+17 |
2012-09-28 | blockdev: rename block_stream_cb to a generic block_job_cb | Jeff Cody | 2 | -4/+4 |