summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1228-1/+30
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-05-174-170/+215
|\
| * hw/char: Move multi-serial devices into separate fileThomas Huth2019-05-174-170/+215
* | grlib, apbuart: get rid of the old-style create functionKONRAD Frederic2019-05-171-2/+2
* | hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway2019-05-171-0/+7
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-282-1/+4
|\
| * hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth2019-03-182-1/+4
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-12/+12
|/
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-29/+29
* virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-0/+2
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+6
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+32
* hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell2019-02-211-2/+2
* hw/char/pl011: Support all interrupt linesPeter Maydell2019-02-211-2/+44
* hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell2019-02-211-29/+2Star
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* terminal3270: do not use backend timer sourcesMarc-André Lureau2019-02-131-9/+6Star
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-132-3/+4
* 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