summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé2019-01-211-2/+1Star
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-6/+6
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-113-39/+39
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+1
* char/grlib_apbuart: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-7/+5Star
* hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh2018-11-191-1/+1
* hw/char: Implement nRF51 SoC UARTJulia Suvorova2018-11-023-0/+335
* chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau2018-10-031-1/+5
* virtio: do not take address of packed membersPaolo Bonzini2018-10-021-3/+3
* serial: fix DLL writesPaolo Bonzini2018-10-021-2/+2
* hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven2018-10-021-0/+20
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-2/+1Star
* imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd2018-08-201-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-171-19/+27
|\
| * hw/char/serial: retry write if EAGAINMarc-André Lureau2018-07-161-9/+14
| * PC Chipset: Improve serial divisor calculationCalvin Lee2018-07-161-10/+13
* | bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck2018-07-161-2/+2
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-06-303-5/+24
|\
| * hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé2018-06-292-3/+17
| * hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé2018-06-292-2/+7
* | hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez2018-06-281-1/+1
|/
* hw/char/parallel: Convert away from old_mmioPeter Maydell2018-06-151-39/+11Star
* hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-1/+1
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-013-3/+0Star
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-5/+4Star
* hw/char/cmsdk-apb-uart.c: Accept more input after character readPatrick Oppenlander2018-05-041-0/+1
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-261-5/+5
* hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell2018-04-261-20/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-263-4/+4
* hw/char/serial: Allow disconnected chardevsPeter Maydell2018-04-261-5/+0Star
* hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writesPeter Maydell2018-04-111-0/+1
* virtio-serial: fix heap-over-flowlinzhecheng2018-04-091-2/+5
* i.MX: Support serial RS-232 break properlyTrent Piepho2018-03-231-1/+4
* char: i.MX: Add support for "TX complete" interruptAndrey Smirnov2018-03-191-3/+17
* char: i.MX: Simplify imx_update()Andrey Smirnov2018-03-191-8/+16
* hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé2018-03-123-1/+38
* s390x/sclp: clean up sclp masksClaudio Imbrenda2018-03-082-4/+4
* s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2018-03-082-12/+0Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun2018-02-221-4/+8
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-152/+57Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-1/+1
* hw: convert the escc device to keycodemapdbDaniel P. Berrange2018-01-291-121/+5Star
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-162-2/+2
* chardev: introduce qemu_chr_timeout_add_ms()Peter Xu2018-01-121-12/+16
* misc: drop old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson2017-11-221-0/+18
* Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki2017-11-061-1/+7