From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxJDC-0007MD-TZ for qemu-devel@nongnu.org; Wed, 09 Mar 2011 08:13:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxJDB-0005gh-Sa for qemu-devel@nongnu.org; Wed, 09 Mar 2011 08:13:58 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:39625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxJDB-0005gS-Ne for qemu-devel@nongnu.org; Wed, 09 Mar 2011 08:13:57 -0500 Received: by gyd8 with SMTP id 8so280297gyd.4 for ; Wed, 09 Mar 2011 05:13:57 -0800 (PST) Message-ID: <4D777D13.3060804@codemonkey.ws> Date: Wed, 09 Mar 2011 07:13:55 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] KVM call minutes for Mar 8 References: <20110308155024.GA10392@x200.localdomain> <4D774779.8000501@redhat.com> In-Reply-To: <4D774779.8000501@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Chris Wright , qemu-devel@nongnu.org, kvm@vger.kernel.org On 03/09/2011 03:25 AM, Kevin Wolf wrote: > 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. Yeah, that's a big advantage of kvm-unit-test is that you can't really hack the upstream version of virtio-balloon to do evil things. Regards, Anthony Liguori > Kevin >