]> Pileus Git - ~andy/linux/commit
KVM: ppc: combine booke_guest.c and booke_host.c
authorHollis Blanchard <hollisb@us.ibm.com>
Wed, 5 Nov 2008 15:36:13 +0000 (09:36 -0600)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:51:50 +0000 (16:51 +0200)
commitd9fbd03d240380826c0ec16f927242be24ff6265
treee17c36fa4e27882d03f9d19715943d971025ab97
parent0f55dc481ea5c4f87fc0161cb1b8c6e2cafae8fc
KVM: ppc: combine booke_guest.c and booke_host.c

The division was somewhat artificial and cumbersome, and had no functional
benefit anyways: we can only guests built for the real host processor.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/Makefile
arch/powerpc/kvm/booke.c [moved from arch/powerpc/kvm/booke_guest.c with 90% similarity]
arch/powerpc/kvm/booke_host.c [deleted file]