Re: [Qemu-devel] [PATCH v2] raw-posix.c: Make GetBSDPath() handle caching options
Am 21.11.2015 um 01:17 hat Programmingkid geschrieben: > Add support for caching options that can be specified from > the command line. > > Signed-off-by: John Arbuckle Thanks, applied to the block branch. Kevin
[Qemu-devel] [PATCH v2] raw-posix.c: Make GetBSDPath() handle caching options
Add support for caching options that can be specified from the command line. Signed-off-by: John Arbuckle --- Only location of code has been changed. block/raw-posix.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/block/raw-posix.c b/block/raw-posix.c