summaryrefslogtreecommitdiffstats
path: root/hw/ppc/mpc8544_guts.c
Commit message (Collapse)AuthorAgeFilesLines
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
| | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-6-git-send-email-peter.maydell@linaro.org
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-1/+2
| | | | | | Move it to qom/cpu.h. Signed-off-by: Andreas Färber <afaerber@suse.de>
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* mpc8544_guts: Turn qdev initfn into instance_initAndreas Färber2013-07-011-13/+5Star
| | | | | | | SysBus can deal with NULL SysBusDeviceClass::init since 4ce5dae. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
* mpc8544_guts: QOM'ifyAndreas Färber2013-07-011-5/+9
| | | | | | | Introduce type constant, cast macro and rename parent field. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
* mpc8544_guts: Fix MemoryRegion nameAndreas Färber2013-07-011-1/+1
| | | | | | | 6544 -> 8544 Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
* ppc: move files referencing CPU to hw/ppc/Paolo Bonzini2013-03-011-0/+143
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>