summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-13char/grlib_apbuart: Convert sysbus init function to realize functionMao Zhongyi
2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh
2018-11-02hw/char: Implement nRF51 SoC UARTJulia Suvorova
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-10-02virtio: do not take address of packed membersPaolo Bonzini
2018-10-02serial: fix DLL writesPaolo Bonzini
2018-10-02hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-16bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck
2018-07-16hw/char/serial: retry write if EAGAINMarc-André Lureau
2018-07-16PC Chipset: Improve serial divisor calculationCalvin Lee
2018-06-30Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-06-29hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé
2018-06-28hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell
2018-06-08hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant
2018-05-04hw/char/cmsdk-apb-uart.c: Accept more input after character readPatrick Oppenlander
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell
2018-04-11hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writesPeter Maydell
2018-04-09virtio-serial: fix heap-over-flowlinzhecheng
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov
2018-03-19char: i.MX: Simplify imx_update()Andrey Smirnov
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-11-22spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson
2017-11-06Enable 8-byte wide MMIO for 16550 serial devicesMike Nawrocki