[PATCH 08/10] Add -kvm option

2010-02-26 Thread Glauber Costa
This option deprecates --enable-kvm. It is a more flexible option, that makes use of qemu-opts, and allow us to pass on options to enable or disable kernel irqchip, for example. Signed-off-by: Glauber Costa --- kvm-all.c |1 + kvm.h |1 + qemu-config.c | 16 ++

Re: [PATCH 08/10] Add -kvm option

2010-02-27 Thread Jan Kiszka
Glauber Costa wrote: > This option deprecates --enable-kvm. It is a more flexible option, > that makes use of qemu-opts, and allow us to pass on options to enable or > disable kernel irqchip, for example. > ... > diff --git a/qemu-options.hx b/qemu-options.hx > index 3f49b44..f8fd86d 100644 > --

Re: [PATCH 08/10] Add -kvm option

2010-03-01 Thread Marcelo Tosatti
On Fri, Feb 26, 2010 at 05:12:19PM -0300, Glauber Costa wrote: > This option deprecates --enable-kvm. It is a more flexible option, > that makes use of qemu-opts, and allow us to pass on options to enable or > disable kernel irqchip, for example. > > Signed-off-by: Glauber Costa Really have to r

Re: [PATCH 08/10] Add -kvm option

2010-03-02 Thread Glauber Costa
On Tue, Mar 02, 2010 at 01:31:05AM -0300, Marcelo Tosatti wrote: > On Fri, Feb 26, 2010 at 05:12:19PM -0300, Glauber Costa wrote: > > This option deprecates --enable-kvm. It is a more flexible option, > > that makes use of qemu-opts, and allow us to pass on options to enable or > > disable kernel i

Re: [PATCH 08/10] Add -kvm option

2010-03-04 Thread Jan Kiszka
Jan Kiszka wrote: > Glauber Costa wrote: >> This option deprecates --enable-kvm. It is a more flexible option, >> that makes use of qemu-opts, and allow us to pass on options to enable or >> disable kernel irqchip, for example. >> > > ... > >> diff --git a/qemu-options.hx b/qemu-options.hx >> ind

Re: [PATCH 08/10] Add -kvm option

2010-03-04 Thread Anthony Liguori
On 02/26/2010 02:12 PM, Glauber Costa wrote: This option deprecates --enable-kvm. It is a more flexible option, that makes use of qemu-opts, and allow us to pass on options to enable or disable kernel irqchip, for example. Signed-off-by: Glauber Costa kernel vs. userspace irqchip shouldn't

Re: [PATCH 08/10] Add -kvm option

2010-03-04 Thread Glauber Costa
On Thu, Mar 04, 2010 at 05:20:22PM +0100, Jan Kiszka wrote: > Jan Kiszka wrote: > > Glauber Costa wrote: > >> This option deprecates --enable-kvm. It is a more flexible option, > >> that makes use of qemu-opts, and allow us to pass on options to enable or > >> disable kernel irqchip, for example. >

Re: [PATCH 08/10] Add -kvm option

2010-03-04 Thread Anthony Liguori
On 03/02/2010 12:25 PM, Glauber Costa wrote: On Tue, Mar 02, 2010 at 01:31:05AM -0300, Marcelo Tosatti wrote: On Fri, Feb 26, 2010 at 05:12:19PM -0300, Glauber Costa wrote: This option deprecates --enable-kvm. It is a more flexible option, that makes use of qemu-opts, and allow us to