From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxFbr-00070b-2I for qemu-devel@nongnu.org; Wed, 09 Mar 2011 04:23:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxFbq-0001Lx-43 for qemu-devel@nongnu.org; Wed, 09 Mar 2011 04:23:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxFbp-0001Lo-Ov for qemu-devel@nongnu.org; Wed, 09 Mar 2011 04:23:10 -0500 Message-ID: <4D774779.8000501@redhat.com> Date: Wed, 09 Mar 2011 10:25:13 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] KVM call minutes for Mar 8 References: <20110308155024.GA10392@x200.localdomain> In-Reply-To: <20110308155024.GA10392@x200.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Wright Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Am 08.03.2011 16:50, schrieb Chris Wright: > QAPI merge plans > - should be 100% back compat > - qmp moved over > - hmp moved over > - 1st pass, core infrastructure (includes test framework) > - 2nd pass, command conversion > - 3rd pass, more controversial bits > - adds dependencies: glib and python > - some testing based on kvm-unit-test micro-os instance (e.g. added a balloon > and run commands against it to test) > - add more functionality here? (kvm autotest is slow, above is quick) > - will hit some point where full functionality is needed > - have a mini linux to do this (lags where driver updates are part of test) Depending on what we want to include in such tests, we might want to have tests with a badly behaving kernel, which Linux hopefully isn't. Kevin