Re: [libvirt] PATCH: Fix passing of ifname to QEMU

2009-01-30 Thread Jim Meyering
"Daniel P. Berrange" wrote: > When using the type='ethernet' network device configuration for a guest > we pass a script, and optional interface name to QEMU. If ifname is > omitted, then QEMU allocates one itself. The problem was we were passing > an ifname of '(null)' by mistake. This patch cor

Re: [libvirt] PATCH: Fix passing of ifname to QEMU

2009-01-30 Thread Daniel Veillard
On Fri, Jan 30, 2009 at 01:08:54PM +, Daniel P. Berrange wrote: > When using the type='ethernet' network device configuration for a guest > we pass a script, and optional interface name to QEMU. If ifname is > omitted, then QEMU allocates one itself. The problem was we were passing > an ifnam

[libvirt] PATCH: Fix passing of ifname to QEMU

2009-01-30 Thread Daniel P. Berrange
When using the type='ethernet' network device configuration for a guest we pass a script, and optional interface name to QEMU. If ifname is omitted, then QEMU allocates one itself. The problem was we were passing an ifname of '(null)' by mistake. This patch corrects that problem and adds a test f