diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:06 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:55 +0300 |
commit | f31fd5cfd7cc4291ec5dd7d31bdce72cea69144f (patch) | |
tree | f37b9693326067dd8827d96059e320ad9f6c4e9e /docs/usb2.txt | |
parent | 87e0331c5a2ac1d8d654e565ecbe72705118606b (diff) |
docs: fix broken paths to docs/config/ich9-ehci-uhci.cfg
With the move of some docs/ to docs/devel/ on ac06724a71,
a reference path was not updated.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/usb2.txt')
-rw-r--r-- | docs/usb2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usb2.txt b/docs/usb2.txt index b9e7548073..09df45b5b1 100644 --- a/docs/usb2.txt +++ b/docs/usb2.txt @@ -50,7 +50,7 @@ companion controllers with two ports each. There is a config file in docs which will do all this for you, just try ... - qemu -readconfig docs/ich9-ehci-uhci.cfg + qemu -readconfig docs/config/ich9-ehci-uhci.cfg ... then use "bus=ehci.0" to assign your usb devices to that bus. |