@@ -194,7 +194,7 @@ blobs="yes"
fdt="yes"
sdl_x11="no"
xen="yes"
-pkgversion=""
+pkgversion="kvm-devel"
signalfd="no"
eventfd="no"
cpu_emulation="yes"
@@ -1677,8 +1677,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
@@ -4099,7 +4099,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)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> --- configure | 4 +--- vl.c | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-)