aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve6-0/+384
2023-10-04util/uuid: add a hash functionAlbert Esteve3-0/+43
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha6-12/+65
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki2-9/+2
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez1-4/+10
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez1-0/+1
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez1-1/+1
2023-10-04hw/pci-bridge/cxl-upstream: Add serial number extended capability supportJonathan Cameron1-2/+13
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron4-56/+124
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron4-18/+31
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron2-6/+56
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron2-16/+20
2023-10-04vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez1-0/+2
2023-10-04vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi1-1/+1
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2-5/+11
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow3-7/+9
2023-10-04hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow1-3/+3
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow4-31/+1
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow5-2/+5
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow5-20/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow3-9/+9
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow4-9/+5
2023-10-04hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routingDavid Woodhouse1-0/+15
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer4-46/+22
2023-10-04qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer2-1/+40
2023-10-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer3-69/+29
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei3-16/+24
2023-10-04vdpa: remove net cvq migration blockerEugenio Pérez1-12/+0
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez3-25/+46
2023-10-04vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_loadEugenio Pérez1-2/+2
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez3-13/+15
2023-10-04vdpa: use first queue SVQ state for CVQ defaultEugenio Pérez1-1/+1
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets2-8/+28
2023-10-04vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQHawkins Jiawei1-0/+1
2023-10-04vdpa: Restore vlan filtering stateHawkins Jiawei1-0/+48
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei2-2/+6
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei1-3/+1
2023-10-04hw/virtio: add config support to vhost-user-deviceAlex Bennée2-1/+58
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée4-0/+443
2023-10-04hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]Philippe Mathieu-Daudé1-12/+12
2023-10-04hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé1-1/+2
2023-10-04hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé1-15/+19
2023-10-04hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé1-2/+2
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_section_end()Philippe Mathieu-Daudé1-5/+6
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()Philippe Mathieu-Daudé1-3/+4