Ah, this is a nice way that continues to support the existing domain config
format. I'd still also like a dm_args config option too though! Really many
of the HVM-specific config options could be deprecated and moved over to a
single dm_args config field.
-- Keir
On 31/12/07 12:41, "Samuel Thibault" <samuel.thibault@xxxxxxxxxxxxx> wrote:
> Hi,
>
> Stephan Seitz, le Mon 31 Dec 2007 13:13:06 +0100, a écrit :
>> @@ -5603,7 +5604,8 @@
>> - { "serial", 1, QEMU_OPTION_serial },
>> + { "seriala", 1, QEMU_OPTION_seriala },
>> + { "serialb", 1, QEMU_OPTION_serialb },
>
> There is no real need to do this: qemu can handle several -serial
> options fine.
>
>> diff -ur xen-3.1-3.1.0/tools/python/xen/xm/create.py
>> xen-3.1-3.1.0-my/tools/python/xen/xm/create.py
>> --- xen-3.1-3.1.0/tools/python/xen/xm/create.py 2007-05-18 20:45:21.000000000
>> +0600
>> +++ xen-3.1-3.1.0-my/tools/python/xen/xm/create.py 2007-12-30
>> 19:25:57.000000000 +0500
>> -gopts.var('serial', val='FILE',
>
> And that could be a list of serial/pty/vc/...
>
> Samuel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|