Guido Günther | 14 Aug 10:17

[patch] set correct mac type on virt-clone

Hi,
attached is a patch that sets the correct mac address type when using
virt-clone. It continues to use the Xen prefix for unknown hypervisors
but uses the correct one for kvm/qemu. I also added some doctest.

virt-image/virt-inst still need to be fixed up at a later point.
Cheers,
 -- Guido
Attachment (mac-prefix.diff): text/x-diff, 2742 bytes
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@...
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Guido Günther | 15 Aug 15:06

[PATCH] virt-image: catch ParserException and CapabilitiesParserException

On Thu, Aug 14, 2008 at 10:18:45AM +0200, Guido Günther wrote:
> attached is a patch that sets the correct mac address type when using
> virt-clone. It continues to use the Xen prefix for unknown hypervisors
> but uses the correct one for kvm/qemu. I also added some doctest.
Here's another minor cleanup patch that fell out when fixing up some
bugs against Debian's virtimage package. It tries to be a bit more
helpful than the python exceptions in virt-image. 
Cheers,
 -- Guido
Attachment (exceptions.diff): text/x-diff, 1167 bytes
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@...
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Cole Robinson | 17 Aug 21:31
Favicon

Re: [PATCH] virt-image: catch ParserException and CapabilitiesParserException

Guido Günther wrote:
> On Thu, Aug 14, 2008 at 10:18:45AM +0200, Guido Günther wrote:
>   
>> attached is a patch that sets the correct mac address type when using
>> virt-clone. It continues to use the Xen prefix for unknown hypervisors
>> but uses the correct one for kvm/qemu. I also added some doctest.
>>     
> Here's another minor cleanup patch that fell out when fixing up some
> bugs against Debian's virtimage package. It tries to be a bit more
> helpful than the python exceptions in virt-image. 
> Cheers,
>  -- Guido
>   

Thanks, I've applied these two patches:

http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=ece7be12556f
http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=10f0b98b15d1

I also fixed mac generation for virt-install/other apps,
and added you to the AUTHORS file.

http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=e33c50bfb78b

Thanks,
Cole

Gmane