[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tool/libxl: mistake apic for acpi in libxl__build_device_model_args_old/new
On Fri, 15 Apr 2011, ZhouPeng wrote: > Signed-off-by: Zhou Peng <zhoupeng@xxxxxxxxxxxxxxx> > > tool/libxl: mistake apic for acpi in libxl__build_device_model_args_old/new > this patch should be applied ASAP and backported to 4.1. > diff -r 6871474a2a09 -r 01f8b29dda8e tools/libxl/libxl_dm.c > --- a/tools/libxl/libxl_dm.cÂÂÂ Fri Apr 15 10:06:59 2011 +0800 > +++ b/tools/libxl/libxl_dm.cÂÂÂ Fri Apr 15 15:17:42 2011 +0800 > @@ -120,7 +120,7 @@ static char ** libxl__build_device_model > ÂÂÂÂÂÂÂÂ if (info->soundhw) { > ÂÂÂÂÂÂÂÂÂÂÂÂ flexarray_vappend(dm_args, "-soundhw", info->soundhw, NULL); > ÂÂÂÂÂÂÂÂ } > -ÂÂÂÂÂÂÂ if (info->apic) { > +ÂÂÂÂÂÂÂ if (info->acpi) { > ÂÂÂÂÂÂÂÂÂÂÂÂ flexarray_append(dm_args, "-acpi"); > ÂÂÂÂÂÂÂÂ } > ÂÂÂÂÂÂÂÂ if (info->vcpus > 1) { > @@ -268,7 +268,7 @@ static char ** libxl__build_device_model > ÂÂÂÂÂÂÂÂ if (info->soundhw) { > ÂÂÂÂÂÂÂÂÂÂÂÂ flexarray_vappend(dm_args, "-soundhw", info->soundhw, NULL); > ÂÂÂÂÂÂÂÂ } > -ÂÂÂÂÂÂÂ if (!info->apic) { > +ÂÂÂÂÂÂÂ if (!info->acpi) { > ÂÂÂÂÂÂÂÂÂÂÂÂ flexarray_append(dm_args, "-no-acpi"); > ÂÂÂÂÂÂÂÂ } > ÂÂÂÂÂÂÂÂ if (info->vcpus > 1) { > > -- > Zhou Peng > Operating System Technology Group > Institute of Software, the Chinese Academy of Sciences (ISCAS) > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |