Re: [Qemu-block] [PATCH] raw-posix.c: Make GetBSDPath() handle caching options

2015-07-28 Thread Stefan Hajnoczi
On Mon, Jul 27, 2015 at 12:28:03PM -0400, Programmingkid wrote: Add support for caching options that can be specified from the command line. Please squash this into the commit message when merging: The CD-ROM raw char device bypasses the host page cache and therefore has alignment

Re: [Qemu-block] [PATCH] raw-posix.c: Make GetBSDPath() handle caching options

2015-07-28 Thread Programmingkid
On Jul 28, 2015, at 6:18 AM, Stefan Hajnoczi wrote: On Mon, Jul 27, 2015 at 12:28:03PM -0400, Programmingkid wrote: Add support for caching options that can be specified from the command line. Please squash this into the commit message when merging: Is this message meant for Kevin Wolf?

Re: [Qemu-block] [PATCH] raw-posix.c: Make GetBSDPath() handle caching options

2015-07-28 Thread Stefan Hajnoczi
On Tue, Jul 28, 2015 at 4:26 PM, Programmingkid programmingk...@gmail.com wrote: On Jul 28, 2015, at 6:18 AM, Stefan Hajnoczi wrote: On Mon, Jul 27, 2015 at 12:28:03PM -0400, Programmingkid wrote: Add support for caching options that can be specified from the command line. Please squash

[Qemu-block] [PATCH] raw-posix.c: Make GetBSDPath() handle caching options

2015-07-27 Thread Programmingkid
Add support for caching options that can be specified from the command line. Signed-off-by: John Arbuckle programmingk...@gmail.com --- block/raw-posix.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/block/raw-posix.c b/block/raw-posix.c index