aboutsummaryrefslogtreecommitdiff
path: root/hw/char/spapr_vty.c
AgeCommit message (Expand)Author
2023-12-29hw/char: Constify VMStateRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson
2019-08-21spapr: Implement better workaround in spapr-vty devicePaul Mackerras
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2017-11-22spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-11-23hw/char/spapr_vty: Return amount of free buffer entries in vty_can_receive()Thomas Huth
2016-11-15spapr-vty: Fix bad assert() statementThomas Huth
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29ppc: Clean up includesPeter Maydell
2015-07-07spapr-vty: Use TYPE_ definition instead of hardcodingDavid Gibson
2015-07-07spapr_vty: lookup should only return valid VTY objectsDavid Gibson
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy
2013-09-02pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard
2013-07-29pseries: savevm support for PAPR VIO logical ttyDavid Gibson
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini