summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro classWillian Rampazzo2021-07-131-37/+49
| * | tests/acceptance: Ignore binary data sent on serial consolePhilippe Mathieu-Daudé2021-07-131-2/+5
| * | Acceptance Tests: support choosing specific distro and versionCleber Rosa2021-07-132-10/+102
| * | Acceptance Tests: move definition of distro checksums to the frameworkCleber Rosa2021-07-132-14/+37
| * | Acceptance Tests: rename attribute holding the distro image checksumCleber Rosa2021-07-132-6/+10
| * | Acceptance Tests: distinguish between temp and logs dirCleber Rosa2021-07-132-4/+16
| * | Acceptance Tests: log information when creating QEMUMachineCleber Rosa2021-07-131-2/+4
| * | Acceptance Tests: use the job work directory for created VMsCleber Rosa2021-07-131-1/+2
* | | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2021-07-13-tag' in...Peter Maydell2021-07-141-1/+2
|\ \ \
| * | | qga-win: Add support of Windows Server 2022 in get-osinfo commandKostiantyn Kostiuk2021-07-121-1/+2
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell2021-07-147-631/+574
|\ \ \ \ | |_|_|/ |/| | |
| * | | target/hppa: Clean up DisasCondRichard Henderson2021-07-131-34/+9
| * | | target/hppa: Use tcg_constant_*Richard Henderson2021-07-131-38/+18
| * | | target/openrisc: Use dc->zero in gen_add, gen_addcRichard Henderson2021-07-131-5/+5
| * | | target/openrisc: Cache constant 0 in DisasContextRichard Henderson2021-07-131-6/+6
| * | | target/openrisc: Use tcg_constant_tl for dc->R0Richard Henderson2021-07-131-8/+2
| * | | target/openrisc: Use tcg_constant_*Richard Henderson2021-07-131-33/+9
| * | | target/alpha: Use tcg_constant_* elsewhereRichard Henderson2021-07-131-32/+14
| * | | target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson2021-07-131-14/+2
| * | | target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson2021-07-131-1/+1
| * | | target/alpha: Store set into rx flagRichard Henderson2021-07-131-5/+1
| * | | target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong2021-07-133-9/+56
| * | | target/i386: Split out do_fninitRichard Henderson2021-07-131-14/+8
| * | | target/i386: Trivial code motion and code style fixZiqiao Kong2021-07-131-435/+446
| * | | target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy2021-07-131-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2021-07-1410-111/+172
|\ \ \
| * | | numa: Parse initiator= attribute before cpus= attributeMichal Privoznik2021-07-131-22/+23
| * | | numa: Report expected initiatorMichal Privoznik2021-07-131-1/+2
| * | | target/i386: Fix cpuid level for AMDzhenwei pi2021-07-131-2/+9
| * | | target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2021-07-133-0/+10
| * | | i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2021-07-132-0/+12
| * | | i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov2021-07-131-5/+5
| * | | i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov2021-07-131-68/+36
| * | | i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov2021-07-134-4/+30
| * | | i386: make hyperv_expand_features() return boolVitaly Kuznetsov2021-07-131-19/+21
| * | | i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov2021-07-132-5/+36
| * | | i386: clarify 'hv-passthrough' behaviorVitaly Kuznetsov2021-07-131-2/+5
* | | | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell2021-07-133-7/+48
|\ \ \ \
| * | | | migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu2021-07-131-2/+11
| * | | | migration: Clear error at entry of migrate_fd_connect()Peter Xu2021-07-131-0/+16
| * | | | migration: Don't do migrate cleanup if during postcopy resumePeter Xu2021-07-131-1/+12
| * | | | migration: Release return path early for paused postcopyPeter Xu2021-07-131-4/+4
| * | | | migration: failover: emit a warning when the card is not fully unpluggedLaurent Vivier2021-07-131-0/+4
| * | | | migration/rdma: prevent from double free the same mrLi Zhijian2021-07-131-0/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-07-1356-1078/+1205
|\ \ \ \
| * | | | linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-1315-73/+170
| * | | | linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier2021-07-132-7/+11
| * | | | linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier2021-07-136-6/+46
| * | | | fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson2021-07-123-7/+52
| * | | | linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé2021-07-121-5/+0