On 12/11/08, Hollis Blanchard <[email protected]> wrote:
> Since most IO devices are integrated into the 440EP chip, "Bamboo support"
>  mostly entails implementing the -kernel, -initrd, and -append options.
>
>  These options are implemented by loading the guest as if u-boot had done it,
>  i.e. loading a flat device tree, updating it to hold initrd addresses, ram
>  size, and command line, and passing the FDT address in r3.
>
>  Since we use it with KVM, we enable the virtio block driver and include hooks
>  necessary for KVM support.
>
>  Signed-off-by: Hollis Blanchard <[email protected]>

>  --- a/target-ppc/machine.c
>  +++ b/target-ppc/machine.c
>  @@ -1,5 +1,6 @@
>   #include "hw/hw.h"
>   #include "hw/boards.h"
>  +#include "kvm.h"

Shouldn't be necessary?
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to