summaryrefslogtreecommitdiff
path: root/hw/arm/nseries.c
AgeCommit message (Expand)Author
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2021-07-27hw/arm/nseries: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2020-11-10hw/arm/nseries: Check return value from load_image_targphys()Peter Maydell
2020-11-10hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()Philippe Mathieu-Daudé
2020-10-20hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-02-19arm/nseries: use memdev for RAMIgor Mammedov
2019-12-16hw/arm/nseries: Replace the bluetooth chardev with a "null" chardevThomas Huth
2019-10-22hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé
2019-04-29hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé
2019-04-29hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé
2019-04-29hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded stringPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov
2017-09-07hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12hw/arm/nseries: Allocating Large sized arrays to heapZhou Jie
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-01-18hw/arm: Clean up includesPeter Maydell
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-06-03hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-04-28hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-03-19arm/nseries: Fix warnings from SparseStefan Weil
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster