qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH V2 1/2] Introduce -machine command option.


From: Anthony PERARD
Subject: Re: [Qemu-devel] Re: [PATCH V2 1/2] Introduce -machine command option.
Date: Tue, 21 Dec 2010 21:18:04 +0000 (GMT)
User-agent: Alpine 1.10 (DEB 962 2008-03-14)

On Tue, 21 Dec 2010, Alexander Graf wrote:

>
> On 21.12.2010, at 19:57, Andreas Färber wrote:
>
> > Am 21.12.2010 um 18:33 schrieb Alexander Graf:
> >
> >> On 02.12.2010, at 15:18, address@hidden wrote:
> >>
> >>> From: Anthony PERARD <address@hidden>
> >>>
> >>> This option gives the ability to switch one "accelerator" like kvm, xen
> >>> or the default one tcg. We can specify more than one accelerator by
> >>> separate them by a colon. QEMU will try each one and use the first whose
> >>> works.
> >>>
> >>> So,
> >>> ./qemu -machine accel=xen:kvm:tcg
> >>>
> >>> which would try Xen support first, then KVM and finally TCG if none of
> >>> the other works.
> >>>
> >>> By default, QEMU will use TCG. But we can specify another default in the
> >>> global configuration file.
> >>>
> >>> Signed-off-by: Anthony PERARD <address@hidden>
> >>
> >> Something went wrong with this patch set. I only have mail 1/2. 2/2 is 
> >> missing. Mind to resend? :)
> >
> > It seems to me this is v3 already - v2 2/2 was sent on Nov 23rd.
>
> Ah - Alex screwup again :).
>
> Either way, any progress on -accel? :)

Actually, I sent the v2 1/2 a second time (by reply to the first patch
sent) with a little fix (I forgot to initialise p in the function
configure_accelerator).

After this, I don't do anything more. So it's my final version.

Also, the only use of the default_machine_opts (patch 2/2) is in the xen
device modele support patch set, because xenpv don't rely on this.

And now, it is not anymore -accel, just -machine accel=$accel.

-- 
Anthony PERARD

reply via email to

[Prev in Thread] Current Thread [Next in Thread]