summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * cirrus_vga: fix potential memory overflowlu zhipeng2022-10-121-1/+1
| * ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim2022-10-111-0/+3
| * ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella2022-10-111-3/+8
| * audio: prevent an integer overflow in resampling codeVolker Rümelin2022-10-111-5/+6
| * audio: fix sw->buf size for audio recordingVolker Rümelin2022-10-112-1/+5
| * audio: refactor audio_get_avail()Volker Rümelin2022-10-111-5/+19
| * audio: rename audio_sw_bytes_free()Volker Rümelin2022-10-111-6/+14
| * audio: swap audio_rate_get_bytes() function parametersVolker Rümelin2022-10-116-8/+8
| * spiceaudio: update commentVolker Rümelin2022-10-111-1/+4
| * spiceaudio: add a pcm_ops buffer_get_free functionVolker Rümelin2022-10-111-2/+10
| * audio: add more audio rate control functionsVolker Rümelin2022-10-112-11/+26
| * alsaaudio: reduce playback latencyVolker Rümelin2022-10-111-1/+37
| * audio: run downstream playback queue unconditionallyVolker Rümelin2022-10-111-4/+4
| * audio: fix GUS audio playback with out.mixing-engine=offVolker Rümelin2022-10-111-1/+2
| * audio: refactor code in audio_run_out()Volker Rümelin2022-10-111-9/+8Star
* | Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-137-140/+171
|\ \
| * | tests/unit: make test-io-channel-command work on win32Marc-André Lureau2022-10-121-18/+19
| * | io/command: implement support for win32Marc-André Lureau2022-10-122-21/+62
| * | io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau2022-10-122-88/+19Star
| * | tests/channel-helper: set blocking in main threadMarc-André Lureau2022-10-121-6/+3Star
| * | util: make do_send_recv work with partial send/recvMarc-André Lureau2022-10-121-2/+8
| * | osdep: make readv_writev() work with partial read/writeMarc-André Lureau2022-10-121-3/+8
| * | win32: set threads nameMarc-André Lureau2022-10-121-2/+52
* | | 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