Re: [kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-28 Thread Jerone Young
To: > [EMAIL PROTECTED] >Cc: > kvm-devel@lists.sourceforge.net, > [EMAIL PROTECTED] > Subject: > Re: [kvm-devel] [PATCH 0 of 7] > PowerPC Embedded KVM qemu > enablement patches > Date: > Mon, 28 Jan 20

Re: [kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-28 Thread Anthony Liguori
Jerone Young wrote: > The issue here is that qemu does not support u-boot firmware. What we > are doing is actually loading a u-boot image and booting Linux directly > with a pre made device tree (which is something normally u-boot firmware > would provide Linux). So this code wouldn't fit into pla

Re: [kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-28 Thread Jerone Young
The issue here is that qemu does not support u-boot firmware. What we are doing is actually loading a u-boot image and booting Linux directly with a pre made device tree (which is something normally u-boot firmware would provide Linux). So this code wouldn't fit into plain qemu just yet. On Sun, 2

Re: [kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-28 Thread Avi Kivity
Jerone Young wrote: > This set of patches is to enable PowerPC embedded KVM capablities to be taken > advantage of by qemu. > > The code currently boots a ungziped uImage of the Linux kernel complied for > PowerPC 440 AMCC Bamboo evalution board. We have not fully tested userspace, > but fixes

Re: [kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-27 Thread Anthony Liguori
Jerone Young wrote: > This set of patches is to enable PowerPC embedded KVM capablities to be taken > advantage of by qemu. > > The code currently boots a ungziped uImage of the Linux kernel complied for > PowerPC 440 AMCC Bamboo evalution board. We have not fully tested userspace, > but fixes

[kvm-devel] [PATCH 0 of 7] PowerPC Embedded KVM qemu enablement patches

2008-01-27 Thread Jerone Young
This set of patches is to enable PowerPC embedded KVM capablities to be taken advantage of by qemu. The code currently boots a ungziped uImage of the Linux kernel complied for PowerPC 440 AMCC Bamboo evalution board. We have not fully tested userspace, but fixes will follow as we do. We are al