From: Anthony Liguori <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/configure b/configure
index 9a635ae..f59476d 100755
--- a/configure
+++ b/configure
@@ -194,7 +194,7 @@ blobs="yes"
fdt="yes"
sdl_x11="no"
xen="yes"
-pkgversion=""
+pkgversion="kvm-devel"
signalfd="no"
eventfd="no"
cpu_emulation="yes"
@@ -1682,8 +1682,6 @@ fi
qemu_version=`head $source_path/VERSION`
echo "VERSION=$qemu_version" >>$config_mak
echo "#define QEMU_VERSION \"$qemu_version\"" >> $config_h
-echo "#define KVM_VERSION \"kvm-devel\"" >> $config_h
-
echo "#define QEMU_PKGVERSION \"$pkgversion\"" >> $config_h
echo "SRC_PATH=$source_path" >> $config_mak
diff --git a/vl.c b/vl.c
index 15f85e2..90a5e0c 100644
--- a/vl.c
+++ b/vl.c
@@ -4101,7 +4101,7 @@ static int main_loop(void)
static void version(void)
{
- printf("QEMU PC emulator version " QEMU_VERSION " (" KVM_VERSION ")"
QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
+ printf("QEMU PC emulator version " QEMU_VERSION QEMU_PKGVERSION ",
Copyright (c) 2003-2008 Fabrice Bellard\n");
}
static void help(int exitcode)
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html