summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* virtio: basic packed virtqueue supportJason Wang2019-10-251-1/+1
* hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2019-10-151-2/+3
* spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson2019-10-041-2/+1Star
* escc: introduce a selector for the register bitLaurent Vivier2019-09-071-6/+24
* spapr: Implement better workaround in spapr-vty devicePaul Mackerras2019-08-211-18/+12Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-163-2/+1Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1627-3/+28
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1612-11/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1621-0/+21
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1622-0/+23
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* 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
|\