From: "Daniel P. Berrange" <berrange@redhat.com>
To: Ky Srinivasan <ksrinivasan@novell.com>
Cc: xen-devel@lists.xensource.com, Tim Deegan <Tim.Deegan@citrix.com>,
Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: [PATCH][RFC] Supporting Enlightened Windows 2008Server
Date: Sat, 5 Apr 2008 16:17:05 +0100 [thread overview]
Message-ID: <20080405151705.GA19777@redhat.com> (raw)
In-Reply-To: <47F6840D.E57C.0030.0@novell.com>
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
Regards,
Daniel.
--
|: Red Hat, Engineering, Boston -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
next prev parent reply other threads:[~2008-04-05 15:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-04 23:41 [PATCH][RFC] Supporting Enlightened Windows 2008Server Ky Srinivasan
2008-04-05 15:17 ` Daniel P. Berrange [this message]
2008-04-07 14:27 ` Ky Srinivasan
2008-04-07 14:27 ` Ky Srinivasan
[not found] ` <20080410112313.GA4628@weybridge.uk.xensource.com>
2008-04-13 18:43 ` Ky Srinivasan
[not found] ` <48DF4074.E57C.0030.0@novell.com>
2008-04-14 11:49 ` Steven Smith
-- strict thread matches above, loose matches on Subject: below --
2008-04-13 21:50 Ky Srinivasan
2008-04-13 19:04 Ky Srinivasan
[not found] <47F68017.E57C.0030.0@novell.com>
2008-04-05 9:21 ` Keir Fraser
2008-03-05 22:15 [PATCH][RFC] Supporting Enlightened Windows 2008 Server Ky Srinivasan
2008-03-06 7:28 ` Keir Fraser
2008-03-06 10:15 ` Tim Deegan
2008-03-07 1:10 ` [PATCH][RFC] Supporting Enlightened Windows 2008Server Ky Srinivasan
2008-03-07 11:57 ` Tim Deegan
2008-03-07 13:19 ` Keir Fraser
2008-03-07 13:30 ` Keir Fraser
2008-03-07 1:08 ` Ky Srinivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080405151705.GA19777@redhat.com \
--to=berrange@redhat.com \
--cc=Tim.Deegan@citrix.com \
--cc=keir.fraser@eu.citrix.com \
--cc=ksrinivasan@novell.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.