]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
target/ppc: Add one reg id for ptcr
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Mon, 8 Oct 2018 03:25:38 +0000 (14:25 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Nov 2018 02:08:35 +0000 (13:08 +1100)
commit56de52cad954a94530953bf979007db84c5f4dbb
tree1b72b6bec38c1f7bce285bcc5ed2b9df2b76da60
parenta59d628f92d8b27deb67387cd26642c3ffac2b06
target/ppc: Add one reg id for ptcr

The ptcr (partition table control register) is used to store the address
and size of the partition table. For nested kvm-hv we have a level 1
guest register the location of it's partition table with the hypervisor.
Thus to support migration we need to be able to read this out of kvm
and restore it post migration.

Add the one reg id for the ptcr.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate_init.inc.c