[PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids

2023-06-15 Thread Tao Su
This patch series mainly updates SapphireRapids CPU model and adds new CPU model EmeraldRapids and GraniteRapids. Bit 13 (ARCH_CAP_FBSDP_NO), bit 14 (ARCH_CAP_FBSDP_NO) and bit 15 (ARCH_CAP_PSDP_NO) of MSR_IA32_ARCH_CAPABILITIES are enumerated starting from latest SapphireRapids, which are missed

Re: [PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids

2023-06-15 Thread Wang, Lei
On 6/16/2023 11:23, Tao Su wrote: > This patch series mainly updates SapphireRapids CPU model and adds > new CPU model EmeraldRapids and GraniteRapids. > > Bit 13 (ARCH_CAP_FBSDP_NO), bit 14 (ARCH_CAP_FBSDP_NO) and bit 15 Bit 13 should be MSR_ARCH_CAP_SBDR_SSDP_NO, right? > (ARCH_CAP_PSDP_NO) of

Re: [PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids

2023-06-15 Thread Tao Su
On Fri, Jun 16, 2023 at 12:01:52PM +0800, Wang, Lei wrote: > On 6/16/2023 11:23, Tao Su wrote: > > This patch series mainly updates SapphireRapids CPU model and adds > > new CPU model EmeraldRapids and GraniteRapids. > > > > Bit 13 (ARCH_CAP_FBSDP_NO), bit 14 (ARCH_CAP_FBSDP_NO) and bit 15 > > Bi

Re: [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

2023-06-15 Thread Harsh Prateek Bora
On 6/15/23 17:21, Nicholas Piggin wrote: On Thu Jun 15, 2023 at 4:30 PM AEST, Harsh Prateek Bora wrote: On 6/8/23 14:43, Nicholas Piggin wrote: Create spapr_nested.c for most of the nested HV implementation. Signed-off-by: Nicholas Piggin --- hw/ppc/meson.build | 1 + hw/ppc/s

Re: [PATCH] chardev/char-win-stdio: Support VT sequences on Windows 11 host

2023-06-15 Thread Zhang Huasen
From: Huasen Zhang Hello, On Thu, 15 Jun 2023 12:57:55 +0200 Marc-André Lureau wrote: > Hi > > On Thu, Jun 15, 2023 at 12:36 PM Zhang Huasen > wrote: > > > If the monitor or the serial port use STDIO as backend on Windows 11 host, > > e.g. -nographic options is used, the monitor or the gues

[PATCH v2 0/3] hw/ufs: Add Universal Flash Storage (UFS) support

2023-06-15 Thread Jeuk Kim
Since v1: - use macros of "hw/registerfields.h" (Addressed Philippe's review comments) This patch series adds support for a new PCI-based UFS device. The UFS pci device id (PCI_DEVICE_ID_REDHAT_UFS) is not registered in the Linux kernel yet, so it does not work right away, but I confirmed that it

<    1   2