aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-29/+29
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-0/+2
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+6
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+32
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell1-2/+2
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell1-2/+44
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell1-29/+2
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2019-02-13terminal3270: do not use backend timer sourcesMarc-André Lureau1-9/+6
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini2-3/+4
2019-01-21hw/char/stm32f2xx_usart: Do not update data register when device is disabledPhilippe Mathieu-Daudé1-2/+1
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-6/+6
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini3-39/+39
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+1
2018-12-13char/grlib_apbuart: Convert sysbus init function to realize functionMao Zhongyi1-7/+5
2018-11-19hw/arm/stm32f205: Fix the UART and Timer region sizeSeth Kintigh1-1/+1
2018-11-02hw/char: Implement nRF51 SoC UARTJulia Suvorova3-0/+335
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau1-1/+5
2018-10-02virtio: do not take address of packed membersPaolo Bonzini1-3/+3
2018-10-02serial: fix DLL writesPaolo Bonzini1-2/+2
2018-10-02hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven1-0/+20
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-2/+1
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd1-1/+2
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-19/+27
2018-07-16bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck1-2/+2
2018-07-16hw/char/serial: retry write if EAGAINMarc-André Lureau1-9/+14
2018-07-16PC Chipset: Improve serial divisor calculationCalvin Lee1-10/+13
2018-06-30Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell3-5/+24
2018-06-29hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé2-3/+17
2018-06-29hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé2-2/+7
2018-06-28hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez1-1/+1
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell1-39/+11
2018-06-08hw/digic: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-1/+1
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé3-3/+0
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-5/+4
2018-05-04hw/char/cmsdk-apb-uart.c: Accept more input after character readPatrick Oppenlander1-0/+1
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-5/+5
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell1-20/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell3-4/+4
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell1-5/+0
2018-04-11hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writesPeter Maydell1-0/+1
2018-04-09virtio-serial: fix heap-over-flowlinzhecheng1-2/+5
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho1-1/+4
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov1-3/+17
2018-03-19char: i.MX: Simplify imx_update()Andrey Smirnov1-8/+16
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé3-1/+38
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda2-4/+4
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2-12/+0