aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2013-06-24cadence_uart: Handle backend tx errorsEdgar E. Iglesias
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite
2013-06-07isa: QOM'ify ISADeviceAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-01debugcon: fix compiler warning when open DEBUG_DEBUGCONliguang
2013-06-01debugcon: make debug message more readableliguang
2013-06-01debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCONliguang
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic
2013-04-29serial: QOM'ify ISA serialAndreas Färber
2013-04-29parallel: QOM'ifyAndreas Färber
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-16virtio-console: Remove any pending watches on closeHans de Goede
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: make subdirectories for devicesPaolo Bonzini