aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/viot.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland1-0/+17
2022-06-09hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland1-18/+24
2022-06-09hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland1-21/+27
2022-06-09hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland1-2/+2
2021-11-01hw/acpi: Add VIOT tableJean-Philippe Brucker1-0/+114