Jerone Young wrote:
> 1 file changed, 1 deletion(-)
> qemu/hw/ppc440_bamboo.c |    1 -
>
>
> In 2.6.26 wait is now enabled by default. With this the /hypervisor node will 
> not be need to be idetified to enable the guest to go into wait state while 
> idle.
>
> Signed-off-by: Jerone Young <[EMAIL PROTECTED]>
>
> diff --git a/qemu/hw/ppc440_bamboo.c b/qemu/hw/ppc440_bamboo.c
> --- a/qemu/hw/ppc440_bamboo.c
> +++ b/qemu/hw/ppc440_bamboo.c
> @@ -163,7 +163,6 @@ void bamboo_init(ram_addr_t ram_size, in
>       dt_cell(fdt, "/chosen", "linux,initrd-end",
>                               (initrd_base + initrd_size));
>       dt_string(fdt, "/chosen", "bootargs", (char *)kernel_cmdline);
> -     dt_node(fdt, "/", "hypervisor");
>  #endif
>  
>       if (kvm_enabled()) {
>   

I don't have this bit in my tree.

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to