aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spapr_vty.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27spapr: convert to QEMU Object Model (v2)Anthony Liguori1-13/+22
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-3/+3
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-03pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson1-1/+1
2012-01-03pseries: Add a routine to find a stable "default" vty and use itDavid Gibson1-9/+38
2012-01-03pseries: Remove hcalls callbackDavid Gibson1-7/+2
2011-11-18pseries: Allow kernel's early debug output to workDavid Gibson1-2/+30
2011-11-18pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESSMichael Ellerman1-1/+1
2011-11-18pseries: Check we have a chardev in spapr_vty_init()Michael Ellerman1-0/+5
2011-10-06spapr: prepare for qdevification of irqPaolo Bonzini1-1/+1
2011-10-06spapr: proper qdevificationPaolo Bonzini1-7/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-2/+2
2011-04-01Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson1-1/+10
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson1-0/+150