From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WIl-0002Nk-PD for qemu-devel@nongnu.org; Mon, 03 Sep 2012 09:02:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8WIh-0006JY-IF for qemu-devel@nongnu.org; Mon, 03 Sep 2012 09:02:51 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:15293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WIh-0006JU-Di for qemu-devel@nongnu.org; Mon, 03 Sep 2012 09:02:47 -0400 Message-ID: <5044AAE4.1030705@citrix.com> Date: Mon, 3 Sep 2012 14:04:36 +0100 From: Julien Grall MIME-Version: 1.0 References: <5041BCCD.5030106@web.de> <5044A8EB.6000905@citrix.com> <5044A8E8.5030903@siemens.com> In-Reply-To: <5044A8E8.5030903@siemens.com> Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V6 2/8] hw/acpi_piix4.c: replace register_ioport* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "avi@redhat.com" , "kraxel@redhat.com" , "qemu-devel@nongnu.org" , "afaerber@suse.de" , Stefano Stabellini On 09/03/2012 01:56 PM, Jan Kiszka wrote: > On 2012-09-03 14:56, Julien Grall wrote: > >> On 09/01/2012 08:44 AM, Jan Kiszka wrote: >> >>> On 2012-08-29 05:01, Julien Grall wrote: >>> >>> >>>> This patch replaces all register_ioport* with the new memory API. It >>>> permits >>>> to use the new Memory stuff like listener. >>>> >>>> >>> Doesn't build. >>> >>> >> As the previous patch series, this patch depends on patches 7 and 8. >> I have tried a full qemu build and it works on my computer. >> > As explained before, this is unacceptable. Please maintain bisectability. > My apologies, on the previous patch series I didn't understand in this way. I will send a new version without dependencies. -- Julien Grall