diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-23 13:15:34 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-23 13:15:34 -0500 |
commit | ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5 (patch) | |
tree | f3ac512465cc261cb6a3a70fba2da99b12231412 /docs | |
parent | 400006c27622d54ef588e1a9bd5a005d5fc9be5b (diff) | |
parent | 43ffe61f9cc22f9ad4d05a18a304b1095fa1f2b3 (diff) |
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 |