Age | Commit message (Expand) | Author |
2022-10-13 | virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events | Venu Busireddy |
2022-10-13 | Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in... | Stefan Hajnoczi |
2022-10-13 | Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in... | Stefan Hajnoczi |
2022-10-13 | Merge tag 'pull-request-2022-10-12' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi |
2022-10-13 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2022-10-12 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi |
2022-10-12 | Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2022-10-12 | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi |
2022-10-12 | audio: improve out.voices test | Helge Konetzka |
2022-10-12 | audio: fix in.voices test | Helge Konetzka |
2022-10-12 | tests/unit: make test-io-channel-command work on win32 | Marc-André Lureau |
2022-10-12 | io/command: implement support for win32 | Marc-André Lureau |
2022-10-12 | io/command: use glib GSpawn, instead of open-coding fork/exec | Marc-André Lureau |
2022-10-12 | tests/channel-helper: set blocking in main thread | Marc-André Lureau |
2022-10-12 | util: make do_send_recv work with partial send/recv | Marc-André Lureau |
2022-10-12 | osdep: make readv_writev() work with partial read/write | Marc-André Lureau |
2022-10-12 | win32: set threads name | Marc-André Lureau |
2022-10-12 | gtk: Add show_menubar=on|off command line option. | Bryce Mills |
2022-10-12 | qemu-edid: Restrict input parameter -d to avoid division by zero | Sebastian Mitterle |
2022-10-12 | tests/unit/test-image-locking: Fix handling of temporary files | Thomas Huth |
2022-10-12 | ui/gtk: Fix the implicit mouse ungrabbing logic | Akihiko Odaki |
2022-10-12 | pci-ids: document modern virtio-pci ids in pci.h too | Gerd Hoffmann |
2022-10-12 | pci-ids: drop list of modern virtio devices | Gerd Hoffmann |
2022-10-12 | pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM | Gerd Hoffmann |
2022-10-12 | pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM | Gerd Hoffmann |
2022-10-12 | pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU | Gerd Hoffmann |
2022-10-12 | docs: add firmware feature flags | Gerd Hoffmann |
2022-10-12 | cirrus_vga: fix potential memory overflow | lu zhipeng |
2022-10-12 | tests/qtest: libqtest: Install signal handler via signal() | Bin Meng |
2022-10-12 | tests/qtest: migration-test: Avoid using hardcoded /tmp | Bin Meng |
2022-10-12 | qtest: start a VNC test | Marc-André Lureau |
2022-10-11 | Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com... | Stefan Hajnoczi |
2022-10-11 | Revert "configure: build ROMs with container-based cross compilers" | Alex Bennée |
2022-10-11 | tests/avocado: Add missing require_netdev('user') checks | Peter Maydell |
2022-10-11 | ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch | Dongwon Kim |
2022-10-11 | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi |
2022-10-11 | ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext | Mauro Matteo Cascella |
2022-10-11 | tests/x86: Add 'q35' machine type to ivshmem-test | Michael Labiuk |
2022-10-11 | tests/x86: Add 'q35' machine type to drive_del-test | Michael Labiuk |
2022-10-11 | tests/x86: replace snprint() by g_strdup_printf() in drive_del-test | Michael Labiuk |
2022-10-11 | tests/x86: Fix comment typo in drive_del-test | Michael Labiuk |
2022-10-11 | tests/x86: Add 'q35' machine type to hotplug hd-geo-test | Michael Labiuk |
2022-10-11 | tests/x86: Add 'q35' machine type to override-tests in hd-geo-test | Michael Labiuk |
2022-10-11 | tests/x86: Refactor hot unplug hd-geo-test | Michael Labiuk |
2022-10-11 | tests/x86: Add subtest with 'q35' machine type to device-plug-test | Michael Labiuk |
2022-10-11 | tests/x86: add helper qtest_qmp_device_del_send() | Michael Labiuk |
2022-10-11 | tests/migration: remove the unused local variable | dinglimin |
2022-10-11 | qtest: "-display none" is set in qtest_init() | Juan Quintela |
2022-10-11 | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate | Paolo Bonzini |
2022-10-11 | audio: prevent an integer overflow in resampling code | Volker Rümelin |