|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../qemu-kvm/qemu-kvm-1.0.1-progname.patch
|
|
|
|
|
# Filename: package/.../qemu-kvm/qemu-kvm-1.1.1-progname.patch
|
|
|
|
|
# Copyright (C) 2012 The OpenSDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
@ -14,16 +14,20 @@
|
|
|
|
|
# version.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
--- qemu-kvm-1.0.1/Makefile.target.orig 2012-04-17 04:15:17.000000000 +0200
|
|
|
|
|
+++ qemu-kvm-1.0.1/Makefile.target 2012-06-30 12:22:31.544703743 +0200
|
|
|
|
|
@@ -24,10 +24,10 @@
|
|
|
|
|
--- qemu-kvm-1.1.1/Makefile.target.orig 2012-07-16 09:52:03.000000000 +0200
|
|
|
|
|
+++ qemu-kvm-1.1.1/Makefile.target 2012-07-22 17:34:37.746181731 +0200
|
|
|
|
|
@@ -26,14 +26,14 @@
|
|
|
|
|
|
|
|
|
|
ifdef CONFIG_USER_ONLY
|
|
|
|
|
# user emulator name
|
|
|
|
|
-QEMU_PROG=qemu-$(TARGET_ARCH2)
|
|
|
|
|
+QEMU_PROG=qemu-kvm$(TARGET_ARCH2)
|
|
|
|
|
+QEMU_PROG=qemu-kvm-$(TARGET_ARCH2)
|
|
|
|
|
else
|
|
|
|
|
# system emulator name
|
|
|
|
|
ifneq (,$(findstring -mwindows,$(LIBS)))
|
|
|
|
|
# Terminate program name with a 'w' because the linker builds a windows executable.
|
|
|
|
|
QEMU_PROGW=qemu-system-$(TARGET_ARCH2)w$(EXESUF)
|
|
|
|
|
endif # windows executable
|
|
|
|
|
-QEMU_PROG=qemu-system-$(TARGET_ARCH2)$(EXESUF)
|
|
|
|
|
+QEMU_PROG=qemu-kvm-system-$(TARGET_ARCH2)$(EXESUF)
|
|
|
|
|
endif
|