commit | db93f5745d836f81cef0b4101a7c2685eeb55efb | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Wed Nov 05 09:36:18 2008 -0600 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:52:22 2008 +0200 |
tree | 970b0dfc93dbbe25eb988b008bbbeffd866f3f23 | |
parent | 5cbb5106f50b4515815cd32cf944958c0d4da83f [diff] |
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor This patch doesn't yet move all 44x-specific data into the new structure, but is the first step down that path. In the future we may also want to create a struct kvm_vcpu_booke. Based on patch from Liu Yu <yu.liu@freescale.com>. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>