summaryrefslogtreecommitdiffstats
path: root/hw/acpi/viot.c
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_busMark Cave-Ayland2022-06-101-0/+17
* hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI tableMark Cave-Ayland2022-06-101-18/+24
* hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...Mark Cave-Ayland2022-06-101-21/+27
* hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()Mark Cave-Ayland2022-06-101-2/+2
* hw/acpi: Add VIOT tableJean-Philippe Brucker2021-11-011-0/+114