| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/microblaze: pass random seed to fdt | Jason A. Donenfeld | 2022-09-21 | 1 | -0/+5 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | hw/microblaze: Replace drive_get_next() by drive_get() | Markus Armbruster | 2021-12-15 | 1 | -1/+1 |
* | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | hw: Replace anti-social QOM type names | Markus Armbruster | 2021-03-19 | 1 | -1/+1 |
* | vl: make qemu_get_machine_opts static | Paolo Bonzini | 2020-12-15 | 1 | -5/+4 |
* | vl: extract softmmu/datadir.c | Paolo Bonzini | 2020-12-10 | 1 | -0/+1 |
* | microblaze: do not use ram_size global | Paolo Bonzini | 2020-12-10 | 1 | -4/+4 |
* | load_elf: Remove unused address variables from callers | BALATON Zoltan | 2020-09-26 | 1 | -2/+2 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | target/microblaze: Move pvr regs to MicroBlazeCPUConfig | Richard Henderson | 2020-09-07 | 1 | -3/+3 |
* | meson: convert hw/arch* | Marc-André Lureau | 2020-08-21 | 2 | -4/+7 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -5/+2 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 3 | -28/+28 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster | 2020-06-23 | 1 | -2/+3 |
* | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 2020-06-15 | 3 | -4/+4 |
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 | Markus Armbruster | 2020-06-15 | 1 | -7/+4 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -8/+8 |
* | sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1 | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qom: Less verbose object_initialize_child() | Markus Armbruster | 2020-06-15 | 1 | -4/+3 |
* | qom: Tidy up a few object_initialize_child() calls | Markus Armbruster | 2020-06-15 | 1 | -2/+1 |
* | ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 2 | -16/+16 |
* | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -4/+4 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -4/+2 |
* | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 2020-02-28 | 1 | -1/+1 |
* | hw: Do not initialize MachineClass::is_default to 0 | Philippe Mathieu-Daudé | 2020-02-28 | 1 | -1/+0 |
* | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 2020-01-29 | 1 | -2/+2 |
* | microblaze: fix leak of fdevice tree blob | Paolo Bonzini | 2019-10-04 | 1 | -0/+1 |
* | hw/misc: Add a config switch for the "unimplemented" device | Thomas Huth | 2019-08-20 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 2 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 3 | -3/+0 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 3 | -3/+0 |
* | hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -3/+3 |
* | hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -3/+4 |
* | hw/microblaze/zynqmp: Let the SoC manage the IPI devices | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -20/+16 |
* | hw/microblaze/zynqmp: Move the IPI state into the PMUSoC state | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -7/+7 |
* | pflash: Clean up after commit 368a354f02b, part 2 | Markus Armbruster | 2019-03-11 | 2 | -4/+2 |
* | pflash: Clean up after commit 368a354f02b, part 1 | Markus Armbruster | 2019-03-11 | 2 | -3/+2 |
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0... | Peter Maydell | 2019-03-08 | 2 | -2/+0 |
|\ |
|
| * | hw: Remove unused 'hw/devices.h' include | Philippe Mathieu-Daudé | 2019-03-07 | 2 | -2/+0 |
* | | microblaze-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+12 |
* | | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+8 |
|/ |
|
* | hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boards | Ákos Kovács | 2019-02-05 | 1 | -3/+3 |
* | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick | 2019-02-05 | 1 | -3/+4 |