Re: [Qemu-devel] [PATCH] block/raw-posix: Don't think /dev/fd/ is a floppy drive.

2015-07-01 Thread Markus Armbruster
"Richard W.M. Jones" writes: > In libguestfs we use /dev/fd/ to pass pre-opened file descriptors > to qemu-img. Lately I've discovered that although this works, qemu > believes that these are floppy disk images. That in itself isn't much > of a problem, but now qemu prints a warning about host

[Qemu-devel] [PATCH] block/raw-posix: Don't think /dev/fd/ is a floppy drive.

2015-07-01 Thread Richard W.M. Jones
In libguestfs we use /dev/fd/ to pass pre-opened file descriptors to qemu-img. Lately I've discovered that although this works, qemu believes that these are floppy disk images. That in itself isn't much of a problem, but now qemu prints a warning about host floppy pass-thru being deprecated. Ext