Displaying 2 results from an estimated 2 matches for "8521e5a".
Did you mean:
85215
2016 Apr 18
2
[PATCH] launch: direct: specify format for appliance drive
...disk: specify that
explicitly in its -drive qemu command line options, so qemu can skip the
autodetection of its format and save a tiny bit of time.
---
src/launch-direct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/launch-direct.c b/src/launch-direct.c
index ee0a855..8521e5a 100644
--- a/src/launch-direct.c
+++ b/src/launch-direct.c
@@ -563,7 +563,7 @@ launch_direct (guestfs_h *g, void *datav, const char *arg)
/* Add the ext2 appliance drive (after all the drives). */
if (has_appliance_drive) {
ADD_CMDLINE ("-drive");
- ADD_CMDLINE_PRINTF ("...
2016 Apr 18
0
Re: [PATCH] launch: direct: specify format for appliance drive
...ts -drive qemu command line options, so qemu can skip the
> autodetection of its format and save a tiny bit of time.
> ---
> src/launch-direct.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/launch-direct.c b/src/launch-direct.c
> index ee0a855..8521e5a 100644
> --- a/src/launch-direct.c
> +++ b/src/launch-direct.c
> @@ -563,7 +563,7 @@ launch_direct (guestfs_h *g, void *datav, const char *arg)
> /* Add the ext2 appliance drive (after all the drives). */
> if (has_appliance_drive) {
> ADD_CMDLINE ("-drive");...