aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis1-65/+65
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis1-3/+27
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik3-0/+324
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-12/+4
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster3-8/+4
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-2/+2
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini1-1/+1
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato3-0/+354
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis2-0/+493
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster4-5/+5
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster3-3/+3
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster4-11/+5
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2-4/+5
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster3-6/+8
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2-2/+2
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann1-0/+22
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann1-0/+22
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-2/+3
2020-05-15qdev: Unrealize must not failMarkus Armbruster5-8/+8
2020-04-30hw/char/cadence_uart: add clock supportDamien Hedde2-10/+66
2020-04-02serial: Fix double migration dataDr. David Alan Gilbert1-1/+11
2020-03-29virtio-serial-bus: Plug memory leak on realize() error pathsPan Nengyuan1-1/+1
2020-03-17hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-3/+4
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2-2/+2
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun1-2/+3
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-8/+8
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell30-33/+33
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau30-33/+33
2020-01-23hw/char/exynos4210_uart: Add receive DMA supportGuenter Roeck2-0/+26
2020-01-23hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeoutsGuenter Roeck2-26/+94
2020-01-23hw/char/exynos4210_uart: Implement post_load functionGuenter Roeck1-0/+10
2020-01-23hw/char/exynos4210_uart: Convert to support tracingGuenter Roeck2-66/+47
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell19-19/+29
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé19-19/+19
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell5-61/+212
2020-01-07virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2020-01-07hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2020-01-07mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau1-0/+1
2020-01-07mips: inline serial_init()Marc-André Lureau1-16/+0
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau1-11/+53
2020-01-07serial-mm: use sysbus facilitiesMarc-André Lureau1-22/+28
2020-01-07serial-mm: add endianness propertyMarc-André Lureau1-0/+2
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau1-5/+17
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau2-18/+56
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau3-3/+6
2020-01-07serial: realize the serial deviceMarc-André Lureau4-7/+7
2020-01-07serial: add "baudbase" propertyMarc-André Lureau4-5/+3
2020-01-07serial: add "chardev" propertyMarc-André Lureau1-3/+10