]> Git Repo - qemu.git/commit
hwaddr: Make hwaddr type usable beyond softmmu
authorAndreas Färber <[email protected]>
Tue, 28 May 2013 12:02:38 +0000 (14:02 +0200)
committerAndreas Färber <[email protected]>
Fri, 28 Jun 2013 11:25:13 +0000 (13:25 +0200)
commitce927ed9e40e25008453eb8f130661514b633341
tree0898fa4912dba1c8aca084c35551c7b37a45b7c7
parentc643bed99fcde661b034623722004562b7953669
hwaddr: Make hwaddr type usable beyond softmmu

While not normally needed for *-user, it can safely be used there since
always based on uint64_t, to avoid ifdeffery.

To avoid accidental uses, move the guards from exec/hwaddr.h to its
inclusion sites.  No need for them in include/hw/.

Prepares for hwaddr use in qom/cpu.h.

Signed-off-by: Andreas Färber <[email protected]>
include/exec/cpu-common.h
include/exec/cpu-defs.h
include/exec/hwaddr.h
include/exec/memory.h
This page took 0.03407 seconds and 4 git commands to generate.