Making -machine configurable would be a really bad idea.
---
src/guestfs-internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 7f1e572..113705d 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -133,7 +133,7 @@
#define VIRTIO_NET "virtio-net-device"
#endif /* ARM */
-/* Machine types. XXX Make these configurable. */
+/* Machine types. */
#ifdef __arm__
#define MACHINE_TYPE "virt"
#endif
--
2.5.2