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: Jason Wang
Subject: Re: [Qemu-devel] [PATCH for 2.8 07/11] virtio-pci: address space translation service (ATS) support
Date: Wed, 31 Aug 2016 10:55:06 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0



On 2016年08月30日 21:21, Peter Xu wrote:
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

Right, will move this.

Thanks




reply via email to

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