This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
b74cddcbf6
qemu-e2k
/
accel
/
stubs
/
Makefile.objs
3 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
accel: move kvm related accelerator files into accel/ move kvm related accelerator files into accel/ subdirectory, also create one stub subdirectory, which will include accelerator's stub files. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-5-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-06-02 08:06:46 +02:00
o
b
j
-
$(
call
lnot
,
$
(
CONFIG_KVM
)
)
+
=
k
v
m
-
s
t
u
b
.
o
tcg: add the tcg-stub.c file into accel/stubs/ If tcg is disabled, the functions in tcg-stub.c file will be called. This file is target-independent file, do not include any platform related stub functions into this file. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-07-03 12:12:17 +02:00
o
b
j
-
$(
call
lnot
,
$
(
CONFIG_TCG
)
)
+
=
t
c
g
-
s
t
u
b
.
o
Reference in New Issue
Copy Permalink