aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy
2022-10-13Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-13Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-12audio: improve out.voices testHelge Konetzka
2022-10-12audio: fix in.voices testHelge Konetzka
2022-10-12tests/unit: make test-io-channel-command work on win32Marc-André Lureau
2022-10-12io/command: implement support for win32Marc-André Lureau
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau
2022-10-12tests/channel-helper: set blocking in main threadMarc-André Lureau
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau
2022-10-12win32: set threads nameMarc-André Lureau
2022-10-12gtk: Add show_menubar=on|off command line option.Bryce Mills
2022-10-12qemu-edid: Restrict input parameter -d to avoid division by zeroSebastian Mitterle
2022-10-12tests/unit/test-image-locking: Fix handling of temporary filesThomas Huth
2022-10-12ui/gtk: Fix the implicit mouse ungrabbing logicAkihiko Odaki
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann
2022-10-12pci-ids: drop list of modern virtio devicesGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann
2022-10-12docs: add firmware feature flagsGerd Hoffmann
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng
2022-10-12qtest: start a VNC testMarc-André Lureau
2022-10-11Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com...Stefan Hajnoczi
2022-10-11Revert "configure: build ROMs with container-based cross compilers"Alex Bennée
2022-10-11tests/avocado: Add missing require_netdev('user') checksPeter Maydell
2022-10-11ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switchDongwon Kim
2022-10-11Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-11ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_extMauro Matteo Cascella
2022-10-11tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk
2022-10-11tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk
2022-10-11tests/x86: Fix comment typo in drive_del-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk
2022-10-11tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk
2022-10-11tests/migration: remove the unused local variabledinglimin
2022-10-11qtest: "-display none" is set in qtest_init()Juan Quintela
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-10-11audio: prevent an integer overflow in resampling codeVolker Rümelin