summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* char/cadence_uart: Fix reset for unattached instancesPeter Crosthwaite2013-07-151-1/+3
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-0414-23/+27
* escc: rename struct to ESCCStatePaolo Bonzini2013-07-041-17/+17
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-0419-29/+29
* cadence_uart: Handle backend tx errorsEdgar E. Iglesias2013-06-241-3/+1
* char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov2013-06-171-1/+1
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-155-43/+82
|\
| * isa: QOM'ify ISADeviceAndreas Färber2013-06-071-6/+8
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-075-37/+74
* | char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite2013-06-111-7/+3
* | char/serial: Use generic Fifo8Peter Crosthwaite2013-06-111-64/+34
* | char/serial: cosmetic fixes.Peter Crosthwaite2013-06-111-11/+19
|/
* 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
* virtio-serial: fix command line compatibility.KONRAD Frederic2013-05-031-1/+2
* serial: QOM'ify ISA serialAndreas Färber2013-04-291-4/+7
* parallel: QOM'ifyAndreas Färber2013-04-291-3/+8
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-7/+11
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-1/+1
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-6/+0
* virtio-console: Remove any pending watches on closeHans de Goede2013-04-161-2/+22
* virtio-console: Also throttle when less was written then requestedHans de Goede2013-04-161-3/+5
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-1522-22/+22
|\
| * sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-1522-22/+22
* | virtio-serial: cleanup: remove qdev field.KONRAD Frederic2013-04-151-2/+0
* | virtio-serial: cleanup: use QOM casts.KONRAD Frederic2013-04-151-24/+26
* | virtio-serial: cleanup: init and exit functions.KONRAD Frederic2013-04-151-73/+21
* | virtio-serial: add the virtio-serial device.KONRAD Frederic2013-04-151-7/+88
|/
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-084-3/+82
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-0814-0/+3961
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-082-0/+1020
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-0814-0/+5692
* hw: make subdirectories for devicesPaolo Bonzini2013-04-081-0/+0
OpenPOWER on IntegriCloud