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

2015-07-09 Thread Programmingkid
On Jul 9, 2015, at 5:35 AM, Laurent Vivier wrote: > > > On 07/07/2015 19:33, 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 w

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

2015-07-09 Thread Laurent Vivier
On 07/07/2015 19:33, 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". Now it handles > issues > l

[Qemu-devel] [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