]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
ppc: Remove stub support for 32-bit hypervisor mode
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 11 Dec 2019 06:07:44 +0000 (17:07 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Mar 2020 22:41:14 +0000 (09:41 +1100)
commit23513f818f2112cceadfc1cf4007a4f068ecd84b
tree77805e1607b226ca74e10c2506a083ebeaed9e55
parentf42274cff373e9bd1c2dc5873ba9f6d0a6384dc3
ppc: Remove stub support for 32-bit hypervisor mode

a4f30719a8cd, way back in 2007 noted that "PowerPC hypervisor mode is not
fundamentally available only for PowerPC 64" and added a 32-bit version
of the MSR[HV] bit.

But nothing was ever really done with that; there is no meaningful support
for 32-bit hypervisor mode 13 years later.  Let's stop pretending and just
remove the stubs.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
target/ppc/cpu.h
target/ppc/translate_init.inc.c