We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d7700 commit 69e5a7dCopy full SHA for 69e5a7d
arch/x86/include/asm/kvm_host.h
@@ -1410,8 +1410,6 @@ struct kvm_arch {
1410
struct delayed_work kvmclock_update_work;
1411
struct delayed_work kvmclock_sync_work;
1412
1413
- struct kvm_xen_hvm_config xen_hvm_config;
1414
-
1415
/* reads protected by irq_srcu, writes by irq_lock */
1416
struct hlist_head mask_notifier_list;
1417
@@ -1421,6 +1419,7 @@ struct kvm_arch {
1421
1419
1422
1420
#ifdef CONFIG_KVM_XEN
1423
struct kvm_xen xen;
+ struct kvm_xen_hvm_config xen_hvm_config;
1424
#endif
1425
1426
bool backwards_tsc_observed;
0 commit comments