From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLgDK-0003dy-7J for qemu-devel@nongnu.org; Wed, 02 Nov 2011 15:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLgDJ-0002tv-0u for qemu-devel@nongnu.org; Wed, 02 Nov 2011 15:11:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLgDI-0002th-Nb for qemu-devel@nongnu.org; Wed, 02 Nov 2011 15:11:04 -0400 Date: Wed, 2 Nov 2011 21:11:57 +0200 From: "Michael S. Tsirkin" Message-ID: <20111102191156.GA12551@redhat.com> References: <1320041218-30487-1-git-send-email-david@gibson.dropbear.id.au> <1320041218-30487-6-git-send-email-david@gibson.dropbear.id.au> <4EAED0A6.4030808@weilnetz.de> <4EB0557C.70408@redhat.com> <20111102074020.GC5613@redhat.com> <4EB18467.1040801@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EB18467.1040801@suse.de> Subject: Re: [Qemu-devel] [PATCH 05/14] eepro100: Use PCI DMA stub functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Stefan Weil , eduard.munteanu@linux360.ro, qemu-devel@nongnu.org, avi@redhat.com, joerg.roedel@amd.com, rth@twiddle.net, David Gibson On Wed, Nov 02, 2011 at 06:56:55PM +0100, Alexander Graf wrote: > It gets us that downstreams can convert to the API for 1.0. It just > feels a lot more right to change APIs for a 1.0 release than a 1.1 release. Anyway, I hope at least what looks like the alignment bug in eepro100 introduced by this patch gets fixed before 1.0. -- MST