Age | Commit message (Expand) | Author |
2024-03-11 | hw/arm: Deprecate various old Arm machine types | Peter Maydell |
2024-01-26 | hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller | Philippe Mathieu-Daudé |
2023-10-03 | hw/arm: Support machine-default audiodev with fallback | Martin Kletzander |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-01-05 | hw/arm/nseries: Silent -Wmissing-field-initializers warning | Philippe Mathieu-Daudé |
2023-01-05 | hw/arm/nseries: Constify various read-only arrays | Philippe Mathieu-Daudé |
2022-10-22 | Drop useless casts from g_malloc() & friends to pointer | Markus Armbruster |
2022-05-12 | machine: use QAPI struct for boot configuration | Paolo Bonzini |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2021-07-27 | hw/arm/nseries: Display hexadecimal value with '0x' prefix | Philippe Mathieu-Daudé |
2021-07-08 | hw/input/lm832x: Define TYPE_LM8323 in public header | Philippe Mathieu-Daudé |
2021-07-08 | hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h" | Philippe Mathieu-Daudé |
2021-06-17 | sensor: Move hardware sensors from misc to a sensor directory | Corey Minyard |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2020-11-10 | hw/arm/nseries: Check return value from load_image_targphys() | Peter Maydell |
2020-11-10 | hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup() | Philippe Mathieu-Daudé |
2020-10-20 | hw/arm/nseries: Fix loading kernel image on n8x0 machines | Philippe Mathieu-Daudé |
2020-07-16 | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() | Philippe Mathieu-Daudé |
2020-06-23 | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-02-19 | arm/nseries: use memdev for RAM | Igor Mammedov |
2019-12-16 | hw/arm/nseries: Replace the bluetooth chardev with a "null" chardev | Thomas Huth |
2019-10-22 | hw/arm/omap2: Create the RAM in the board | Philippe Mathieu-Daudé |
2019-09-03 | hw/arm: simplify arm_load_dtb | Tao Xu |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-05-23 | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell |
2019-04-29 | hw/devices: Move TI touchscreen declarations into a new header | Philippe Mathieu-Daudé |
2019-04-29 | hw/devices: Move CBus declarations into a new header | Philippe Mathieu-Daudé |
2019-04-29 | hw/devices: Move Blizzard declarations into a new header | Philippe Mathieu-Daudé |
2019-04-29 | hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded string | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2017-09-19 | arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly | Igor Mammedov |
2017-09-07 | hw/arm: Set ignore_memory_transaction_failures for most ARM boards | Peter Maydell |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau |
2016-10-08 | bt-hci-csr: drop unused argument | Paolo Bonzini |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-05-12 | hw/arm/nseries: Allocating Large sized arrays to heap | Zhou Jie |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
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-18 | hw/arm: Clean up includes | Peter Maydell |
2016-01-13 | hw: Inline the qdev_prop_set_drive_nofail() wrapper | Markus Armbruster |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost |