diff options
author | Bernhard Beschow <shentey@gmail.com> | 2024-01-06 14:25:46 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-02-14 06:09:32 -0500 |
commit | f70c1c068dbe5bb17f34c8b9c2195cd7f707f07e (patch) | |
tree | ed7a1bae66e4f12b3f6493405c049509be6e125a | |
parent | c2e6d7d8e7fc270a90c61944ef36574b1549ddcf (diff) | |
download | qemu-f70c1c068dbe5bb17f34c8b9c2195cd7f707f07e.zip qemu-f70c1c068dbe5bb17f34c8b9c2195cd7f707f07e.tar.gz qemu-f70c1c068dbe5bb17f34c8b9c2195cd7f707f07e.tar.bz2 |
target/i386/cpu: Fix typo in comment
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240106132546.21248-4-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | target/i386/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 2126b0e..0cd32a6 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -2179,7 +2179,7 @@ static const CPUCaches epyc_genoa_cache_info = { * Conceal VM entries from PT * Enable ENCLS exiting * Mode-based execute control (XS/XU) - s TSC scaling (Skylake Server and newer) + * TSC scaling (Skylake Server and newer) * GPA translation for PT (IceLake and newer) * User wait and pause * ENCLV exiting |