summaryrefslogtreecommitdiff
path: root/hw/char/spapr_vty.c
AgeCommit message (Expand)AuthorFilesLines
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