Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 2013-07-09 | 1 | -3/+2 |
| | | | | | | | | | | | | Move next_cpu from CPU_COMMON to CPUState. Move first_cpu variable to qom/cpu.h. gdbstub needs to use CPUState::env_ptr for now. cpu_copy() no longer needs to save and restore cpu_next. Acked-by: Paolo Bonzini <pbonzini@redhat.com> [AF: Rebased, simplified cpu_copy()] Signed-off-by: Andreas Färber <afaerber@suse.de> | ||||
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+513 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |