aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-14hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa2-5/+35
2022-10-14hw/ssi: ibex_spi: fixup coverity issueWilfred Mallawa1-64/+68
2022-10-14hw/riscv: Update comment for qtest check in riscv_find_firmware()Bin Meng1-2/+2
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi23-93/+219
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi7-140/+171
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi22-134/+544
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi24-565/+1104
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi87-289/+3796
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi13-586/+717
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi44-787/+1237
2022-10-12audio: improve out.voices testHelge Konetzka1-1/+1
2022-10-12audio: fix in.voices testHelge Konetzka1-1/+1
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau1-18/+19
2022-10-12io/command: implement support for win32Marc-André Lureau2-21/+62
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau2-88/+19
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau1-6/+3
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau1-2/+8
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau1-3/+8
2022-10-12win32: set threads nameMarc-André Lureau1-2/+52
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills3-6/+17
2022-10-12qemu-edid: Restrict input parameter -d to avoid division by zeroSebastian Mitterle1-0/+4
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth1-2/+4
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki1-3/+7
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann2-1/+11
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