public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Any plans to rebase kvm to current qemu at the moment ?
@ 2007-10-01  5:57 Christian Ehrhardt
       [not found] ` <47008C5B.2080006-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Ehrhardt @ 2007-10-01  5:57 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

Hi,
while working on the embedded powerpc port for kvm we have a lot of dependencies on current qemu 0.9.0 code for ppc support. Internally we currently run with a modified qemu, but eventually strive for integration with kvm-userspace. Therefor I wanted to ask if there are already detailed plans (if any) regarding the re-base of kvm-userspace to the new qemu source?

-- 

Grüsse / regards, 
Christian Ehrhardt

IBM Linux Technology Center, Open Virtualization
+49 7031/16-3385
Ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org
Ehrhardt-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org

IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Johann Weihen 
Geschäftsführung: Herbert Kircher 
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Any plans to rebase kvm to current qemu at the moment ?
       [not found] ` <47008C5B.2080006-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
@ 2007-10-01  6:26   ` Avi Kivity
       [not found]     ` <4700930D.2030903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2007-10-01  6:26 UTC (permalink / raw)
  To: Christian Ehrhardt
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

Christian Ehrhardt wrote:
> Hi,
> while working on the embedded powerpc port for kvm we have a lot of dependencies on current qemu 0.9.0 code for ppc support. Internally we currently run with a modified qemu, but eventually strive for integration with kvm-userspace. Therefor I wanted to ask if there are already detailed plans (if any) regarding the re-base of kvm-userspace to the new qemu source?
>   

I'm currently debating this.  On the one hand, upstream qemu has a lot
of fixes and new goodies.  On the other hand, we still haven't recovered
completely from the lapic merge and I don't want to rock the boat further.

I'll try to merge in the next few days and see what breaks.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Any plans to rebase kvm to current qemu at the moment ?
       [not found]     ` <4700930D.2030903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-10-01  6:28       ` Zhang, Xiantao
       [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDC754272-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Xiantao @ 2007-10-01  6:28 UTC (permalink / raw)
  To: Avi Kivity, Christian Ehrhardt; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi Avi,
      We also the similar problems, when we enable kvm/ipf. You know,
Qemu doesn't work on IPF both at host and guest sides. 
So, we have some changes, and new-added stuffs to current Qemu code. Do
you think which tree we should push them to?  Qemu upstream 
or kvm-userspace?  
Thanks 
Xiantao 

Avi Kivity wrote:
> Christian Ehrhardt wrote:
>> Hi,
>> while working on the embedded powerpc port for kvm we have a lot of
>> dependencies on current qemu 0.9.0 code for ppc support. Internally
>> we currently run with a modified qemu, but eventually strive for
>> integration with kvm-userspace. Therefor I wanted to ask if there
>> are already detailed plans (if any) regarding the re-base of
>> kvm-userspace to the new qemu source?     
>> 
> 
> I'm currently debating this.  On the one hand, upstream qemu has a lot
> of fixes and new goodies.  On the other hand, we still haven't
> recovered completely from the lapic merge and I don't want to rock
> the boat further. 
> 
> I'll try to merge in the next few days and see what breaks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Any plans to rebase kvm to current qemu at the moment ?
       [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDC754272-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2007-10-01  6:50           ` Avi Kivity
  0 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2007-10-01  6:50 UTC (permalink / raw)
  To: Zhang, Xiantao; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Zhang, Xiantao wrote:
> Hi Avi,
>       We also the similar problems, when we enable kvm/ipf. You know,
> Qemu doesn't work on IPF both at host and guest sides. 
> So, we have some changes, and new-added stuffs to current Qemu code. Do
> you think which tree we should push them to?  Qemu upstream 
> or kvm-userspace?  
>   

qemu-upstream is best for changes that would benefit regular qemu. 
Changes that are only good for kvm should be in kvm-userspace.


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-01  6:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01  5:57 Any plans to rebase kvm to current qemu at the moment ? Christian Ehrhardt
     [not found] ` <47008C5B.2080006-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2007-10-01  6:26   ` Avi Kivity
     [not found]     ` <4700930D.2030903-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-01  6:28       ` Zhang, Xiantao
     [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDC754272-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-10-01  6:50           ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox