On Mon, 9 Dec 2019 at 06:38, Heyi Guo <[email protected]> wrote: > > After the introduction of generic PCIe root port and PCIe-PCI bridge, we will > also have SHPC controller on ARM, and we don't support ACPI hot plug, so just > enable SHPC native hot plug. > > Igor also spotted the store operation outside of bit and/or is not necessary, > so > simply the code at first. > > v6: > - Fix "make check" errors by updating tests/data/acpi/virt/DSDT*. > > v5: > - Refine commit message of patch 1/2 > > v4: > - Improve the code indention. > > Cc: Shannon Zhao <[email protected]> > Cc: Peter Maydell <[email protected]> > Cc: "Michael S. Tsirkin" <[email protected]> > Cc: Igor Mammedov <[email protected]>
Thanks, applied to target-arm.next. (it's a bit awkward that acpi table updates require also updating a bunch of binary test files, but I suppose trying to make the golden-reference be some textual format would be not very feasible.) thanks -- PMM
