search for: 113705d

Displaying 2 results from an estimated 2 matches for "113705d".

Did you mean: 113705
2015 Oct 05
1
[PATCH] Revert "lib: Don't need to include <rpc/types.h>."
...sd [3] https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/xdr.3.html This reverts commit ada85d15669886f0456ffecf1b13fc7a7df38e5c. --- src/guestfs-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 113705d..72f9968 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -21,6 +21,7 @@ #include <stdbool.h> +#include <rpc/types.h> /* Needed on libc's different than glibc. */ #include <rpc/xdr.h> #include <pcre.h> -- 2.1.0
2015 Oct 02
1
[PATCH 1/2] launch: direct: Use a single -machine [type, ]accel=... option.
Previously we used (on arm): -M virt -machine accel=... After this change, we use: -machine virt,accel=... On x86 there is no change. The -M option is an abbreviation for -machine, and we can combine the two options together. (Qemu combines the two options internally, but it's more predictable if we do it ourselves). Upstream qemu has supported the -machine option for over 5 years, and in