Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-25 Thread Markus Armbruster
Minoru Usui writes: > Hi, William, Markus and other people. > > On Wed, 23 Feb 2011 10:42:02 +0100 > William Dauchy wrote: > >> Hi Minoru, >> >> On Tue, Feb 15, 2011 at 3:32 AM, Minoru Usui wrote: >> > I can reproduce, too. >> > But strangely, it don't occur in case of loading acpiphp driver >

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-24 Thread Minoru Usui
Hi, William, Markus and other people. On Wed, 23 Feb 2011 10:42:02 +0100 William Dauchy wrote: > Hi Minoru, > > On Tue, Feb 15, 2011 at 3:32 AM, Minoru Usui wrote: > > I can reproduce, too. > > But strangely, it don't occur in case of loading acpiphp driver > > to the guest VM on below environ

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-23 Thread William Dauchy
Hi Minoru, On Tue, Feb 15, 2011 at 3:32 AM, Minoru Usui wrote: > I can reproduce, too. > But strangely, it don't occur in case of loading acpiphp driver > to the guest VM on below environment. > >  Host : RHEL6.0 >  Guest: RHEL5.5 > > Unfortunately, I'm not familiar with qemu-kvm. > I investigate

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-14 Thread Minoru Usui
Hi, On Mon, 14 Feb 2011 14:19:56 +0800 Wen Congyang wrote: > At 01/27/2011 05:00 PM, Ken'ichi Ohmichi Write: > > > > Hi, > > > > When I tried to attach the interface after detaching the same interface, > > the virsh command output the following and it failed: > > > > # virsh detach-interfac

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-13 Thread Wen Congyang
At 01/27/2011 05:00 PM, Ken'ichi Ohmichi Write: > > Hi, > > When I tried to attach the interface after detaching the same interface, > the virsh command output the following and it failed: > > # virsh detach-interface Domain01 network --mac 52:54:00:0d:78:92 > Interface detached successfully

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-12 Thread William Dauchy
Hi, On Mon, Feb 7, 2011 at 3:40 PM, William Dauchy wrote: > On Thu, 2011-01-27 at 18:00 +0900, Ken'ichi Ohmichi wrote: >> Hi, >> >> When I tried to attach the interface after detaching the same interface, >> the virsh command output the following and it failed: >> >>   # virsh detach-interface Do

Re: [Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-02-07 Thread William Dauchy
On Thu, 2011-01-27 at 18:00 +0900, Ken'ichi Ohmichi wrote: > Hi, > > When I tried to attach the interface after detaching the same interface, > the virsh command output the following and it failed: > > # virsh detach-interface Domain01 network --mac 52:54:00:0d:78:92 > Interface detached succ

[Qemu-devel] [PATCH] Remove a detached device from qemu_device_opts.

2011-01-27 Thread Ken'ichi Ohmichi
Hi, When I tried to attach the interface after detaching the same interface, the virsh command output the following and it failed: # virsh detach-interface Domain01 network --mac 52:54:00:0d:78:92 Interface detached successfully # virsh attach-interface Domain01 network default --mac 52:5