summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2020-01-07serial: add "baudbase" propertyMarc-André Lureau
2020-01-07serial: add "chardev" propertyMarc-André Lureau
2020-01-07serial: register vmsd with DeviceClassMarc-André Lureau
2020-01-07serial: initial qom-ificationMarc-André Lureau
2020-01-07serial-pci-multi: factor out multi_serial_get_port_count()Marc-André Lureau
2020-01-05virtio-serial-bus: fix memory leak while attach virtio-serial-busPan Nengyuan
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-10-15hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson
2019-09-07escc: introduce a selector for the register bitLaurent Vivier
2019-08-21spapr: Implement better workaround in spapr-vty devicePaul Mackerras
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-05-17hw/char: Move multi-serial devices into separate fileThomas Huth
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic
2019-05-17hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-18hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-13terminal3270: do not use backend timer sourcesMarc-André Lureau
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
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