Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit

2012-10-05 Thread Jan Kiszka
On 2012-10-05 19:13, Marcelo Tosatti wrote: > From: Jan Kiszka > > Releases of qemu-kvm will be interrupted at qemu 1.3.0. > Users should switch to plain qemu releases. > To avoid breaking scenarios which are setup with command line > options specific to qemu-kvm, port these switches from qemu-kv

Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit

2012-10-05 Thread Jan Kiszka
On 2012-10-05 19:28, Marcelo Tosatti wrote: > On Fri, Oct 05, 2012 at 07:23:26PM +0200, Jan Kiszka wrote: >> On 2012-10-05 19:13, Marcelo Tosatti wrote: >>> From: Jan Kiszka >>> >>> Releases of qemu-kvm will be interrupted at qemu 1.3.0. >>> Users should switch to plain qemu releases. >>> To avoid

[Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit

2012-10-05 Thread Marcelo Tosatti
From: Jan Kiszka Releases of qemu-kvm will be interrupted at qemu 1.3.0. Users should switch to plain qemu releases. To avoid breaking scenarios which are setup with command line options specific to qemu-kvm, port these switches from qemu-kvm to qemu.git. Port -no-kvm-pit option. Signed-off-by:

Re: [Qemu-devel] [patch 3/7] Use machine options to emulate -no-kvm-pit

2012-10-05 Thread Marcelo Tosatti
On Fri, Oct 05, 2012 at 07:23:26PM +0200, Jan Kiszka wrote: > On 2012-10-05 19:13, Marcelo Tosatti wrote: > > From: Jan Kiszka > > > > Releases of qemu-kvm will be interrupted at qemu 1.3.0. > > Users should switch to plain qemu releases. > > To avoid breaking scenarios which are setup with comma