aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini4-46/+142
2022-10-11audio: prevent an integer overflow in resampling codeVolker Rümelin1-5/+6
2022-10-11audio: fix sw->buf size for audio recordingVolker Rümelin2-1/+5
2022-10-11audio: refactor audio_get_avail()Volker Rümelin1-5/+19
2022-10-11audio: rename audio_sw_bytes_free()Volker Rümelin1-6/+14
2022-10-11audio: swap audio_rate_get_bytes() function parametersVolker Rümelin6-8/+8
2022-10-11spiceaudio: update commentVolker Rümelin1-1/+4
2022-10-11spiceaudio: add a pcm_ops buffer_get_free functionVolker Rümelin1-2/+10
2022-10-11audio: add more audio rate control functionsVolker Rümelin2-11/+26
2022-10-11alsaaudio: reduce playback latencyVolker Rümelin1-1/+37
2022-10-11audio: run downstream playback queue unconditionallyVolker Rümelin1-4/+4
2022-10-11audio: fix GUS audio playback with out.mixing-engine=offVolker Rümelin1-1/+2
2022-10-11audio: refactor code in audio_run_out()Volker Rümelin1-9/+8
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini1-51/+76
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini1-2/+9
2022-10-11KVM: x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf1-0/+21
2022-10-11i386: kvm: Add support for MSR filteringAlexander Graf2-0/+134
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf1-0/+5
2022-10-11target/i386: Enable TARGET_TB_PCRELRichard Henderson3-29/+113
2022-10-11target/i386: Inline gen_jmp_imRichard Henderson1-10/+5
2022-10-11target/i386: Add cpu_eipRichard Henderson1-2/+11
2022-10-11target/i386: Create eip_cur_tlRichard Henderson1-1/+6
2022-10-11target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_relRichard Henderson1-33/+17
2022-10-11target/i386: Remove MemOp argument to gen_op_j*_ecxRichard Henderson1-15/+16
2022-10-11target/i386: Use gen_jmp_rel for DISAS_TOO_MANYRichard Henderson1-0/+3
2022-10-11target/i386: Use gen_jmp_rel for gen_jccRichard Henderson1-39/+18
2022-10-11target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson1-21/+15
2022-10-11target/i386: Create gen_jmp_relRichard Henderson1-29/+29
2022-10-11target/i386: Use DISAS_TOO_MANY to exit after gen_io_startRichard Henderson1-32/+10
2022-10-11target/i386: Create eip_next_*Richard Henderson1-21/+34
2022-10-11target/i386: Truncate values for lcall_real to i32Richard Henderson3-6/+5
2022-10-11target/i386: Introduce DISAS_JUMPRichard Henderson1-11/+13
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_repz*Richard Henderson1-61/+59
2022-10-11target/i386: Create cur_insn_len, cur_insn_len_i32Richard Henderson1-12/+19
2022-10-11target/i386: USe DISAS_EOB_ONLYRichard Henderson1-6/+6
2022-10-11target/i386: Use DISAS_EOB_NEXTRichard Henderson1-27/+13
2022-10-11target/i386: Use DISAS_EOB* in gen_movl_seg_T0Richard Henderson1-31/+5
2022-10-11target/i386: Introduce DISAS_EOB*Richard Henderson1-2/+21
2022-10-11target/i386: Create gen_update_eip_nextRichard Henderson1-20/+25
2022-10-11target/i386: Create gen_update_eip_curRichard Henderson1-24/+28
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_interruptRichard Henderson1-7/+6
2022-10-11target/i386: Remove cur_eip argument to gen_exceptionRichard Henderson1-13/+13
2022-10-11target/i386: Return bool from disas_insnRichard Henderson1-22/+24
2022-10-11target/i386: Remove pc_startRichard Henderson1-54/+60
2022-10-11i386: add notify VM exit supportChenyi Qiang4-0/+128
2022-10-11kvm: expose struct KVMStateChenyi Qiang2-74/+76
2022-10-10docs/system/arm/emulation.rst: Report FEAT_GTG supportPeter Maydell1-0/+1
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell3-20/+50
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell3-8/+136
2022-10-10hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3Jerome Forissier1-0/+4