summaryrefslogtreecommitdiffstats
path: root/include/exec/hwaddr.h
Commit message (Collapse)AuthorAgeFilesLines
* hwaddr: Make hwaddr type usable beyond softmmuAndreas Färber2013-06-281-4/+0Star
| | | | | | | | | | | | 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 <afaerber@suse.de>
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+24
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>