aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2020-01-07serial: register vmsd with DeviceClassMarc-André Lureau1-3/+3
2020-01-07serial: initial qom-ificationMarc-André Lureau4-7/+64
2020-01-07serial-pci-multi: factor out multi_serial_get_port_count()Marc-André Lureau1-17/+18
2020-01-05virtio-serial-bus: fix memory leak while attach virtio-serial-busPan Nengyuan1-0/+8
2019-10-25virtio: basic packed virtqueue supportJason Wang1-1/+1
2019-10-15hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé1-2/+3
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+1
2019-09-07escc: introduce a selector for the register bitLaurent Vivier1-6/+24
2019-08-21spapr: Implement better workaround in spapr-vty devicePaul Mackerras1-18/+12
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster3-2/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster27-3/+28
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster12-11/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster21-0/+21
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster22-0/+23
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster2-0/+2
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster28-1/+30
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-170/+215
2019-05-17hw/char: Move multi-serial devices into separate fileThomas Huth4-170/+215
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic1-2/+2
2019-05-17hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway1-0/+7
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+4
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-12/+12
2019-03-18hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth2-1/+4
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