]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs: Split out 'pc' machine model docs into their own file
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Nov 2020 14:40:37 +0000 (14:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Nov 2020 11:09:42 +0000 (11:09 +0000)
commit7f0cff6e3427d82f81243660d0035d647ee5ee05
treed54167715c92bcb5799ebc4063ac04dd572d730b
parentc5d7cfdaace7f547fd572b50baaa7182366513e7
docs: Split out 'pc' machine model docs into their own file

Currently target-i386.rst includes the documentation of the 'pc'
machine model inline. Split it out into its own file, in a
similar way to target-i386.rst; this gives us a place to put
documentation of other i386 machine models, such as 'microvm'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
docs/system/i386/pc.rst [new file with mode: 0644]
docs/system/target-i386.rst