aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-06-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-06-01Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...Peter Maydell
2020-06-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...Peter Maydell
2020-06-01migration/migration.c: Fix hang in ram_save_host_pageLukas Straub
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé
2020-06-01virtiofsd: remove symlink fallbacksMiklos Szeredi
2020-06-01hmp: Simplify qom-setDr. David Alan Gilbert
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert
2020-06-01migration/rdma: cleanup rdma context before g_free to avoid memleaksPan Nengyuan
2020-06-01migration/rdma: fix potential nullptr access in rdma_start_incoming_migrationPan Nengyuan
2020-06-01target/tricore: Implement gdbstubBastian Koppelmann
2020-06-01target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann
2020-06-01target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestepBastian Koppelmann
2020-06-01target/tricore: Move translate feature check to ctxBastian Koppelmann
2020-06-01target/tricore: Don't save pc in generate_qemu_excpBastian Koppelmann
2020-06-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020'...Peter Maydell
2020-06-01hw/mips: fuloong2e: Set preferred page size to 16KBHuacai Chen
2020-06-01target/mips: Support variable page sizeHuacai Chen
2020-06-01target/mips: Add more CP0 register for save/restoreHuacai Chen
2020-06-01hw/mips: Add CPU IRQ3 delivery for KVMHuacai Chen
2020-06-01configure: Add KVM target support for MIPS64Huacai Chen
2020-06-01tests/Makefile: Fix description of "make check"Huacai Chen
2020-05-31Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200531...Peter Maydell
2020-05-31Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-3...Peter Maydell
2020-05-31tests/acceptance: refactor boot_linux to allow code reusePavel Dovgalyuk
2020-05-31tests/acceptance: refactor boot_linux_console test to allow code reusePavel Dovgalyuk
2020-05-31tests/acceptance: allow console interaction with specific VMsPavel Dovgalyuk
2020-05-31tests/acceptance/migration.py: Wait for both sidesDr. David Alan Gilbert
2020-05-31tests/migration/guestperf: Use Python 3 interpreterPhilippe Mathieu-Daudé
2020-05-31tests/vm: allow wait_ssh() to specify commandRobert Foley
2020-05-31tests/vm: Add ability to select QEMU from current buildRobert Foley
2020-05-31tests/vm: Pass --debug through for vm-boot-sshRobert Foley
2020-05-31python/qemu/qtest: Check before accessing _qtestJohn Snow
2020-05-31python/qemu/qmp: assert sockfile is not NoneJohn Snow
2020-05-31python/qemu/qmp: use True/False for non/blocking modesJohn Snow
2020-05-31python/qemu: Adjust traceback typingJohn Snow
2020-05-31python/qemu: fix socket.makefile() typingJohn Snow
2020-05-31python/qemu: remove Python2 style super() callsJohn Snow
2020-05-31python/qemu: delint; add flake8 configJohn Snow
2020-05-31python/qemu: delint and add pylintrcJohn Snow
2020-05-31python/qemu/machine: remove logging configurationJohn Snow
2020-05-31python/qemu/machine: add kill() methodVladimir Sementsov-Ogievskiy
2020-05-31python: remove more instances of sys.version_infoJohn Snow