summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* hw/char: Add config for shakti uartVijai Kumar K2021-09-012-1/+4
* hw/char/pl011: add support for sending breakJan Luebbe2021-08-251-0/+6
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-056-6/+6
* hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIALPhilippe Mathieu-Daudé2021-07-201-0/+1
* char: ibex_uart: Update the register layoutAlistair Francis2021-07-151-9/+10
* hw/char/ibex_uart: Make the register layout privateAlistair Francis2021-06-241-0/+37
* hw/char: QOMify sifive_uartLukas Jünger2021-06-241-10/+104
* hw/char: Consistent function names for sifive_uartLukas Jünger2021-06-241-22/+24
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell2021-05-135-758/+0Star
|\
| * Drop the deprecated lm32 targetMarkus Armbruster2021-05-125-758/+0Star
* | hw/char: Add Shakti UART emulationVijai Kumar K2021-05-113-0/+190
|/
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-023-3/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* s390x: css: report errors from ccw_dstream_read/writePierre Morel2021-04-091-2/+9
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell2021-03-231-0/+9
|\
| * hw/arm/virt: Disable pl011 clock migration if neededGavin Shan2021-03-231-0/+9
* | hw/char: disable ibex uart receive if the buffer is fullAlexander Wagner2021-03-231-5/+18
|/
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* hw/char: add goldfish-ttyLaurent Vivier2021-03-154-0/+300
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-2/+2
|\
| * hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé2021-03-091-2/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell2021-03-103-6/+7
|\ \ | |/ |/|
| * clock: Add ClockEvent parameter to callbacksPeter Maydell2021-03-083-6/+7
* | hw/char: Introduce SH_SCI Kconfig entryPhilippe Mathieu-Daudé2021-03-062-1/+4
|/
* hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson2021-02-021-0/+1
* hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson2021-02-021-1/+5
* Remove superfluous timer_del() callsPeter Maydell2021-01-082-4/+0Star
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-1830-0/+30
* hw/char/serial: Clean up unnecessary codePhilippe Mathieu-Daudé2020-12-101-8/+5Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* hw/char/pl011: add a clock inputLuc Michel2020-10-272-0/+46
* hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier2020-10-131-1/+0Star
* hw/char/bcm2835_aux: Allow less than 32-bit accessesPhilippe Mathieu-Daudé2020-10-081-1/+3
* hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial objectPhilippe Mathieu-Daudé2020-09-302-3/+4
* hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé2020-09-302-1/+2
* hw/char/serial: Rename I/O read/write trace eventsPhilippe Mathieu-Daudé2020-09-302-4/+4
* hw/char/serial: Remove old DEBUG_SERIAL commented codePhilippe Mathieu-Daudé2020-09-301-11/+0Star
* hw/char/serial: Replace commented DPRINTF() by trace eventPhilippe Mathieu-Daudé2020-09-302-3/+2Star
* hw/char/serial: Assert serial_ioport_read/write offset fits 8 bytesPhilippe Mathieu-Daudé2020-09-301-2/+2
* hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé2020-09-301-41/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1813-38/+13Star
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-135-0/+553
|\
| * hw/riscv: Move sifive_uart model to hw/charBin Meng2020-09-103-0/+198
| * hw/riscv: Move riscv_htif model to hw/charBin Meng2020-09-103-0/+265
| * hw/char: Add Microchip PolarFire SoC MMUART emulationBin Meng2020-09-103-0/+90
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-1118-62/+99
|\ \
| * | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0918-31/+36