Age | Commit message (Expand) | Author |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2019-09-04 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-09-03 | hw/arm: Use sysbus_init_child_obj for correct reference counting | Philippe Mathieu-Daudé |
2019-09-03 | hw/arm: simplify arm_load_dtb | Tao Xu |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-23 | hw/arm/exynos4210: QOM'ify the Exynos4210 SoC | Philippe Mathieu-Daudé |
2019-05-23 | hw/arm/exynos4: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2019-05-23 | hw/arm/exynos4: Remove unuseful debug code | Philippe Mathieu-Daudé |
2019-05-23 | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell |
2019-04-29 | hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string | Philippe Mathieu-Daudé |
2017-11-13 | hw: add .min_cpus and .default_cpus fields to machine_class | Emilio G. Cota |
2017-09-07 | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | Peter Maydell |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-06-13 | hw/arm/exynos: Move DRAM initialization next boards | Krzysztof Kozlowski |
2017-04-20 | hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report | Krzysztof Kozlowski |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-16 | machine: Use type_init() to register machine classes | Eduardo Habkost |
2016-01-18 | hw/arm: Clean up includes | Peter Maydell |
2015-09-19 | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-09-19 | exynos4: Declare each QEMUMachine as a separate variable | Eduardo Habkost |
2015-09-19 | exynos4: Use MachineClass instead of exynos4_machines array | Eduardo Habkost |
2015-09-19 | exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message | Eduardo Habkost |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2013-11-05 | exynos4_boards: Silence lack of -smp 2 warning for qtest | Andreas Färber |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber |
2013-04-15 | arm: fix location of some include files | Peter Maydell |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini |