aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-16hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé6-72/+104
2019-09-16hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé1-1/+1
2019-09-16cpus: Fix throttling during vm_stopYury Kotov1-8/+17
2019-09-16qemu-thread: Add qemu_cond_timedwaitYury Kotov4-12/+85
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini2-19/+18
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi5-96/+33
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella3-0/+8
2019-09-16hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson2-1/+1
2019-09-16test-char: fix AddressSanitizer failurePaolo Bonzini1-22/+22
2019-09-16win32: fix README file in NSIS installerPaolo Bonzini1-2/+2
2019-09-16exec.c: add a check between constants to see whether we could skipWei Yang1-1/+2
2019-09-16exec.c: correct the maximum skip value during compactWei Yang1-1/+1
2019-09-16exec.c: subpage->sub_section is already initialized to 0Wei Yang1-5/+5
2019-09-16exec.c: get nodes_nb_alloc with one MAX calculationWei Yang1-2/+1
2019-09-16exec.c: replace hwaddr with uint64_t for better understandingWei Yang1-2/+2
2019-09-16i386/kvm: support guest access CORE cstateWanpeng Li2-2/+5
2019-09-13Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-sep-12-2019' ...Peter Maydell5-36/+48
2019-09-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190912a'...Peter Maydell19-116/+249
2019-09-13Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell67-293/+593
2019-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+3
2019-09-13qcow2: Stop overwriting compressed clusters one by oneAlberto Garcia1-7/+1
2019-09-13block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé1-1/+5
2019-09-13qemu-io: Don't leak pattern file in error pathKevin Wolf1-0/+4
2019-09-13iotests: extend sleeping time under ValgrindAndrey Shinkevich1-1/+5
2019-09-13iotests: extended timeout under ValgrindAndrey Shinkevich3-3/+18
2019-09-13iotests: Valgrind fails with nonexistent directoryAndrey Shinkevich1-0/+4
2019-09-13iotests: Add casenotrun report to bash testsAndrey Shinkevich1-0/+9
2019-09-13iotests: exclude killed processes from running under ValgrindAndrey Shinkevich4-2/+18
2019-09-13iotests: allow Valgrind checking all QEMU processesAndrey Shinkevich4-58/+78
2019-09-13block/nfs: add support for nfs_umountPeter Lieven1-0/+3
2019-09-13block/nfs: tear down aio before nfs_closePeter Lieven1-2/+4
2019-09-13Merge remote-tracking branch 'remotes/berrange/tags/filemon-test-pull-request...Peter Maydell1-9/+34
2019-09-12target/mips: gdbstub: Revert commit 8e0b373Libo Zhou1-2/+1
2019-09-12hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_accessPeter Maydell1-23/+4
2019-09-12target/mips: Switch to do_transaction_failed() hookPeter Maydell3-20/+14
2019-09-12hw/mips/mips_jazz: Override do_transaction_failed hookPeter Maydell1-8/+46
2019-09-12Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell11-51/+175
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang1-1/+1
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang1-17/+26
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang1-3/+1
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu1-1/+2
2019-09-12tests/migration: Add a test for validate-uuid capabilityYury Kotov1-30/+110
2019-09-12tests/libqtest: Allow setting expected exit statusYury Kotov2-15/+30
2019-09-12migration: Add validate-uuid capabilityYury Kotov4-1/+59
2019-09-12qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert1-3/+2
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert11-34/+11
2019-09-12hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert1-3/+0
2019-09-12migration: cleanup check on ops in savevm.handlers iterationsWei Yang1-6/+6
2019-09-12migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren1-3/+2
2019-09-11tests: make filemonitor test more robust to event orderingDaniel P. Berrangé1-9/+34