aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2020-10-27hw/char/pl011: add a clock inputLuc Michel2-0/+46
2020-10-13hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier1-1/+0
2020-10-08hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé1-1/+3
2020-09-30hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial objectPhilippe Mathieu-Daudé2-3/+4
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé2-1/+2
2020-09-30hw/char/serial: Rename I/O read/write trace eventsPhilippe Mathieu-Daudé2-4/+4
2020-09-30hw/char/serial: Remove old DEBUG_SERIAL commented codePhilippe Mathieu-Daudé1-11/+0
2020-09-30hw/char/serial: Replace commented DPRINTF() by trace eventPhilippe Mathieu-Daudé2-3/+2
2020-09-30hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytesPhilippe Mathieu-Daudé1-2/+2
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé1-41/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost13-38/+13
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell5-0/+553
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell18-62/+99
2020-09-09hw/riscv: Move sifive_uart model to hw/charBin Meng3-0/+198
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng3-0/+265
2020-09-09hw/char: Add Microchip PolarFire SoC MMUART emulationBin Meng3-0/+90
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost18-31/+36
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost18-31/+63
2020-08-27sclpconsole: Use TYPE_* constantsEduardo Habkost2-2/+2
2020-08-27virtio-serial-bus: Move QOM macros to headerEduardo Habkost1-4/+0
2020-08-21meson: convert hw/charMarc-André Lureau2-39/+38
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