[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 21/60] target/i386/cpu: Fix typo in comment
From: |
Michael S. Tsirkin |
Subject: |
[PULL 21/60] target/i386/cpu: Fix typo in comment |
Date: |
Wed, 14 Feb 2024 06:14:21 -0500 |
From: Bernhard Beschow <shentey@gmail.com>
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>
---
target/i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 2126b0e589..0cd32a6fce 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
--
MST
- [PULL 12/60] i386/tcg: implement x2APIC registers MSR access, (continued)
- [PULL 12/60] i386/tcg: implement x2APIC registers MSR access, Michael S. Tsirkin, 2024/02/14
- [PULL 14/60] apic, i386/tcg: add x2apic transitions, Michael S. Tsirkin, 2024/02/14
- [PULL 13/60] apic: add support for x2APIC mode, Michael S. Tsirkin, 2024/02/14
- [PULL 15/60] intel_iommu: allow Extended Interrupt Mode when using userspace APIC, Michael S. Tsirkin, 2024/02/14
- [PULL 16/60] test: bios-tables-test: prepare IVRS change in ACPI table, Michael S. Tsirkin, 2024/02/14
- [PULL 11/60] hw/virtio: derive vhost-user-input from vhost-user-base, Michael S. Tsirkin, 2024/02/14
- [PULL 17/60] amd_iommu: report x2APIC support to the operating system, Michael S. Tsirkin, 2024/02/14
- [PULL 18/60] test: bios-tables-test: add IVRS changed binary, Michael S. Tsirkin, 2024/02/14
- [PULL 19/60] hw/i386/x86: Reverse if statement, Michael S. Tsirkin, 2024/02/14
- [PULL 20/60] hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabled, Michael S. Tsirkin, 2024/02/14
- [PULL 21/60] target/i386/cpu: Fix typo in comment,
Michael S. Tsirkin <=
- [PULL 23/60] hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus, Michael S. Tsirkin, 2024/02/14
- [PULL 24/60] hw/char/parallel: Move portio_list from ParallelState to ISAParallelState, Michael S. Tsirkin, 2024/02/14
- [PULL 25/60] exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio, Michael S. Tsirkin, 2024/02/14
- [PULL 26/60] exec/ioport: Add portio_list_set_address(), Michael S. Tsirkin, 2024/02/14
- [PULL 27/60] exec/ioport: Add portio_list_set_enabled(), Michael S. Tsirkin, 2024/02/14
- [PULL 28/60] hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC, Michael S. Tsirkin, 2024/02/14
- [PULL 29/60] hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_SERIAL, Michael S. Tsirkin, 2024/02/14
- [PULL 30/60] hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL, Michael S. Tsirkin, 2024/02/14
- [PULL 31/60] hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions, Michael S. Tsirkin, 2024/02/14
- [PULL 32/60] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions, Michael S. Tsirkin, 2024/02/14