Revision d38f674c linux-headers/asm-powerpc/kvm.h

b/linux-headers/asm-powerpc/kvm.h
149 149
#define KVM_SREGS_E_UPDATE_DBSR		(1 << 3)
150 150

  
151 151
/*
152
 * Book3S special bits to indicate contents in the struct by maintaining
153
 * backwards compatibility with older structs. If adding a new field,
154
 * please make sure to add a flag for that new field */
155
#define KVM_SREGS_S_HIOR		(1 << 0)
156

  
157
/*
158 152
 * In KVM_SET_SREGS, reserved/pad fields must be left untouched from a
159 153
 * previous KVM_GET_REGS.
160 154
 *
......
179 173
				__u64 ibat[8];
180 174
				__u64 dbat[8];
181 175
			} ppc32;
182
			__u64 flags; /* KVM_SREGS_S_ */
183
			__u64 hior;
184 176
		} s;
185 177
		struct {
186 178
			union {

Also available in: Unified diff