Re: [PATCH v2 3/9] Add iommu group number info to virPCIDevice

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

 



On Mon, Nov 02, 2015 at 03:21:13 +0530, Shivaprasad G Bhat wrote:
> The iommu group number need not be fetched from the sysfs
> everytime as it remains constant. Fetch it once during
> allocation. Add a helper to set the value to set it from tests.
> 
> Signed-off-by: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxxxxxxx>
> ---
>  src/libvirt_private.syms |    1 +
>  src/util/virpci.c        |   11 +++++++++++
>  src/util/virpci.h        |    2 ++
>  3 files changed, 14 insertions(+)
> 

[...]

> diff --git a/src/util/virpci.c b/src/util/virpci.c
> index be1b6de..f401e1d 100644
> --- a/src/util/virpci.c
> +++ b/src/util/virpci.c
> @@ -75,6 +75,7 @@ struct _virPCIDevice {
>      bool          has_pm_reset;
>      bool          managed;
>      char          *stubDriver;
> +    int  iommuGroup;

This is misaligned. It either should go with the alignment of the rest
of the fields or have exactly one space between the type and name.

>  
>      /* used by reattach function */
>      bool          unbind_from_stub;

[...]

> @@ -1723,6 +1728,12 @@ virPCIDeviceSetStubDriver(virPCIDevicePtr dev, const char *driver)
>      return VIR_STRDUP(dev->stubDriver, driver);
>  }
>  
> +void
> +virPCIDeviceSetIommuGroup(virPCIDevicePtr dev, int iommu)

This accessor is used only in virpci.c. Is it really worth adding it?

Peter

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]