summaryrefslogtreecommitdiffstats
path: root/hw/arm/nseries.c
Commit message (Expand)AuthorAgeFilesLines
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-2/+2
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-1/+1
* include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-211-0/+1
* hw/arm/nseries: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé2021-07-271-1/+1
* hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2021-07-081-1/+1
* hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-0/+1
* sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard2021-06-171-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw/arm/nseries: Check return value from load_image_targphys()Peter Maydell2020-11-101-4/+11
* hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()Philippe Mathieu-Daudé2020-11-101-11/+0Star
* hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé2020-10-201-0/+1
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-4/+4
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* arm/nseries: use memdev for RAMIgor Mammedov2020-02-191-13/+19
* hw/arm/nseries: Replace the bluetooth chardev with a "null" chardevThomas Huth2019-12-161-9/+7Star
* hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-221-3/+7
* hw/arm: simplify arm_load_dtbTao Xu2019-09-031-4/+1Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+1
* hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-0/+1
* hw/arm/nseries: Use TYPE_TMP105 instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-291-1/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-1/+3
* hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell2017-09-071-0/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* bt-hci-csr: drop unused argumentPaolo Bonzini2016-10-081-2/+1Star
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* hw/arm/nseries: Allocating Large sized arrays to heapZhou Jie2016-05-121-1/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-131-2/+2
* osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost2015-11-041-1/+1
* Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber2015-09-191-4/+24
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-16/+12Star
* hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2Star
* hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* arm/nseries: Fix warnings from SparseStefan Weil2015-03-191-2/+2
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1