[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 6/6] IBM PowerPC 440EP Bamboo reference board em
From: |
Blue Swirl |
Subject: |
Re: [Qemu-devel] [PATCH 6/6] IBM PowerPC 440EP Bamboo reference board emulation |
Date: |
Thu, 11 Dec 2008 23:25:23 +0200 |
On 12/11/08, Hollis Blanchard <address@hidden> 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 <address@hidden>
> --- 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?
[Qemu-devel] [PATCH 5/6] PowerPC 440EP SoC emulation, Hollis Blanchard, 2008/12/11
[Qemu-devel] [PATCH 6/6] IBM PowerPC 440EP Bamboo reference board emulation, Hollis Blanchard, 2008/12/11