summaryrefslogtreecommitdiffstats
path: root/hw/arm/pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()Philippe Mathieu-Daudé2020-06-051-17/+49
* hw/arm/pxa2xx: Do not wire up OHCI for PXA255Guenter Roeck2020-03-171-3/+0Star
* hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaksPan Nengyuan2020-03-051-6/+11
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-1/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth2018-05-041-8/+7Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-8/+8
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-3/+4
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-23/+23
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-6/+4Star
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-8/+0Star
* arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+2
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-8/+4Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-4/+4
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+2
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* hw/arm: Qomify pxa2xx.cSuramya Shah2017-04-201-8/+6Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-091-1/+3
* hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva2016-12-271-7/+0Star
* hw/arm: remove trailing whitespaceAlastair D'Silva2016-12-271-1/+1
* hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255Guenter Roeck2016-10-281-1/+3
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-241-5/+3Star
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-1/+0Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-3/+3
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-8/+10
* pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B2016-10-171-1/+1
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* pxa2xx: Unconditionally enable USB controllerEduardo Habkost2016-06-131-8/+4Star
* hw/arm: QOM'ify pxa2xx.cxiaoqiang.zhao2016-05-121-15/+11Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-211-1/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-091-1/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-4/+4