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)
commit2762de0867345d059ab70690f98144921f8e151b
tree3fd01f5617b151369a715da06166d2f5a7393f6b
parent49ecf6933af0b803defcfe10f5786e5f1eee7f46
usb: fix boot paths

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