diff options
author | Markus Armbruster <armbru@redhat.com> | 2020-09-29 09:58:24 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-10-12 23:11:32 +0200 |
commit | 32048d724d85c986dbd1883bc30c39befb8d7767 (patch) | |
tree | 5e7b80276bd40914ea814d94251205a6ddfb84ff /target | |
parent | a64627edcc063ccb51a56258d3605fffaee0157e (diff) | |
download | qemu-32048d724d85c986dbd1883bc30c39befb8d7767.zip qemu-32048d724d85c986dbd1883bc30c39befb8d7767.tar.gz qemu-32048d724d85c986dbd1883bc30c39befb8d7767.tar.bz2 |
target/i386/cpu: Update comment that mentions Texinfo
Missed in commit 41fba1618b "docs/system: convert the documentation of
deprecated features to rST."
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200929075824.1517969-3-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target')
-rw-r--r-- | target/i386/cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index f37eb7b..9eafbe3 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -4127,7 +4127,8 @@ static PropValue tcg_default_props[] = { * We resolve CPU model aliases using -v1 when using "-machine * none", but this is just for compatibility while libvirt isn't * adapted to resolve CPU model versions before creating VMs. - * See "Runnability guarantee of CPU models" at * qemu-deprecated.texi. + * See "Runnability guarantee of CPU models" at + * docs/system/deprecated.rst. */ X86CPUVersion default_cpu_version = 1; |