summary refs log tree commit diff stats
path: root/python/qemu/qtest.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont2-1/+7
2019-07-16Update version for v4.1.0-rc1 releasePeter Maydell1-1/+1
2019-07-16linux-user: Fix structure target_ucontext for MIPSAleksandar Markovic1-3/+2
2019-07-16hw/block/pflash_cfi01: Start state machine as READY to accept commandsPhilippe Mathieu-Daudé1-1/+1
2019-07-16hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commandsPhilippe Mathieu-Daudé1-0/+1
2019-07-16s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger2-3/+3
2019-07-16s390x/cpumodel: also change name of vxbehChristian Borntraeger1-1/+1
2019-07-16s390x/cpumodel: remove esort from the default modelChristian Borntraeger1-1/+0
2019-07-16vl: make sure char-pty message displayed by moving setbuf to the beginningWei Yang1-2/+2
2019-07-15target/mips: Add missing 'break' for certain cases of MTTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for certain cases of MFTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for a case of MTHC0 handlingAleksandar Markovic1-0/+1
2019-07-15qemu-tech: Fix dangling @menu entriesMarkus Armbruster1-3/+0
2019-07-15Makefile: Fix missing dependency of on qemu-tech.texiMarkus Armbruster1-1/+2
2019-07-15Makefile: Fix "make install" when "make all" needs workMarkus Armbruster1-0/+1
2019-07-15create_config: remove $(CONFIG_SOFTMMU) hackPaolo Bonzini2-2/+2
2019-07-15Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objsPaolo Bonzini1-29/+32
2019-07-15hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCIPhilippe Mathieu-Daudé1-1/+1
2019-07-15hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCIPhilippe Mathieu-Daudé2-5/+9
2019-07-15target/i386: sev: Do not unpin ram device memory regionAlex Williamson1-0/+11
2019-07-15checkpatch: detect doubly-encoded UTF-8Paolo Bonzini1-0/+16
2019-07-15hw/lm32/Kconfig: Milkymist One provides a USB 1.1 ControllerPhilippe Mathieu-Daudé1-0/+1
2019-07-15gluster: fix .bdrv_reopen_prepare when backing file is a JSON objectStefano Garzarella1-1/+11
2019-07-15iotests: Add read-only test case to 030Max Reitz2-3/+30
2019-07-15iotests: Add new case to 030Max Reitz2-2/+27
2019-07-15iotests: Add @use_log to VM.run_job()Max Reitz1-5/+13
2019-07-15iotests: Compare error messages in 030Max Reitz1-24/+42
2019-07-15iotests: Fix throttling in 030Max Reitz1-5/+27
2019-07-15block: Deep-clear inherits_fromMax Reitz1-10/+24
2019-07-15block/stream: Swap backing file change orderMax Reitz1-1/+1
2019-07-15block/stream: Fix error pathMax Reitz1-1/+1
2019-07-15block: Add BDS.never_freezeMax Reitz4-0/+19
2019-07-15nvme: Set number of queues later in nvme_init()Michal Privoznik1-1/+1
2019-07-15migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren1-7/+8
2019-07-15migration/postcopy: remove redundant cpu_synchronize_all_post_initWei Yang1-1/+0
2019-07-15migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang1-3/+2
2019-07-15migration: allow private destination ram with x-ignore-sharedPeng Tao1-7/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu5-2/+150
2019-07-15kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2-0/+183
2019-07-15kvm: Introduce slots lock for memory listenerPeter Xu2-12/+48
2019-07-15kvm: Persistent per kvmslot dirty bitmapPeter Xu2-3/+9
2019-07-15kvm: Update comments for sync_dirty_bitmapPeter Xu1-6/+6
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu4-0/+83
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu3-4/+4
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu4-0/+168
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu3-2/+14
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu2-4/+2
2019-07-15migration/ram.c: reset complete_round when we gets a queued pageWei Yang1-0/+6
2019-07-15migration/multifd: sync packet_num after all thread are doneWei Yang1-4/+4
2019-07-15cutils: remove one unnecessary pointer operationWei Yang1-4/+4