Age | Commit message (Expand) | Author |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster |
2020-12-15 | vl: make qemu_get_machine_opts static | Paolo Bonzini |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | microblaze: do not use ram_size global | Paolo Bonzini |
2020-09-25 | load_elf: Remove unused address variables from callers | BALATON Zoltan |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-07 | target/microblaze: Move pvr regs to MicroBlazeCPUConfig | Richard Henderson |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster |
2020-06-23 | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster |
2020-06-15 | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1 | Markus Armbruster |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster |
2020-06-15 | qom: Tidy up a few object_initialize_child() calls | Markus Armbruster |
2020-06-15 | ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-02-28 | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé |
2020-02-28 | hw: Do not initialize MachineClass::is_default to 0 | Philippe Mathieu-Daudé |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic |
2019-10-04 | microblaze: fix leak of fdevice tree blob | Paolo Bonzini |
2019-08-20 | hw/misc: Add a config switch for the "unimplemented" device | Thomas Huth |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
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-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-24 | hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/microblaze/zynqmp: Let the SoC manage the IPI devices | Philippe Mathieu-Daudé |
2019-05-24 | hw/microblaze/zynqmp: Move the IPI state into the PMUSoC state | Philippe Mathieu-Daudé |
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-08 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0... | Peter Maydell |
2019-03-07 | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé |
2019-03-07 | microblaze-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-05 | hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards | Ákos Kovács |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick |
2019-01-22 | hw/microblaze: s3adsp1800: Create an unimplemented GPIO area | Edgar E. Iglesias |
2019-01-07 | Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel. | Nick Hudson |
2018-07-23 | hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu... | Thomas Huth |
2018-07-02 | hw/microblaze: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |