Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24cbc7e9 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Future-proof the exit information union ABI



Note that as the size of struct kvm_run is not part of the ABI, we can add
things at the end.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent dad3795d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@ struct kvm_run {
			__u32 longmode;
			__u32 pad;
		} hypercall;
		/* Fix the size of the union. */
		char padding[256];
	};
};