aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10vdpa: Use iovec for vhost_vdpa_net_load_cmd()Hawkins Jiawei1-8/+25
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki4-1/+6
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki6-7/+9
2023-07-10include/hw/virtio: document some more usage of notifiersAlex Bennée1-0/+8
2023-07-10include/hw/virtio: add kerneldoc for virtio_initAlex Bennée1-0/+6
2023-07-10include/hw/virtio: document virtio_notify_configAlex Bennée1-0/+7
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée6-11/+11
2023-07-10include/hw: document the device_class_set_parent_* fnsAlex Bennée1-0/+27
2023-07-10include: attempt to document device_class_set_propsAlex Bennée1-0/+9
2023-07-10vdpa: Fix possible use-after-free for VirtQueueElementHawkins Jiawei1-1/+10
2023-07-10pcie: Add hotplug detect state register to cmaskLeonardo Bras1-0/+4
2023-07-10virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()Eric Auger1-12/+7
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger3-2/+32
2023-07-10hw/pci: warn when PCIe device is plugged into non-zero slot of downstream portAni Sinha1-0/+20
2023-07-10tests/qtest/hd-geo-test: fix incorrect pcie-root-port usage and simplify testAni Sinha1-10/+8
2023-07-10tests/acpi/bios-tables-test: update acpi blob q35/DSDT.noacpihpAni Sinha2-1/+0
2023-07-10tests/acpi/bios-tables-test: use the correct slot on the pcie-root-portAni Sinha1-2/+2
2023-07-10tests/acpi: allow changes in DSDT.noacpihp table blobAni Sinha1-0/+1
2023-07-10vhost-vdpa: mute unaligned memory error reportLaurent Vivier2-2/+8
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()Hawkins Jiawei1-1/+4
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()Hawkins Jiawei1-1/+4
2023-07-10vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()Hawkins Jiawei1-2/+3
2023-07-10pcie: Release references of virtual functionsAkihiko Odaki1-0/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow5-16/+17
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow8-13/+11
2023-07-10hw/i386/pc_piix: Move i440fx' realize near its qdev_new()Bernhard Beschow1-25/+26
2023-07-10hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow3-49/+26
2023-07-10hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow2-1/+7
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow3-4/+14
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM propertyBernhard Beschow1-4/+10
2023-07-10hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow2-15/+30
2023-07-10hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState sectionBernhard Beschow1-9/+9
2023-07-10hw/pci-host/i440fx: Have common names for some local variablesBernhard Beschow1-14/+12
2023-07-10hw/pci-host/i440fx: Replace magic values by existing constantsBernhard Beschow1-4/+4
2023-07-10hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow2-1/+2
2023-07-10hw/i386/pc_piix: Turn some local variables into initializersBernhard Beschow1-9/+4
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow4-13/+12
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow2-2/+3
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow2-1/+3
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow2-2/+3
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow1-1/+0
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow1-14/+13
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan1-0/+1
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan1-6/+12
2023-07-10hw/smbios: Fix core count in type4Zhao Liu1-2/+4
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu1-2/+5
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu1-2/+1
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu2-0/+12
2023-07-10tests/qtest: enable tests for virtio-scmiMilan Zamazal5-0/+254
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal2-0/+69