Age | Commit message (Expand) | Author |
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 |
2015-09-19 | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-06-03 | hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao |
2015-04-28 | hw/arm/nseries: convert ffs(3) to ctz32() | Stefan Hajnoczi |
2015-03-19 | arm/nseries: Fix warnings from Sparse | Stefan Weil |
2015-01-08 | hw/usb: simplified usb_enabled | Marcel Apfelbaum |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-06-05 | hw: use ld_p/st_p instead of ld_raw/st_raw | Paolo Bonzini |
2014-06-05 | nseries: clean up coding style | Paolo Bonzini |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum |
2014-02-14 | i2c: Rename i2c_bus to I2CBus | Andreas Färber |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster |