diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2023-07-05 22:06:30 +1000 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2023-07-07 04:47:49 -0300 |
commit | 934676c7b726fe9cccac02a7a4fa23c1e6a4c91e (patch) | |
tree | 224301f5dc2250ebf9ae9eea6644e4c0bd35beaa /docs/system | |
parent | 9cdfd1b9f7eb5ecd1267bbd68330a11dcb8aa8f2 (diff) | |
download | qemu-934676c7b726fe9cccac02a7a4fa23c1e6a4c91e.zip qemu-934676c7b726fe9cccac02a7a4fa23c1e6a4c91e.tar.gz qemu-934676c7b726fe9cccac02a7a4fa23c1e6a4c91e.tar.bz2 |
ppc/pnv: SMT support for powernv
Set the TIR default value with the SMT thread index, and place some
standard limits on SMT configurations. Now powernv is able to boot
skiboot and Linux with a SMT topology, including booting a KVM guest.
There are several SPRs and other features (e.g., broadcast msgsnd)
that are not implemented, but not used by OPAL or Linux and can be
added incrementally.
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Tested-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <20230705120631.27670-4-npiggin@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/ppc/powernv.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/system/ppc/powernv.rst b/docs/system/ppc/powernv.rst index c8f9762..09f3965 100644 --- a/docs/system/ppc/powernv.rst +++ b/docs/system/ppc/powernv.rst @@ -195,11 +195,6 @@ Use a MTD drive to add a PNOR to the machine, and get a NVRAM : -drive file=./witherspoon.pnor,format=raw,if=mtd -CAVEATS -------- - - * No support for multiple HW threads (SMT=1). Same as pseries. - Maintainer contact information ------------------------------ |