]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs: replace `-hda` with `-drive` & update `root=` kernel parameter
authorIntegral <integral@archlinuxcn.org>
Sun, 6 Apr 2025 08:45:18 +0000 (16:45 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
commitfd53da209620dffab43a051bc4cc1950df6babab
treedd00e1612e54b89d29952c409ad86afec63d12fe
parent323727cfbfe68b6c62fc656ad7c99f60051d1d86
docs: replace `-hda` with `-drive` & update `root=` kernel parameter

According to QEMU manual:

Older options like `-hda` are essentially macros which expand into
`-drive` options for various drive interfaces. The original forms
bake in a lot of assumptions from the days when QEMU was emulating a
legacy PC, they are not recommended for modern configurations.

Signed-off-by: Integral <integral@archlinuxcn.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
docs/system/gdb.rst
docs/system/linuxboot.rst
docs/system/target-mips.rst