summaryrefslogtreecommitdiffstats
path: root/hw/char/spapr_vty.c
Commit message (Expand)AuthorAgeFilesLines
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* hw/char/spapr_vty: Return amount of free buffer entries in vty_can_receive()Thomas Huth2016-11-231-1/+1
* spapr-vty: Fix bad assert() statementThomas Huth2016-11-151-1/+10
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-5/+5
* char: rename some frontend functionsMarc-André Lureau2016-10-241-1/+1
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-5/+5
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-2/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr-vty: Use TYPE_ definition instead of hardcodingDavid Gibson2015-07-071-1/+1
* spapr_vty: lookup should only return valid VTY objectsDavid Gibson2015-07-071-0/+4
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-3/+3
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-6/+4Star
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-2/+1Star
* spapr: add vio-bus devices to categoriesAlexey Kardashevskiy2013-11-081-0/+1
* pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard2013-09-021-0/+2
* pseries: savevm support for PAPR VIO logical ttyDavid Gibson2013-07-291-0/+16
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-7/+11
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-0/+221