usb: fix boot paths
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Nov 2011 14:59:24 +0000 (15:59 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 22 Nov 2011 13:41:44 +0000 (08:41 -0500)
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.


No differences found