From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRfYj-0002Yi-Pe for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRfYi-0002m5-SH for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:46:29 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:48949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRfYi-0002m0-Ki for qemu-devel@nongnu.org; Fri, 26 Oct 2012 04:46:28 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so963222bkc.4 for ; Fri, 26 Oct 2012 01:46:27 -0700 (PDT) Date: Fri, 26 Oct 2012 10:46:24 +0200 From: Stefan Hajnoczi Message-ID: <20121026084624.GC19272@stefanha-thinkpad.redhat.com> References: <1351234979-21806-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1351234979-21806-1-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH] uhci: dynamic type generation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: peter.crosthwaite@xilinx.com, qemu-devel@nongnu.org On Fri, Oct 26, 2012 at 09:02:59AM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > hw/usb/hcd-uhci.c | 196 +++++++++++++++++++---------------------------------- > 1 files changed, 70 insertions(+), 126 deletions(-) Reviewed-by: Stefan Hajnoczi