summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi1-2/+3
2013-08-01virtio-console: Use exitfn for virtserialport, tooAndreas Färber1-0/+1
2013-07-30s390/sclpconsole: handle char layer busy conditionsHeinz Graalfs1-17/+1
2013-07-29pl011: QOM'ify pl011 and pl011_luminaryAndreas Färber1-30/+32
2013-07-29pl011: Rename pl011_stateAndreas Färber1-26/+26
2013-07-29milkymist-uart: QOM cast cleanupAndreas Färber1-5/+10
2013-07-29lm32_uart: QOM cast cleanupAndreas Färber1-4/+8
2013-07-29lm32_juart: QOM cast cleanupAndreas Färber1-8/+11
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber1-1/+1
2013-07-29imx_serial: QOM cast cleanupAndreas Färber1-6/+10
2013-07-29grlib_apbuart: QOM cast cleanupAndreas Färber1-4/+9
2013-07-29exynos4210_uart: QOM cast cleanupAndreas Färber1-11/+15
2013-07-29escc: QOM cast cleanupAndreas Färber1-8/+11
2013-07-29cadence_uart: QOM cast cleanupAndreas Färber1-3/+7
2013-07-29xilinx_uartlite: QOM cast cleanupsAndreas Färber1-3/+8
2013-07-29xilinx_uartlite: Rename xlx_uartlite to XilinxUARTLiteAndreas Färber1-11/+10
2013-07-29etraxfs_ser: QOM cast cleanupsAndreas Färber1-16/+21
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum9-0/+12
2013-07-29pseries: savevm support for PAPR VIO logical ttyDavid Gibson1-0/+16
2013-07-15char/cadence_uart: Fix reset for unattached instancesPeter Crosthwaite1-1/+3
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini14-23/+27
2013-07-04escc: rename struct to ESCCStatePaolo Bonzini1-17/+17
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini19-29/+29
2013-06-24cadence_uart: Handle backend tx errorsEdgar E. Iglesias1-3/+1
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov1-1/+1
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl5-43/+82
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite1-7/+3
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-64/+34
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite1-11/+19
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-6/+8
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber5-37/+74
2013-06-01debugcon: fix compiler warning when open DEBUG_DEBUGCONliguang1-2/+2
2013-06-01debugcon: make debug message more readableliguang1-1/+1
2013-06-01debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCONliguang1-1/+1
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic1-1/+2
2013-04-29serial: QOM'ify ISA serialAndreas Färber1-4/+7
2013-04-29parallel: QOM'ifyAndreas Färber1-3/+8
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-7/+11
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-6/+0
2013-04-16virtio-console: Remove any pending watches on closeHans de Goede1-2/+22
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-3/+5
2013-04-15Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori22-22/+22
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini22-22/+22
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic1-24/+26
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic1-73/+21
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-7/+88
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini4-3/+82
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini14-0/+3961