aboutsummaryrefslogtreecommitdiff
path: root/hw/ppce500_spin.c
AgeCommit message (Expand)Author
2013-02-16ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpu: Move stopped field to CPUStateAndreas Färber
2012-10-31ppce500_spin: Store PowerPCCPU in SpinKickAndreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-07-21Use macro QEMU_PACKED for new packed structuresStefan Weil
2012-05-01ppce500_spin: Replace assert by hw_error (fixes compiler warning)Stefan Weil
2012-05-01booke:Use MMU API for creating initial mapping for secondary cpusBharat Bhushan
2012-03-15ppc: Add missing 'static' to spin_rw_opsStefan Weil
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-03kvm-ppc: halt secondary cpus when guest resetLiu Yu-B13201
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-10-06PPC: E500: Add PV spinning codeAlexander Graf