]> git.proxmox.com Git - mirror_qemu.git/commit - hw/sparc64/sun4u.c
sparc: Use the new common NVRAM functions for system and free space partition
authorThomas Huth <thuth@redhat.com>
Tue, 18 Oct 2016 20:46:41 +0000 (22:46 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 27 Oct 2016 22:36:58 +0000 (09:36 +1100)
commit2024c01421eb990e7043afa0e0e4d67f4477596f
tree29cd08da83aaa34954b03d517f3a9aa6f1a45e0a
parent55d9950aaa8e87372cfae2a7efc810f078f36818
sparc: Use the new common NVRAM functions for system and free space partition

The system and free space NVRAM partitions (for OpenBIOS) are created
in exactly the same way as the Mac-style CHRP NVRAM partitions, so we
can use the new common helper functions to do this job here, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/sparc/sun4m.c
hw/sparc64/sun4u.c