mirror of https://gitee.com/openkylin/libvirt.git
libxl: remove unused 'bits' from struct guest_arch
It was made pointless by: commitc25c18f71b
Convert capabilities / domain_conf to use virArch and unused by: commit8db1f2d228
Fix libxl driver for virArch changes Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
eabced8591
commit
0a109dc9e3
|
@ -52,7 +52,6 @@ enum libxlHwcapVersion {
|
|||
|
||||
struct guest_arch {
|
||||
virArch arch;
|
||||
int bits;
|
||||
int hvm;
|
||||
int pvh;
|
||||
int pae;
|
||||
|
|
Loading…
Reference in New Issue