From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Merging kvm-apic into qemu-kvm Date: Sun, 29 Jan 2012 13:18:30 +0200 Message-ID: <4F252B06.2070800@redhat.com> References: <4F216E19.3040905@redhat.com> <4F217056.1030609@siemens.com> <4F21720A.9040306@siemens.com> <4F2173B7.2040904@redhat.com> <4F217537.8030202@siemens.com> <4F217612.4020707@redhat.com> <4F231874.1080503@web.de> <4F252090.7080103@redhat.com> <4F252981.7000708@redhat.com> <4F252A3D.8000905@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: KVM list , qemu-devel To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1172 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531Ab2A2LSg (ORCPT ); Sun, 29 Jan 2012 06:18:36 -0500 In-Reply-To: <4F252A3D.8000905@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On 01/29/2012 01:15 PM, Jan Kiszka wrote: > On 2012-01-29 12:12, Avi Kivity wrote: > > On 01/29/2012 12:33 PM, Avi Kivity wrote: > >> On 01/27/2012 11:34 PM, Jan Kiszka wrote: > >>>> > >>>> Yes please. It's halfway through autotest and looks good. Even if I > >>>> have to change it, we can 'git rebase -p --onto' your branch (though I > >>>> doubt it will be necessary). > >>> > >>> Done, see > >>> > >>> git://git.kiszka.org/qemu-kvm.git queues/qemu-merge > >>> > >>> Only moderately tested so far, I'm counting on your machinery. > >>> > >> > >> Pulled, thanks a lot. Testing now. > >> > > > > 1. The default shows apic/ioapic in 'info qtree' (no kvm-), yet I see > > the vcpu threads in kvm_vcpu_block(), implying in-kernel irqchip. > > Something's wrong. > > Nope, that's just the behavior of the original qemu-kvm irqchip (i.e. > kvm extension is merged into the emulated device). Nothing changed here > so far. So, -no-kvm-irqchip should still work as expected? > > > > > 2. Migration is broken. > > OK, that's new. A trivial scenario? > Incoming command line: qemu-system-x86_64 -m 512 /images/Fedora.img -smp 2 -monitor stdio -incoming tcp::4444 I expect you can remove '-smp 2' and it would still fail. -- error compiling committee.c: too many arguments to function