Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-09 | intc/arm_gic: Build arm_gic only once | Andreas Färber | |
Since current_cpu is CPUState it no longer needs CPUArchState. Signed-off-by: Andreas Färber <afaerber@suse.de> | |||
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | |
Move it to qom/cpu.h. Signed-off-by: Andreas Färber <afaerber@suse.de> | |||
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |