Re: [Qemu-devel] [PATCH 2/4] qdev: Introduce qdev_force_unplug.

2012-05-15 Thread Anthony PERARD
On Tue, May 15, 2012 at 7:15 PM, Stefano Stabellini wrote: > On Tue, 15 May 2012, Anthony PERARD wrote: >> This function will be use to force a device to be ejected without the guest >> cooperation. >> >> Signed-off-by: Anthony PERARD >> --- >>  hw/qdev.c |   23 --- >>  hw/qde

Re: [Qemu-devel] [PATCH 2/4] qdev: Introduce qdev_force_unplug.

2012-05-15 Thread Stefano Stabellini
On Tue, 15 May 2012, Anthony PERARD wrote: > This function will be use to force a device to be ejected without the guest > cooperation. > > Signed-off-by: Anthony PERARD > --- > hw/qdev.c | 23 --- > hw/qdev.h |3 +++ > 2 files changed, 23 insertions(+), 3 deletions(-)

[Qemu-devel] [PATCH 2/4] qdev: Introduce qdev_force_unplug.

2012-05-15 Thread Anthony PERARD
This function will be use to force a device to be ejected without the guest cooperation. Signed-off-by: Anthony PERARD --- hw/qdev.c | 23 --- hw/qdev.h |3 +++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 6a8f6bd..c95d4c2