]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/include/asm/kvm_book3s_asm.h
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
[~andy/linux] / arch / powerpc / include / asm / kvm_book3s_asm.h
index 490b34f5d6bf81a19346e7f6cffc82538cec55ef..f3a91dc02c981f216cc60b613347c71f988c8a7d 100644 (file)
@@ -79,6 +79,7 @@ struct kvmppc_host_state {
        ulong vmhandler;
        ulong scratch0;
        ulong scratch1;
+       ulong scratch2;
        u8 in_guest;
        u8 restore_hid5;
        u8 napping;
@@ -107,6 +108,7 @@ struct kvmppc_host_state {
 };
 
 struct kvmppc_book3s_shadow_vcpu {
+       bool in_use;
        ulong gpr[14];
        u32 cr;
        u32 xer;