summaryrefslogtreecommitdiffstats
path: root/include/exec/memory-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* exec: remove useless declarations from memory-internal.hPaolo Bonzini2013-04-151-6/+0Star
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
| | | | | | | | | Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-0/+141
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>