aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-02tcg/aarch64: Implement INDEX_op_rotl{i,v}_vecRichard Henderson2-2/+52
2020-06-02tcg/i386: Implement INDEX_op_rotl{i,s,v}_vecRichard Henderson1-16/+100
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson10-0/+37
2020-06-02tcg: Remove expansion to shift by vector from do_shiftsRichard Henderson1-24/+11
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson13-1/+256
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson13-1/+150
2020-06-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-2/+4
2020-06-01Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...Peter Maydell12-207/+86
2020-06-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...Peter Maydell6-46/+207
2020-06-01migration/migration.c: Fix hang in ram_save_host_pageLukas Straub1-0/+4
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub1-6/+6
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub1-5/+12
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub3-4/+3
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub1-1/+1
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub2-6/+7
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-06-01virtiofsd: remove symlink fallbacksMiklos Szeredi1-169/+6
2020-06-01hmp: Simplify qom-setDr. David Alan Gilbert2-12/+6
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert4-0/+34
2020-06-01migration/rdma: cleanup rdma context before g_free to avoid memleaksPan Nengyuan1-3/+5
2020-06-01migration/rdma: fix potential nullptr access in rdma_start_incoming_migrationPan Nengyuan1-1/+3
2020-06-01target/tricore: Implement gdbstubBastian Koppelmann4-1/+152
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