* [Qemu-devel] [PATCH 0/3] Compile some files only once
@ 2010-04-15 19:08 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2010-04-15 19:08 UTC (permalink / raw)
To: qemu-devel
I think Paolo's approach can work even with vl.c including kvm.h,
provided that kvm.h remains such that it can be used safely.
The situation is a bit fragile though. Some kind of poisoning,
splitting kvm.h into two files, or other means should be used to make
kvm.h more robust.
Blue Swirl (2):
Compile vl.c once
Compile event_notifier only once
Paolo Bonzini (1):
provide a stub version of kvm-all.c if !CONFIG_KVM
Makefile.objs | 4 +-
Makefile.target | 5 +-
kvm-all.c | 6 ++-
kvm-stub.c | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
kvm.h | 13 +----
vl.c | 16 +++----
6 files changed, 154 insertions(+), 25 deletions(-)
create mode 100644 kvm-stub.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-15 19:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 19:08 [Qemu-devel] [PATCH 0/3] Compile some files only once Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).