]> git.proxmox.com Git - qemu.git/commit
mac_nvram: Clean up public API
authorAndreas Färber <afaerber@suse.de>
Wed, 23 Jan 2013 23:03:58 +0000 (23:03 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Jan 2013 21:02:54 +0000 (22:02 +0100)
commit3743cca7d55c700e727e958d4a0b0b5d6c15e2e8
treef3b2fc3fa80f6829f0ed16734b3c2392b3f57b25
parentd037834a9d3847499e8a146bd1893a5c856411be
mac_nvram: Clean up public API

The state data field is accessed in uint8_t quantities, so switch from
uint32_t argument and return value to uint8_t.

Fix debug format specifiers while at it.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/mac_nvram.c
hw/ppc/mac.h