qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] r6677 broke access to physical FDD on Win32


From: Robert Riebisch
Subject: Re: [Qemu-devel] r6677 broke access to physical FDD on Win32
Date: Fri, 20 Mar 2009 23:23:55 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Anthony Liguori wrote:

> block-raw-win32.c:raw_getlength():
> 
>     case FTYPE_HARDDISK:

A floppy disk drive is hard disk?

>         status = DeviceIoControl(s->hfile, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX,
>                                  NULL, 0, &dg, sizeof(dg), &count, NULL);
>         if (status != 0) {
>             l = dg.DiskSize;
>         }
>         break;

> Looking at the code, perhaps you should be saying -fda //./a.

"-fda //./a" fails, but "-fda //./a:" works for the stable branch. It
does NOT work for original qemu-0.10.0.tar.gz.

Now we "just" need to allow the old syntax. :-)

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]