mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
target/ppc: Implement TIDR
This adds a trivial implementation of the TIDR register added in POWER9. This isn't particularly important to qemu directly - it's used by accelerator modules that we don't emulate. However, since qemu isn't aware of it, its state is not synchronized with KVM and therefore not migrated, which can be a problem. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e7bab9a256
commit
650f3287ab
2 changed files with 6 additions and 0 deletions
|
@ -1451,6 +1451,7 @@ void ppc_compat_add_property(Object *obj, const char *name,
|
|||
#define SPR_TEXASR (0x082)
|
||||
#define SPR_TEXASRU (0x083)
|
||||
#define SPR_UCTRL (0x088)
|
||||
#define SPR_TIDR (0x090)
|
||||
#define SPR_MPC_CMPA (0x090)
|
||||
#define SPR_MPC_CMPB (0x091)
|
||||
#define SPR_MPC_CMPC (0x092)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue