Home
last modified time | relevance | path

Searched refs:QEMU_VERSION (Results 1 – 9 of 9) sorted by relevance

/external/qemu/android/config/windows/
Dconfig-host.h7 #define QEMU_VERSION "0.10.50" macro
/external/qemu/android/config/freebsd-x86/
Dconfig-host.h9 #define QEMU_VERSION "0.8.2" macro
/external/qemu/android/config/darwin-x86/
Dconfig-host.h9 #define QEMU_VERSION "0.10.50" macro
/external/qemu/android/config/linux-x86/
Dconfig-host.h11 #define QEMU_VERSION "0.10.50" macro
/external/qemu/android/config/darwin-x86_64/
Dconfig-host.h12 #define QEMU_VERSION "0.10.50" macro
/external/qemu/android/config/linux-ppc/
Dconfig-host.h10 #define QEMU_VERSION "0.10.50" macro
/external/qemu/util/
Dosdep.c59 static const char *qemu_version = QEMU_VERSION;
/external/qemu/target-i386/
Dhelper.c155 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
216 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
286 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
/external/qemu/
Dvl-android.c1424 …printf("QEMU PC emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice… in version()