[libvirt PATCH 08/14] libxl: remove unused 'bits' from struct guest_arch

Martin Kletzander mkletzan at redhat.com
Thu Sep 24 08:34:46 UTC 2020


On Wed, Sep 23, 2020 at 08:14:57PM +0200, Ján Tomko wrote:
>It was made pointless by:
>commit c25c18f71bdc43a1305be4ad1a2ca91b25cf13f3
>    Convert capabilities / domain_conf to use virArch
>
>and unused by:
>commit 8db1f2d228bb2f27a729a873dcdb81ce3c7c38fd
>    Fix libxl driver for virArch changes
>
>Signed-off-by: Ján Tomko <jtomko at redhat.com>

Reviewed-by: Martin Kletzander <mkletzan at redhat.com>

>---
> src/libxl/libxl_capabilities.c | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/src/libxl/libxl_capabilities.c b/src/libxl/libxl_capabilities.c
>index 8284ea3d53..e5b144ea1d 100644
>--- a/src/libxl/libxl_capabilities.c
>+++ b/src/libxl/libxl_capabilities.c
>@@ -52,7 +52,6 @@ enum libxlHwcapVersion {
>
> struct guest_arch {
>     virArch arch;
>-    int bits;
>     int hvm;
>     int pvh;
>     int pae;
>-- 
>2.26.2
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200924/5f5f1f2f/attachment-0001.sig>


More information about the libvir-list mailing list