aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05tcg/aarch64: Do not convert TCGArg to temps that are not tempsRichard Henderson1-3/+4
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé1-3/+0
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé1-1/+1
2021-02-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell132-236/+585
2021-02-05iotests: 30: drop from auto group (and effectively from make check)Vladimir Sementsov-Ogievskiy1-1/+1
2021-02-05tests/acpi: disallow updates for expected data filesMarian Postevca1-94/+0
2021-02-05tests/acpi: update expected data filesMarian Postevca91-0/+0
2021-02-05tests/acpi: add OEM ID and OEM TABLE ID testMarian Postevca1-24/+146
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin3-6/+6
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca24-92/+349
2021-02-05tests/acpi: allow updates for expected data filesMarian Postevca1-0/+94
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez1-0/+5
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth1-10/+1
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth3-100/+6
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu3-2/+21
2021-02-05virtio-pmem: add trace eventsPankaj Gupta2-0/+9
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez1-1/+1
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier1-0/+8
2021-02-05virtio: move 'use-disabled-flag' property to hw_compat_4_2Stefano Garzarella1-1/+1
2021-02-05pci: add romsize propertyPaolo Bonzini3-4/+30
2021-02-05pci: reject too large ROMsPaolo Bonzini1-2/+8
2021-02-05Merge remote-tracking branch 'remotes/kraxel/tags/vga-ui-20210205-pull-reques...Peter Maydell31-105/+517
2021-02-04Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2-76/+150
2021-02-04virtiofsd: Add restart_syscall to the seccomp whitelistGreg Kurz1-0/+1
2021-02-04virtiofsd: Add _llseek to the seccomp whitelistGreg Kurz1-0/+1
2021-02-04virtiofsd: prevent opening of special files (CVE-2020-35517)Stefan Hajnoczi1-52/+92
2021-02-04virtiofsd: optionally return inode pointer from lo_do_lookup()Stefan Hajnoczi1-8/+21
2021-02-04virtiofsd: extract lo_do_open() from lo_open()Stefan Hajnoczi1-27/+46
2021-02-04tests: add some virtio-gpu & vhost-user-gpu acceptance testMarc-André Lureau1-0/+161
2021-02-04chardev: check if the chardev is registered for yankingMarc-André Lureau1-20/+33
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau11-10/+48
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2-0/+6
2021-02-04ui: add egl dmabuf import to gtkglareaMarc-André Lureau3-0/+42
2021-02-04ui: check gtk-egl dmabuf supportMarc-André Lureau2-0/+10
2021-02-04ui: add qemu_egl_has_dmabuf helperMarc-André Lureau2-0/+11
2021-02-04ui: check hw requirements during DCL registrationMarc-André Lureau1-0/+30
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau2-0/+15
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau4-0/+42
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau2-0/+5
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau3-11/+0
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau1-0/+19
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau4-6/+10
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau10-28/+0
2021-02-04ui: remove extra #ifdef CONFIG_OPENGLMarc-André Lureau1-8/+1
2021-02-04vhost-user-gpu: handle display-info in a callbackMarc-André Lureau1-6/+27
2021-02-04vhost-user-gpu: use an extandable state enum for commandsMarc-André Lureau3-6/+12
2021-02-04vhost-user-gpu: handle vhost-user-gpu features in a callbackMarc-André Lureau2-11/+28
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau1-0/+6
2021-02-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2021-02-04' into s...Peter Maydell7-21/+55
2021-02-04spice: delay starting until display are initializedMarc-André Lureau3-1/+11