Re: [Qemu-devel] [PATCH v4 01/38] block: Remove host floppy support

2015-09-07 Thread Max Reitz
On 07.09.2015 17:59, Kevin Wolf wrote: > Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: >> It has been deprecated as of 2.3, so we can now remove it. >> >> Signed-off-by: Max Reitz > >> @@ -2241,8 +2188,9 @@ static BlockAIOCB *hdev_aio_ioctl(BlockDriverState *bs, >> pool = aio_get_thread_

Re: [Qemu-devel] [PATCH v4 01/38] block: Remove host floppy support

2015-09-07 Thread Kevin Wolf
Am 20.07.2015 um 19:45 hat Max Reitz geschrieben: > It has been deprecated as of 2.3, so we can now remove it. > > Signed-off-by: Max Reitz > @@ -2241,8 +2188,9 @@ static BlockAIOCB *hdev_aio_ioctl(BlockDriverState *bs, > pool = aio_get_thread_pool(bdrv_get_aio_context(bs)); > return t

[Qemu-devel] [PATCH v4 01/38] block: Remove host floppy support

2015-07-20 Thread Max Reitz
It has been deprecated as of 2.3, so we can now remove it. Signed-off-by: Max Reitz --- block/raw-posix.c| 217 ++- qapi/block-core.json | 9 +-- 2 files changed, 11 insertions(+), 215 deletions(-) diff --git a/block/raw-posix.c b/block/raw-