From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCpNt-0006QA-Uy for qemu-devel@nongnu.org; Tue, 05 Mar 2013 05:46:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCpNp-00068q-RX for qemu-devel@nongnu.org; Tue, 05 Mar 2013 05:46:13 -0500 Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:35960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCpNp-00068l-LO for qemu-devel@nongnu.org; Tue, 05 Mar 2013 05:46:09 -0500 Received: by mail-we0-f171.google.com with SMTP id u54so5720619wey.2 for ; Tue, 05 Mar 2013 02:46:08 -0800 (PST) Date: Tue, 5 Mar 2013 11:46:05 +0100 From: Stefan Hajnoczi Message-ID: <20130305104605.GG1938@stefanha-thinkpad.redhat.com> References: <5134CA4A.7040700@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5134CA4A.7040700@redhat.com> Subject: Re: [Qemu-devel] The state of testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kevin Wolf , Anthony Liguori , Juan Quintela , Markus Armbruster , Michael Roth , qemu-devel , Amit Shah On Mon, Mar 04, 2013 at 05:22:34PM +0100, Gerd Hoffmann wrote: > Hi, > > > How are things looking with device emulation, migration, monitor, char, etc? > > At the moment autotest/virt-test is pretty much the only workable thing > for non-trivial devices because libqtest lacks infrastructure for pci > and anything building on top of pci. > > usb has no in-tree tests, but has autotest coverage. > > chardevs have some autotest coverage, /me wrote a test for > chardev-{add,remove} qmp commands. Still need to rebase + polish + > submit that one though. Do the USB and chardev tests run regularly against qemu.git/master? Stefan