From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5hye-00016i-9D for qemu-devel@nongnu.org; Thu, 08 Mar 2012 13:22:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5hyV-0000vs-IC for qemu-devel@nongnu.org; Thu, 08 Mar 2012 13:22:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5hyV-0000vZ-AP for qemu-devel@nongnu.org; Thu, 08 Mar 2012 13:22:03 -0500 Message-ID: <4F58F8C5.9000203@redhat.com> Date: Thu, 08 Mar 2012 15:21:57 -0300 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 References: <4F582EDB.1040608@redhat.com> <4F58B5CB.8040503@codemonkey.ws> <20120308144958.GA25750@t420s.optimusnet> <4F58C897.5020405@codemonkey.ws> <20120308150722.GA30576@t420s.optimusnet> <4F58CCBA.9000702@codemonkey.ws> <20120308160505.GA32360@t420s.optimusnet> <4F58E67A.3050708@codemonkey.ws> <20120308175907.GA4900@t420s.optimusnet> In-Reply-To: <20120308175907.GA4900@t420s.optimusnet> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Future goals for autotest and virtualization tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ademar Reis Cc: Scott Zawalski , "kvm-autotest@redhat.com" , QEMU devel , Anthony Liguori , Cleber Rosa On 03/08/2012 02:59 PM, Ademar Reis wrote: > Agree. For QEMU developers, libvirt should not be on the way, the > interaction should be minimal or non-existent. > > That's an area which will require some work in libautotest, > because due to previous QE requirements, it now invokes libvirt > methods instead of QEMU directly for a lot of stuff. But it can > be done and is part of the plan. Just a little correction here, we have 2 different backends, one that uses libvirt and another that uses qemu directly, so no issue here at all.