summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Update version for v2.10.0-rc1 releasev2.10.0-rc1Peter Maydell1-1/+1
2017-08-02tests/hmp: Fix typo in the 'chardev-send-break' testThomas Huth2-1/+2
2017-08-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170802a'...Peter Maydell3-3/+14
2017-08-02io: fix qio_channel_socket_accept err handlingPeter Xu1-1/+2
2017-08-02migration: fix comment disorder in RAMStatePeter Xu1-2/+2
2017-08-02migration: fix small leaksMarc-André Lureau1-0/+10
2017-08-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-22/+77
2017-08-02pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov1-4/+18
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-08-02vhost-user: fix watcher need be removed when vhost-user hotplugYunjian Wang1-0/+4
2017-08-02tests/bios-tables-test: Compiler warning fixDr. David Alan Gilbert1-1/+1
2017-08-02accel: cleanup error outputLaurent Vivier1-10/+10
2017-08-02intel_iommu: use access_flags for iotlbPeter Xu2-10/+8
2017-08-02intel_iommu: fix iova for ptPeter Xu2-3/+2
2017-08-02vhost-user: fix legacy cross-endian configurationsFelipe Franciosi2-2/+37
2017-08-02vhost: fix a memory leakPeng Hao1-0/+2
2017-08-02tests: switch pxe and vm gen id tests to use kvmMichael S. Tsirkin2-2/+2
2017-08-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-106/+437
2017-08-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell19-39/+140
2017-08-01block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf1-1/+2
2017-08-01qemu-iotests/059: Fix leaked image filesKevin Wolf3-12/+24
2017-08-01qemu-iotests/063: Fix leaked imageKevin Wolf1-3/+1
2017-08-01qemu-iotests/162: Fix leaked temporary filesKevin Wolf1-0/+7
2017-08-01qemu-iotests/153: Fix leaked scratch imagesKevin Wolf1-0/+1
2017-08-01qemu-iotests/141: Fix image cleanupKevin Wolf1-1/+1
2017-08-01qemu-iotests: Remove blkdebug.conf after testsKevin Wolf2-0/+2
2017-08-01qemu-iotests/041: Fix leaked scratch imagesKevin Wolf1-1/+3
2017-08-01block: fix leaks in bdrv_open_driver()Manos Pitsidianakis1-11/+11
2017-08-01block: fix dangling bs->explicit_options in block.cManos Pitsidianakis1-0/+2
2017-08-01iotests: Add test of recent fix to 'qemu-img measure'Eric Blake3-0/+71
2017-08-01iotests: Check dirty bitmap statistics in 124Eric Blake1-1/+6
2017-08-01iotests: Redirect stderr to stdout in 186Max Reitz2-7/+7
2017-08-01iotests: Fix test 156Max Reitz1-2/+2
2017-08-01mc146818rtc: implement UIP latching as intendedPaolo Bonzini1-6/+9
2017-08-01mc146818rtc: simplify check_update_timerPaolo Bonzini1-13/+11
2017-08-01rtc-test: introduce more update testsPaolo Bonzini1-1/+81
2017-08-01rtc-test: cleanup register_b_set_flag testPaolo Bonzini1-30/+46
2017-08-01hw/scsi/vmw_pvscsi: Convert to realizeMao Zhongyi1-5/+3
2017-08-01hw/scsi/vmw_pvscsi: Remove the dead error handlingMao Zhongyi1-4/+0
2017-08-01migration: optimize the downtimeJay Zhou1-1/+35
2017-08-01qemu-options: document existance of versioned machine typesDaniel P. Berrange1-1/+14
2017-08-01bt: stop the sdp memory allocation crazinessPaolo Bonzini1-4/+13
2017-08-01exec: Add lock parameter to qemu_ram_ptr_lengthAnthony PERARD1-6/+6
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao1-15/+20
2017-08-01docs: document deprecation policy & deprecated features in appendixDaniel P. Berrange1-0/+175
2017-08-01char: don't exit on hmp 'chardev-add help'Anton Nefedov3-6/+10
2017-08-01char-fd: remove useless chr pointerMarc-André Lureau2-2/+1
2017-08-01accel: cleanup error outputLaurent Vivier1-10/+10
2017-08-01cpu_physical_memory_sync_dirty_bitmap: Fix alignment checkDr. David Alan Gilbert1-3/+4
2017-08-01vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert1-1/+1