aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-01target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann2-9/+14
2020-06-01target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestepBastian Koppelmann1-9/+9
2020-06-01target/tricore: Move translate feature check to ctxBastian Koppelmann1-27/+33
2020-06-01target/tricore: Don't save pc in generate_qemu_excpBastian Koppelmann1-1/+0
2020-06-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020'...Peter Maydell7-5/+225
2020-06-01hw/mips: fuloong2e: Set preferred page size to 16KBHuacai Chen1-0/+1
2020-06-01target/mips: Support variable page sizeHuacai Chen1-0/+5
2020-06-01target/mips: Add more CP0 register for save/restoreHuacai Chen2-2/+216
2020-06-01hw/mips: Add CPU IRQ3 delivery for KVMHuacai Chen1-1/+1
2020-06-01configure: Add KVM target support for MIPS64Huacai Chen1-1/+1
2020-06-01tests/Makefile: Fix description of "make check"Huacai Chen1-1/+1
2020-05-31Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200531...Peter Maydell35-178/+317
2020-05-31Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-3...Peter Maydell4-17/+32
2020-05-31tests/acceptance: refactor boot_linux to allow code reusePavel Dovgalyuk1-20/+29
2020-05-31tests/acceptance: refactor boot_linux_console test to allow code reusePavel Dovgalyuk1-10/+11
2020-05-31tests/acceptance: allow console interaction with specific VMsPavel Dovgalyuk1-5/+8
2020-05-31tests/acceptance/migration.py: Wait for both sidesDr. David Alan Gilbert1-0/+4
2020-05-31tests/migration/guestperf: Use Python 3 interpreterPhilippe Mathieu-Daudé3-3/+3
2020-05-31tests/vm: allow wait_ssh() to specify commandRobert Foley1-7/+7
2020-05-31tests/vm: Add ability to select QEMU from current buildRobert Foley2-5/+27
2020-05-31tests/vm: Pass --debug through for vm-boot-sshRobert Foley1-0/+1
2020-05-31python/qemu/qtest: Check before accessing _qtestJohn Snow1-3/+11
2020-05-31python/qemu/qmp: assert sockfile is not NoneJohn Snow1-0/+1
2020-05-31python/qemu/qmp: use True/False for non/blocking modesJohn Snow1-2/+2
2020-05-31python/qemu: Adjust traceback typingJohn Snow2-4/+14
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow2-7/+15
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow2-9/+8
2020-05-31python/qemu: delint; add flake8 configJohn Snow4-9/+19
2020-05-31python/qemu: delint and add pylintrcJohn Snow3-18/+88
2020-05-31python/qemu/machine: remove logging configurationJohn Snow1-3/+0
2020-05-31python/qemu/machine: add kill() methodVladimir Sementsov-Ogievskiy1-3/+9
2020-05-31python: remove more instances of sys.version_infoJohn Snow5-30/+13
2020-05-31scripts/qmp: Fix shebang and importsJohn Snow6-6/+18
2020-05-31scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainPhilippe Mathieu-Daudé1-14/+15
2020-05-31scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()Philippe Mathieu-Daudé1-3/+4
2020-05-31scripts/qmp: Use Python 3 interpreterPhilippe Mathieu-Daudé4-4/+4
2020-05-31scripts/qemu-gdb: Use Python 3 interpreterPhilippe Mathieu-Daudé1-2/+2
2020-05-31scripts/qemugdb: Remove shebang headerPhilippe Mathieu-Daudé6-11/+4
2020-05-30hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé4-15/+30
2020-05-30hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bitPhilippe Mathieu-Daudé1-4/+4
2020-05-29Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-26-v3' ...Peter Maydell21-71/+576
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell15-39/+172
2020-05-28iotests: Add test 291 to for qemu-img bitmap coverageEric Blake3-0/+193
2020-05-28qemu-img: Add convert --bitmaps optionEric Blake3-6/+74
2020-05-28qemu-img: Factor out code for merging bitmapsEric Blake1-13/+21
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake11-13/+159
2020-05-28iotests: Fix test 178Eric Blake2-2/+2
2020-05-28migration: forbid bitmap migration by generated node-nameVladimir Sementsov-Ogievskiy1-0/+7
2020-05-28migration: add_bitmaps_to_list: check disk name onceVladimir Sementsov-Ogievskiy1-6/+11
2020-05-28iotests: 194: test also migration of dirty bitmapVladimir Sementsov-Ogievskiy2-4/+16