2007/10/19, Stefan Weil <[EMAIL PROTECTED]>: > Hi, > > raw harddisk access for Windows (//./PhysicalDrive0) gives wrong disk sizes. > You can check this by booting a harddisk with the GRUB bootloader installed > and using GRUB's geometry command. > > The current QEMU code uses IOCTL_DISK_GET_DRIVE_GEOMETRY which is marked > as obsolete by MS. > > The appended patch gives correct results. Please apply it to CVS. > > Stefan > > Description of block-raw.patch: > > * replace IOCTL_DISK_GET_DRIVE_GEOMETRY by IOCTL_DISK_GET_DRIVE_GEOMETRY_EX
According to http://msdn2.microsoft.com/en-us/library/aa365171.aspx this function requires Win XP or Vista. Is qemu supported only on these?