Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117594 Details for
Bug 157987
KVM user space (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qemu-makefile.target-21.patch
qemu-makefile.target-21.patch (text/plain), 729 bytes, created by
Matthew Schultz
on 2007-04-28 20:51:09 UTC
(
hide
)
Description:
qemu-makefile.target-21.patch
Filename:
MIME Type:
Creator:
Matthew Schultz
Created:
2007-04-28 20:51:09 UTC
Size:
729 bytes
patch
obsolete
>--- qemu/Makefile.target.orig 2007-04-22 07:27:59.000000000 +0200 >+++ qemu/Makefile.target 2007-04-22 07:31:36.000000000 +0200 >@@ -52,7 +52,11 @@ > # system emulator name > ifdef CONFIG_SOFTMMU > ifeq ($(TARGET_ARCH), i386) >+ifdef CONFIG_KVM >+QEMU_SYSTEM=qemu-kvm$(EXESUF) >+else > QEMU_SYSTEM=qemu$(EXESUF) >+endif > else > QEMU_SYSTEM=qemu-system-$(TARGET_ARCH2)$(EXESUF) > endif >@@ -231,8 +235,10 @@ > OBJS+= libqemu.a > > # cpu emulator library >-LIBOBJS=exec.o kqemu.o qemu-kvm.o translate-op.o translate-all.o cpu-exec.o\ >- translate.o op.o >+LIBOBJS=exec.o kqemu.o qemu-kvm.o cpu-exec.o >+ifndef CONFIG_KVM >+LIBOBJS+=translate.o op.o translate-op.o translate-all.o >+endif > ifdef CONFIG_SOFTFLOAT > LIBOBJS+=fpu/softfloat.o > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157987
:
108867
|
109180
|
109596
|
109612
|
109613
|
109614
|
109615
|
109929
|
110542
|
110544
|
111591
|
111593
|
111594
|
111721
|
111722
|
111725
|
111726
|
111727
|
111730
|
111731
|
111732
|
117585
|
117587
|
117589
|
117590
|
117592
|
117594
|
117595
|
117596
|
117597
|
119450
|
119452
|
119454
|
120155
|
120283
|
120488
|
121167
|
121170
|
121172
|
121174
|
121176
|
121177
|
121179
|
121181
|
121183
|
124934
|
124936
|
124937
|
124939
|
125905
|
125989
|
125991
|
125993
|
125994
|
125996
|
126072
|
130577
|
131298
|
132381
|
132382
|
132422
|
132486
|
132866
|
132899
|
133157
|
133510
|
133515
|
133859
|
137185
|
137723
|
137946
|
139324
|
139488
|
140913