aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel1-2/+9
2021-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell1-0/+9
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan1-0/+9
2021-03-22hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner1-5/+18
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-15hw/char: add goldfish-ttyLaurent Vivier4-0/+300
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-2/+2
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell3-6/+7
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé1-2/+2
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell3-6/+7
2021-03-06hw/char: Introduce SH_SCI Kconfig entryPhilippe Mathieu-Daudé2-1/+4
2021-02-02hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson1-0/+1
2021-02-02hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson1-1/+5
2021-01-08Remove superfluous timer_del() callsPeter Maydell2-4/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost30-0/+30
2020-12-10hw/char/serial: Clean up unnecessary codePhilippe Mathieu-Daudé1-8/+5
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant3-3/+3
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