Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-16 Thread Programmingkid
On Jul 16, 2015, at 3:43 PM, Stefan Hajnoczi wrote: > On Thu, Jul 16, 2015 at 6:26 PM, Programmingkid > wrote: >> >> On Jul 16, 2015, at 9:19 AM, Stefan Hajnoczi wrote: >> >>> On Thu, Jul 09, 2015 at 10:02:26AM -0400, Programmingkid wrote: On Jul 9, 2015, at 6:52 AM, Stefan Hajnoczi

Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-16 Thread Stefan Hajnoczi
On Thu, Jul 16, 2015 at 6:26 PM, Programmingkid wrote: > > On Jul 16, 2015, at 9:19 AM, Stefan Hajnoczi wrote: > >> On Thu, Jul 09, 2015 at 10:02:26AM -0400, Programmingkid wrote: >>> >>> On Jul 9, 2015, at 6:52 AM, Stefan Hajnoczi wrote: >>> On Tue, Jul 07, 2015 at 01:33:23PM -0400, Programm

Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-16 Thread Programmingkid
On Jul 16, 2015, at 9:19 AM, Stefan Hajnoczi wrote: > On Thu, Jul 09, 2015 at 10:02:26AM -0400, Programmingkid wrote: >> >> On Jul 9, 2015, at 6:52 AM, Stefan Hajnoczi wrote: >> >>> On Tue, Jul 07, 2015 at 01:33:23PM -0400, Programmingkid wrote: Make physical devices like a USB flash drive

Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-16 Thread Stefan Hajnoczi
On Thu, Jul 09, 2015 at 10:02:26AM -0400, Programmingkid wrote: > > On Jul 9, 2015, at 6:52 AM, Stefan Hajnoczi wrote: > > > On Tue, Jul 07, 2015 at 01:33:23PM -0400, Programmingkid wrote: > >> Make physical devices like a USB flash drive or a CDROM drive work in > >> QEMU. With > >> this patch

Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-09 Thread Programmingkid
On Jul 9, 2015, at 6:52 AM, Stefan Hajnoczi wrote: > On Tue, Jul 07, 2015 at 01:33:23PM -0400, Programmingkid wrote: >> Make physical devices like a USB flash drive or a CDROM drive work in QEMU. >> With >> this patch I can use a USB flash drive like a hard drive. Before this patch, >> QEMU wou

Re: [Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-09 Thread Stefan Hajnoczi
On Tue, Jul 07, 2015 at 01:33:23PM -0400, Programmingkid wrote: > Make physical devices like a USB flash drive or a CDROM drive work in QEMU. > With > this patch I can use a USB flash drive like a hard drive. Before this patch, > QEMU would just quit with a message like "resource busy". The comm

[Qemu-block] [PATCH] raw-posix.c: Make physical devices usable in QEMU

2015-07-07 Thread Programmingkid
Make physical devices like a USB flash drive or a CDROM drive work in QEMU. With this patch I can use a USB flash drive like a hard drive. Before this patch, QEMU would just quit with a message like "resource busy". Now it handles issues like these for the user. This patch unmounts volumes of phys