Re: [Qemu-devel] [SeaBIOS PATCH] usb: fix boot paths

2011-11-22 Thread Kevin O'Connor
On Tue, Nov 22, 2011 at 08:32:56AM +0100, Paolo Bonzini wrote: > 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

Re: [Qemu-devel] [SeaBIOS PATCH] usb: fix boot paths

2011-11-21 Thread Paolo Bonzini
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

Re: [Qemu-devel] [SeaBIOS PATCH] usb: fix boot paths

2011-11-18 Thread Paolo Bonzini
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 Bonz

[Qemu-devel] [SeaBIOS PATCH] usb: fix boot paths

2011-11-18 Thread Paolo Bonzini
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. --- src/boot.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions