aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-26ibex_uart: fix XOR-as-powPaolo Bonzini
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-04-30hw/char/cadence_uart: add clock supportDamien Hedde
2020-04-02serial: Fix double migration dataDr. David Alan Gilbert
2020-03-29virtio-serial-bus: Plug memory leak on realize() error pathsPan Nengyuan
2020-03-17hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-23hw/char/exynos4210_uart: Add receive DMA supportGuenter Roeck
2020-01-23hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeoutsGuenter Roeck
2020-01-23hw/char/exynos4210_uart: Implement post_load functionGuenter Roeck
2020-01-23hw/char/exynos4210_uart: Convert to support tracingGuenter Roeck
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell
2020-01-07virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2020-01-07hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2020-01-07mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau
2020-01-07mips: inline serial_init()Marc-André Lureau
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau
2020-01-07serial-mm: use sysbus facilitiesMarc-André Lureau
2020-01-07serial-mm: add endianness propertyMarc-André Lureau
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau
2020-01-07serial: realize the serial deviceMarc-André Lureau
2020-01-07serial: add "baudbase" propertyMarc-André Lureau
2020-01-07serial: add "chardev" propertyMarc-André Lureau
2020-01-07serial: register vmsd with DeviceClassMarc-André Lureau
2020-01-07serial: initial qom-ificationMarc-André Lureau
2020-01-07serial-pci-multi: factor out multi_serial_get_port_count()Marc-André Lureau