summaryrefslogtreecommitdiffstats
path: root/hw/char/bcm2835_aux.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé2020-10-081-1/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2019-10-151-2/+3
* 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/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck2018-07-161-2/+2
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* 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-12/+6Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-4/+4
* char: rename some frontend functionsMarc-André Lureau2016-10-241-1/+1
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-6/+6
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-161-0/+316