summaryrefslogtreecommitdiffstats
path: root/hw/char/debugcon.c
Commit message (Expand)AuthorAgeFilesLines
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* 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-3/+3
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-4/+4
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-9/+14
* debugcon: fix compiler warning when open DEBUG_DEBUGCONliguang2013-06-011-2/+2
* debugcon: make debug message more readableliguang2013-06-011-1/+1
* debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCONliguang2013-06-011-1/+1
* 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/+134