This patch defines cpu_vendor_string for linux-user builds. Signed-off-by: Philippe Gerum <[EMAIL PROTECTED]> --- qemu/linux-user/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/qemu/linux-user/main.c b/qemu/linux-user/main.c index 023aac3..8387b16 100644 --- a/qemu/linux-user/main.c +++ b/qemu/linux-user/main.c @@ -33,6 +33,7 @@ static const char *interp_prefix = CONFIG_QEMU_PREFIX; const char *qemu_uname_release = CONFIG_UNAME_RELEASE; +const char *cpu_vendor_string = NULL; #if defined(__i386__) && !defined(CONFIG_STATIC) /* Force usage of an ELF interpreter even if it is an ELF shared -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html