index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppce500_spin.c
Age
Commit message (
Expand
)
Author
2013-02-16
ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()
Andreas Färber
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-10-31
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
2012-10-31
ppce500_spin: Store PowerPCCPU in SpinKick
Andreas Färber
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-07-21
Use macro QEMU_PACKED for new packed structures
Stefan Weil
2012-05-01
ppce500_spin: Replace assert by hw_error (fixes compiler warning)
Stefan Weil
2012-05-01
booke:Use MMU API for creating initial mapping for secondary cpus
Bharat Bhushan
2012-03-15
ppc: Add missing 'static' to spin_rw_ops
Stefan Weil
2012-03-14
ppc hw/: Don't use CPUState
Andreas Färber
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-03
kvm-ppc: halt secondary cpus when guest reset
Liu Yu-B13201
2011-11-28
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-10-06
PPC: E500: Add PV spinning code
Alexander Graf