Skip to content

Commit

Permalink
arm: Use -M virt on 32 bit ARM, don't pass -dtb parameter.
Browse files Browse the repository at this point in the history
Note this means all the dtb code in libguestfs & supermin is
obsolete/unused, and may be deleted at some point in future.
  • Loading branch information
rwmjones committed Mar 5, 2015
1 parent 7fb85dc commit af762e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/guestfs-internal.h
Expand Up @@ -151,12 +151,7 @@

/* Machine types. XXX Make these configurable. */
#ifdef __arm__
/* In future, we can use mach-virt and drop the device tree completely
* (because the plan is for qemu to entirely generate the device tree
* internally when using mach-virt).
*/
#define MACHINE_TYPE "vexpress-a15"
#define DTB_WILDCARD "vexpress*a15-tc1.dtb"
#define MACHINE_TYPE "virt"
#endif
#ifdef __aarch64__
#define MACHINE_TYPE "virt"
Expand Down

0 comments on commit af762e4

Please sign in to comment.