WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel][PATCH][RFC] Supporting Enlightened Windows 2008Server

To: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
Subject: Re: [Xen-devel][PATCH][RFC] Supporting Enlightened Windows 2008Server
From: "Ky Srinivasan" <ksrinivasan@xxxxxxxxxx>
Date: Mon, 07 Apr 2008 08:27:36 -0600
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Tim Deegan <Tim.Deegan@xxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Mon, 07 Apr 2008 07:28:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080405151705.GA19777@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <47F6840D.E57C.0030.0@xxxxxxxxxx> <20080405151705.GA19777@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

>>> On Sat, Apr 5, 2008 at 11:17 AM, in message
<20080405151705.GA19777@xxxxxxxxxx>, "Daniel P. Berrange" <berrange@xxxxxxxxxx>
wrote: 
> On Fri, Apr 04, 2008 at 05:41:32PM -0600, Ky Srinivasan wrote:
>> Based on the feedback I got from you and Tim, I am enclosing 
>> the next version of the patches to support enlightened win2008
>>  server. Here are the changes I have made:
>> 
>> 1) I have put the shim on a low calorie diet - I have gotten rid
>>  of the framework infrastructure and to the extent possible 
>>  integrated the shim code with xen.
>> 
>> 2) I have tried to cleanup the code. I am sure  more work will be 
>> needed here.
>> 
>> 3) I am not advertising the TLB related enlightenments. We can 
>> revisit this later if needed.
> 
> 
>> Index: xen-unstable.hg/tools/python/xen/xm/create.py
>> ===================================================================
>> --- xen-unstable.hg.orig/tools/python/xen/xm/create.py       2008-04-04 
> 13:01:01.000000000 -0400
>> +++ xen-unstable.hg/tools/python/xen/xm/create.py    2008-04-04 
>> 13:45:08.000000000 
> -0400
>> @@ -207,6 +207,10 @@
>>            use="""Timer mode (0=delay virtual time when ticks are missed;
>>            1=virtual time is always wallclock time.""")
>>  
>> +gopts.var('extid', val='EXTID',
>> +          fn=set_int, default=0,
>> +          use="Specify extention ID for a HVM domain.")
>> +
>>  gopts.var('acpi', val='ACPI',
>>            fn=set_int, default=1,
>>            use="Disable or enable ACPI of HVM domain.")
>> @@ -750,7 +754,7 @@
>>  def configure_hvm(config_image, vals):
>>      """Create the config for HVM devices.
>>      """
>> -    args = [ 'device_model', 'pae', 'vcpus', 'boot', 'fda', 'fdb', 
> 'timer_mode',
>> +    args = [ 'device_model', 'pae', 'extid', 'vcpus', 'boot', 'fda', 'fdb', 
> 'timer_mode',
>>               'localtime', 'serial', 'stdvga', 'isa', 'nographic', 
> 'soundhw',
>>               'vnc', 'vncdisplay', 'vncunused', 'vncconsole', 'vnclisten',
>>               'sdl', 'display', 'xauthority', 'rtc_timeoffset', 'monitor',
> 
> 
> I'd still like to see the userspace tools side changed to not expose
> the integrate 'extid' value to administrators configuring guests, and
> instead use some semanatically meaningful string param
> 
> http://lists.xensource.com/archives/html/xen-devel/2008-03/msg00165.html

Absolutely. I will fix this in the next revision.

Regards,

K. Y
> 
> Regards,
> Daniel.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel