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