From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRQUX-0002DP-0T for qemu-devel@nongnu.org; Fri, 18 Nov 2011 10:36:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRQUW-0007re-8Z for qemu-devel@nongnu.org; Fri, 18 Nov 2011 10:36:36 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:64327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRQUW-0007rV-0n for qemu-devel@nongnu.org; Fri, 18 Nov 2011 10:36:36 -0500 Received: by ggnr4 with SMTP id r4so3057419ggn.4 for ; Fri, 18 Nov 2011 07:36:35 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4EC67B7E.1020101@redhat.com> Date: Fri, 18 Nov 2011 16:36:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1321628364-15122-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1321628364-15122-1-git-send-email-pbonzini@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: , Cc: seabios@seabios.org, qemu-devel@nongnu.org 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 /me goes to configure the seabios repo... Paolo