commit | a3fea015398d7c41db5b5d348fe3f6d76236b6be | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 18 15:59:24 2011 +0100 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Nov 24 12:01:07 2011 -0500 |
tree | e647ff600b0f1a62d0338bab3271062dc186c361 | |
parent | e66fb31eac3e6be6aaab548c229af9bb1ba55c33 [diff] |
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.