| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON | Eduardo Habkost | 2020-10-17 | 1 | -4/+4 |
* | hw/mips/boston: Set CPU frequency to 1 GHz | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+13 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 | Markus Armbruster | 2020-06-15 | 1 | -4/+2 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -4/+4 |
* | mips/boston: Plug memory leak in boston_mach_init() | Markus Armbruster | 2020-05-27 | 1 | -2/+2 |
* | mips/boston: Fix boston_mach_init() error handling | Markus Armbruster | 2020-05-27 | 1 | -8/+5 |
* | mips/boston: use memdev for RAM | Igor Mammedov | 2020-02-19 | 1 | -6/+5 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-01-10 | 1 | -1/+1 |
|\ |
|
| * | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 2020-01-08 | 1 | -1/+1 |
* | | serial: start making SerialMM a sysbus device | Marc-André Lureau | 2020-01-07 | 1 | -1/+1 |
|/ |
|
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | hw: Replace global smp variables with MachineState for all remaining archs | Like Xu | 2019-07-05 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | hw/mips: Use object_initialize_child for correct reference counting | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -2/+2 |
* | hw/mips: Use object_initialize() on MIPSCPSState | Philippe Mathieu-Daudé | 2019-05-24 | 1 | -13/+12 |
* | mips/boston: Report errors with error_report(), not error_printf() | Markus Armbruster | 2019-04-17 | 1 | -3/+3 |
* | char: allow specifying a GMainContext at opening time | Paolo Bonzini | 2019-02-13 | 1 | -1/+1 |
* | hw: Directly use "qemu/units.h" instead of "qemu/cutils.h" | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -1/+1 |
* | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 2018-07-02 | 1 | -14/+14 |
* | hw/mips/boston: don't make flash region 'nomigrate' | Peter Maydell | 2018-06-27 | 1 | -2/+1 |
* | hw/mips/boston: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé | 2018-06-08 | 1 | -4/+4 |
* | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2018-04-26 | 1 | -1/+1 |
* | hw/mips/boston.c: Don't create "null" chardevs for serial devices | Peter Maydell | 2018-04-26 | 1 | -4/+0 |
* | hw/mips/boston: Remove workaround for writes to ROM aborting | Peter Maydell | 2017-12-21 | 1 | -12/+2 |
* | mips: malta/boston: replace cpu_model with cpu_type | Igor Mammedov | 2017-10-27 | 1 | -6/+5 |
* | mips: use object_new() instead of gnew()+object_initialize() | Igor Mammedov | 2017-10-27 | 1 | -2/+1 |
* | ahci: add ahci_get_num_ports | John Snow | 2017-07-18 | 1 | -2/+2 |
* | memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
* | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -1/+1 |
* | hw/mips: MIPS Boston board support | Paul Burton | 2017-02-24 | 1 | -0/+577 |
* | Revert "hw/mips: MIPS Boston board support" | Peter Maydell | 2017-02-23 | 1 | -577/+0 |
* | hw/mips: MIPS Boston board support | Paul Burton | 2017-02-22 | 1 | -0/+577 |