diff options
author | Anthony Liguori | 2012-07-23 20:15:34 +0200 |
---|---|---|
committer | Anthony Liguori | 2012-07-23 20:15:34 +0200 |
commit | ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5 (patch) | |
tree | f3ac512465cc261cb6a3a70fba2da99b12231412 /docs | |
parent | Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging (diff) | |
parent | Fix some more Qemus in documentation and help text (diff) | |
download | qemu-ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5.tar.gz qemu-ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5.tar.xz qemu-ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5.zip |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches:
Fix some more Qemus in documentation and help text
qdev: Fix Open Firmware comment
cpus.c: Make all_cpu_threads_idle() static
Use macro QEMU_PACKED for new packed structures
Recognize PCID feature
powerpc pci: fixed packing of ranges[]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usb-storage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usb-storage.txt b/docs/usb-storage.txt index ff9755920d..e58e849d4d 100644 --- a/docs/usb-storage.txt +++ b/docs/usb-storage.txt @@ -2,7 +2,7 @@ qemu usb storage emulation -------------------------- -Qemu has two emulations for usb storage devices. +QEMU has two emulations for usb storage devices. Number one emulates the classic bulk-only transport protocol which is used by 99% of the usb sticks on the marked today and is called |