[Qemu-devel] [PATCH 09/11] configure: add configure check for ntdddisk.h

2015-07-07 Thread Michael Roth
This header file provides w32 ioctl definitions for working with disk devices. Older versions of mingw do not expose this in a useable way, so add a configure check and report it via CONFIG_QGA_NTDDSCSI. Subsequent patches will use this macro to stub out functionality that relies on this in cases

[Qemu-devel] [PATCH 09/11] configure: add configure check for ntdddisk.h

2015-07-07 Thread Michael Roth
This header file provides w32 ioctl definitions for working with disk devices. Older versions of mingw do not expose this in a useable way, so add a configure check and report it via CONFIG_QGA_NTDDSCSI. Subsequent patches will use this macro to stub out functionality that relies on this in cases