qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for 2.8 07/11] virtio-pci: address space transla


From: Peter Xu
Subject: Re: [Qemu-devel] [PATCH for 2.8 07/11] virtio-pci: address space translation service (ATS) support
Date: Tue, 30 Aug 2016 21:21:22 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

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

[Prev in Thread] Current Thread [Next in Thread]