diff options
author | Peter Maydell | 2022-02-22 21:17:09 +0100 |
---|---|---|
committer | Peter Maydell | 2022-02-22 21:17:09 +0100 |
commit | 31e3caf21b6cdf54d11f3744b8b341f07a30b5d7 (patch) | |
tree | 2c17ff9d78a20de5148bf78ee4f0698a3054fe08 /qemu-options.hx | |
parent | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-... (diff) | |
parent | hid: Implement support for side and extra buttons (diff) | |
download | qemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.tar.gz qemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.tar.xz qemu-31e3caf21b6cdf54d11f3744b8b341f07a30b5d7.zip |
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging
Trivial branch pull request 20220222
# gpg: Signature made Tue 22 Feb 2022 16:16:01 GMT
# gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg: issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C
* remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request:
hid: Implement support for side and extra buttons
vdpa: Make ncs autofree
qemu-options: fix incorrect description for '-drive index='
hw/nvram: use at24 macro
target/rx: Remove unused ENV_OFFSET definition
target/avr: Correct AVRCPUClass docstring
configure: Disable capstone and slirp in the --without-default-features mode
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index ba3ae6a42a..094a6c1d7c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1377,7 +1377,7 @@ SRST the bus number and the unit id. ``index=index`` - This option defines where is connected the drive by using an + This option defines where the drive is connected by using an index in the list of available connectors of a given interface type. |