Re: [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-06-05 Thread Markus Armbruster
Marcelo Tosatti mtosa...@redhat.com writes: On Thu, May 24, 2012 at 11:02:28AM +0200, Pavel Hrdina wrote: If you start guest with floppy drive but without media inserted, guest still should see floppy drive pressent. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/pc.c |2 +-

Re: [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-06-05 Thread Marcelo Tosatti
On Tue, Jun 05, 2012 at 08:23:53AM +0200, Markus Armbruster wrote: Marcelo Tosatti mtosa...@redhat.com writes: On Thu, May 24, 2012 at 11:02:28AM +0200, Pavel Hrdina wrote: If you start guest with floppy drive but without media inserted, guest still should see floppy drive pressent.

Re: [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-06-05 Thread Markus Armbruster
Marcelo Tosatti mtosa...@redhat.com writes: On Tue, Jun 05, 2012 at 08:23:53AM +0200, Markus Armbruster wrote: Marcelo Tosatti mtosa...@redhat.com writes: On Thu, May 24, 2012 at 11:02:28AM +0200, Pavel Hrdina wrote: If you start guest with floppy drive but without media inserted, guest

Re: [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-06-05 Thread Pavel Hrdina
On 06/05/2012 02:05 PM, Markus Armbruster wrote: Marcelo Tosattimtosa...@redhat.com writes: On Tue, Jun 05, 2012 at 08:23:53AM +0200, Markus Armbruster wrote: Marcelo Tosattimtosa...@redhat.com writes: On Thu, May 24, 2012 at 11:02:28AM +0200, Pavel Hrdina wrote: If you start guest with

Re: [Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-06-04 Thread Marcelo Tosatti
On Thu, May 24, 2012 at 11:02:28AM +0200, Pavel Hrdina wrote: If you start guest with floppy drive but without media inserted, guest still should see floppy drive pressent. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/pc.c |2 +- 1 files changed, 1 insertions(+), 1

[Qemu-devel] [PATCH v4 1/3] fdc: floppy drive should be visible after start without media

2012-05-24 Thread Pavel Hrdina
If you start guest with floppy drive but without media inserted, guest still should see floppy drive pressent. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hw/pc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 4d34a33..967c17a 100644 ---