Age | Commit message (Expand) | Author |
2022-04-20 | hw/ppc/ppc405_boards: Initialize g_autofree pointer | Bernhard Beschow |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2021-12-17 | ppc/ppc405: Fix boot from kernel | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Introduce ppc405_set_default_bootinfo() | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Rework FW load | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Remove flash support | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Add some address space definitions | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Change ppc405ep_init() return value | Cédric Le Goater |
2021-12-17 | ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo() | Cédric Le Goater |
2021-12-17 | ppc: Mark the 'taihu' machine as deprecated | Thomas Huth |
2021-12-17 | ppc/ppc405: Change kernel load address | Cédric Le Goater |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-01-19 | hw/ppc/ppc405_uc: Drop use of ppcuic_init() | Peter Maydell |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | ppc: remove bios_name | Paolo Bonzini |
2020-10-18 | ppc405_boards: use qdev properties instead of legacy m48t59_init() function | Mark Cave-Ayland |
2020-03-24 | ppc/ppc405_boards: Remove unnecessary NULL check | Philippe Mathieu-Daudé |
2020-03-17 | hw/ppc/ppc405: Use memory_region_init_rom() with read-only regions | Philippe Mathieu-Daudé |
2020-02-19 | ppc/ppc405_boards: use memdev for RAM | Igor Mammedov |
2020-02-19 | ppc/ppc405_boards: add RAM size checks | Igor Mammedov |
2019-10-24 | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster |
2019-03-11 | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster |
2019-03-11 | ppc405_boards: Don't size flash memory to match backing image | Markus Armbruster |
2019-03-11 | ppc405_boards: Delete stale, disabled DEBUG_BOARD_INIT code | Markus Armbruster |
2018-12-21 | ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz |
2018-12-14 | hw/ppc/ppc405_boards: Don't use load_image() | Peter Maydell |
2018-08-28 | ppc: Remove deprecated ppcemb target | Thomas Huth |
2018-08-21 | hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga | Peter Maydell |
2018-07-02 | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-27 | ppc: Deprecate qemu-system-ppcemb | thuth@redhat.com |
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 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-16 | machine: Use type_init() to register machine classes | Eduardo Habkost |
2016-01-29 | ppc: Clean up includes | Peter Maydell |
2015-11-30 | hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol... | 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-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-03-10 | m48t59: introduce new base-year qdev property | Mark Cave-Ayland |