On Tue, Aug 30, 2016 at 11:06:55AM +0800, Jason Wang wrote:

[...]

> +/* Type 2: Root Port ATS Capability Reporting Structure */
> +struct AcpiDmarRootPortATS {
> +    uint16_t type;
> +    uint16_t length;
> +    uint8_t flags;
> +    uint8_t reserved;
> +    uint16_t pci_segment;
> +    AcpiDmarDeviceScope scope[0];
> +} QEMU_PACKED;
> +typedef struct AcpiDmarRootPortATS AcpiDmarRootPortATS;
> +

Maybe better moved into patch 8 (next one)? Since it's not related to
virtio bits, but ACPI.

-- peterx

Reply via email to