aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-12pci-ids: drop list of modern virtio devicesGerd Hoffmann1-10/+8
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann2-3/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann2-3/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann2-4/+1
2022-10-12docs: add firmware feature flagsGerd Hoffmann1-5/+16
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng1-1/+1
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng1-11/+3
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng1-4/+6
2022-10-12qtest: start a VNC testMarc-André Lureau2-1/+110
2022-10-11Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com...Stefan Hajnoczi1-18/+12
2022-10-11Revert "configure: build ROMs with container-based cross compilers"Alex Bennée1-18/+12
2022-10-11tests/avocado: Add missing require_netdev('user') checksPeter Maydell3-0/+8
2022-10-11ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim1-0/+3
2022-10-11Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi14-218/+259
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella1-3/+8
2022-10-11tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk1-0/+18
2022-10-11tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk1-0/+107
2022-10-11tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk1-6/+4
2022-10-11tests/x86: Fix comment typo in drive_del-testMichael Labiuk1-1/+1
2022-10-11tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk1-1/+75
2022-10-11tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk1-0/+97
2022-10-11tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk1-70/+40
2022-10-11tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk1-0/+41
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk5-31/+24
2022-10-11tests/migration: remove the unused local variabledinglimin1-1/+0
2022-10-11qtest: "-display none" is set in qtest_init()Juan Quintela7-11/+11
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