Age | Commit message (Expand) | Author |
2024-11-05 | hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro | Philippe Mathieu-Daudé |
2024-11-05 | hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio | Philippe Mathieu-Daudé |
2024-11-05 | hw/microblaze/s3adsp1800: Explicit CPU endianness | Philippe Mathieu-Daudé |
2024-11-05 | hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu | Philippe Mathieu-Daudé |
2024-11-05 | target/microblaze: Alias CPU endianness property as 'little-endian' | Philippe Mathieu-Daudé |
2024-10-03 | hw/char: Extract serial-mm | Bernhard Beschow |
2024-05-03 | microblaze: switch boards to "default y" | Paolo Bonzini |
2024-03-25 | hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the user | Thomas Huth |
2024-02-02 | hw/microblaze: use qemu_configure_nic_device() | David Woodhouse |
2023-09-29 | hw/microblaze: Clean up local variable shadowing | Philippe Mathieu-Daudé |
2023-09-08 | trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value | Thomas Huth |
2023-09-01 | hw/ssi: Check for duplicate CS indexes | Cédric Le Goater |
2023-07-25 | other architectures: spelling fixes | Michael Tokarev |
2023-02-27 | hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create() | Philippe Mathieu-Daudé |
2022-09-21 | hw/microblaze: pass random seed to fdt | Jason A. Donenfeld |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2021-12-15 | hw/microblaze: Replace drive_get_next() by drive_get() | Markus Armbruster |
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 |