* [Qemu-devel] target-i386/kvm.c vs. qemu-kvm-x86.c
@ 2009-07-02 10:05 Andre Przywara
2009-07-02 10:13 ` [Qemu-devel] " Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Andre Przywara @ 2009-07-02 10:05 UTC (permalink / raw)
To: qemu-devel, kvm
Hi,
the lastest qemu -> qemu-kvm sync pulled the kvm_trim_features()
function from QEMU's target-i386/kvm.c into the qemu-kvm tree, where it
is already defined in qemu-kvm-x86.c (which does not exist in qemu.git).
AFAICS qemu-kvm only uses the last file, so the target-i386 code is not
triggered.
What is the future of these two files? Will one vanish? Will they be
merged? Where to put new features in?
Thanks and regards,
Andre.
--
Andre Przywara
AMD-OSRC (Dresden)
Tel: x29712
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: target-i386/kvm.c vs. qemu-kvm-x86.c
2009-07-02 10:05 [Qemu-devel] target-i386/kvm.c vs. qemu-kvm-x86.c Andre Przywara
@ 2009-07-02 10:13 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-07-02 10:13 UTC (permalink / raw)
To: Andre Przywara; +Cc: qemu-devel, kvm
On 07/02/2009 01:05 PM, Andre Przywara wrote:
> Hi,
>
> the lastest qemu -> qemu-kvm sync pulled the kvm_trim_features()
> function from QEMU's target-i386/kvm.c into the qemu-kvm tree, where
> it is already defined in qemu-kvm-x86.c (which does not exist in
> qemu.git).
> AFAICS qemu-kvm only uses the last file, so the target-i386 code is
> not triggered.
> What is the future of these two files? Will one vanish? Will they be
> merged? Where to put new features in?
All of the above.
The goal is to merge the features of qemu-kvm.c and qemu-kvm-x86.c into
kvm-all.c and kvm.c, eventually removing the former. In general new
features need to be added in both.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-02 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 10:05 [Qemu-devel] target-i386/kvm.c vs. qemu-kvm-x86.c Andre Przywara
2009-07-02 10:13 ` [Qemu-devel] " Avi Kivity
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).