aboutsummaryrefslogtreecommitdiff
path: root/hw/core/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell1-0/+1
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota1-0/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-0/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-15/+4
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-15/+4
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz1-0/+8
2019-10-28cpu: hook plugin vcpu eventsEmilio G. Cota1-0/+2
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-1/+0
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-0/+458