qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH V5 2/4] intel-iommu: drop VTDBus


From: Jason Wang
Subject: Re: [PATCH V5 2/4] intel-iommu: drop VTDBus
Date: Mon, 7 Nov 2022 15:00:03 +0800

On Sun, Nov 6, 2022 at 1:37 AM Michael S. Tsirkin <mst@redhat.com> wrote:
>
> On Fri, Oct 28, 2022 at 02:14:34PM +0800, Jason Wang wrote:
> >
> > -    GHashTable *vtd_as_by_busptr;   /* VTDBus objects indexed by PCIBus* 
> > reference */
> > -    VTDBus *vtd_as_by_bus_num[VTD_PCI_BUS_MAX]; /* VTDBus objects indexed 
> > by bus number */
> > +    GHashTable *vtd_address_spaces;             /* VTD address spaces */
> > +    VTDAddressSpace *vtd_as_cache[VTD_PCI_BUS_MAX]; /* VTD address space 
> > cache */
> >      /* list of registered notifiers */
> >      QLIST_HEAD(, VTDAddressSpace) vtd_as_with_notifiers;
>
>
> BTW this triggers a bunch of checkpatch errors. Pls fix up with
> a follow-up patch. Thanks!
>

Ok.

Thanks

> > --
> > 2.25.1
>




reply via email to

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