summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-1322-134/+544
|\
| * tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth2022-10-121-2/+4
| * tests/qtest: libqtest: Install signal handler via signal()Bin Meng2022-10-121-11/+3Star
| * tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng2022-10-121-4/+6
| * qtest: start a VNC testMarc-André Lureau2022-10-122-1/+110
| * tests/avocado: Add missing require_netdev('user') checksPeter Maydell2022-10-113-0/+8
| * tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk2022-10-111-0/+18
| * tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk2022-10-111-0/+107
| * tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk2022-10-111-6/+4Star
| * tests/x86: Fix comment typo in drive_del-testMichael Labiuk2022-10-111-1/+1
| * tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk2022-10-111-1/+75
| * tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk2022-10-111-0/+97
| * tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk2022-10-111-70/+40Star
| * tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk2022-10-111-0/+41
| * tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk2022-10-115-31/+24Star
| * tests/migration: remove the unused local variabledinglimin2022-10-111-1/+0Star
| * qtest: "-display none" is set in qtest_init()Juan Quintela2022-10-117-11/+11
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-1324-565/+1104
|\ \
| * | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini2022-10-114-46/+142
| * | linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini2022-10-111-51/+76
| * | linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini2022-10-111-2/+9
| * | KVM: x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf2022-10-111-0/+21
| * | i386: kvm: Add support for MSR filteringAlexander Graf2022-10-112-0/+134
| * | x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf2022-10-111-0/+5
| * | target/i386: Enable TARGET_TB_PCRELRichard Henderson2022-10-113-29/+113
| * | target/i386: Inline gen_jmp_imRichard Henderson2022-10-111-10/+5Star
| * | target/i386: Add cpu_eipRichard Henderson2022-10-111-2/+11
| * | target/i386: Create eip_cur_tlRichard Henderson2022-10-111-1/+6
| * | target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_relRichard Henderson2022-10-111-33/+17Star
| * | target/i386: Remove MemOp argument to gen_op_j*_ecxRichard Henderson2022-10-111-15/+16
| * | target/i386: Use gen_jmp_rel for DISAS_TOO_MANYRichard Henderson2022-10-111-0/+3
| * | target/i386: Use gen_jmp_rel for gen_jccRichard Henderson2022-10-111-39/+18Star
| * | target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson2022-10-111-21/+15Star
| * | target/i386: Create gen_jmp_relRichard Henderson2022-10-111-29/+29
| * | target/i386: Use DISAS_TOO_MANY to exit after gen_io_startRichard Henderson2022-10-111-32/+10Star
| * | target/i386: Create eip_next_*Richard Henderson2022-10-111-21/+34
| * | target/i386: Truncate values for lcall_real to i32Richard Henderson2022-10-113-6/+5Star
| * | target/i386: Introduce DISAS_JUMPRichard Henderson2022-10-111-11/+13
| * | target/i386: Remove cur_eip, next_eip arguments to gen_repz*Richard Henderson2022-10-111-61/+59Star
| * | target/i386: Create cur_insn_len, cur_insn_len_i32Richard Henderson2022-10-111-12/+19
| * | target/i386: USe DISAS_EOB_ONLYRichard Henderson2022-10-111-6/+6
| * | target/i386: Use DISAS_EOB_NEXTRichard Henderson2022-10-111-27/+13Star
| * | target/i386: Use DISAS_EOB* in gen_movl_seg_T0Richard Henderson2022-10-111-31/+5Star
| * | target/i386: Introduce DISAS_EOB*Richard Henderson2022-10-111-2/+21
| * | target/i386: Create gen_update_eip_nextRichard Henderson2022-10-111-20/+25
| * | target/i386: Create gen_update_eip_curRichard Henderson2022-10-111-24/+28
| * | target/i386: Remove cur_eip, next_eip arguments to gen_interruptRichard Henderson2022-10-111-7/+6Star
| * | target/i386: Remove cur_eip argument to gen_exceptionRichard Henderson2022-10-111-13/+13
| * | target/i386: Return bool from disas_insnRichard Henderson2022-10-111-22/+24
| * | target/i386: Remove pc_startRichard Henderson2022-10-111-54/+60