From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSkql-0002EH-CX for qemu-devel@nongnu.org; Tue, 22 Nov 2011 02:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSkqk-0004je-AG for qemu-devel@nongnu.org; Tue, 22 Nov 2011 02:33:03 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:59299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSkqk-0004jW-4B for qemu-devel@nongnu.org; Tue, 22 Nov 2011 02:33:02 -0500 Received: by eyh6 with SMTP id 6so6915046eyh.4 for ; Mon, 21 Nov 2011 23:33:00 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4ECB5028.4040206@redhat.com> Date: Tue, 22 Nov 2011 08:32:56 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1321628364-15122-1-git-send-email-pbonzini@redhat.com> <4EC67B7E.1020101@redhat.com> In-Reply-To: <4EC67B7E.1020101@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS PATCH] usb: fix boot paths List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: seabios@seabios.org, qemu-devel@nongnu.org On 11/18/2011 04:36 PM, Paolo Bonzini wrote: > On 11/18/2011 03:59 PM, Paolo Bonzini wrote: >> The fw paths for USB devices that SeaBIOS computes are off-by-one, >> because QEMU builds those paths with a numbering that starts from one >> (see usb_fill_port and usb_hub_initfn in QEMU). Fix that so that >> the numbering agrees. > > Signed-off-by: Paolo Bonzini Hi Kevin, a very early ping, because we would like this patch to be upstream before including it in QEMU 1.0. Thanks! Paolo