Statistics
| Branch: | Revision:

root / hw / char @ db1b58e9

Name Size
Makefile.objs 1 kB
cadence_uart.c 13.2 kB
debugcon.c 4.2 kB
escc.c 25.9 kB
etraxfs_ser.c 6.4 kB
exynos4210_uart.c 19.3 kB
grlib_apbuart.c 7.7 kB
imx_serial.c 12.8 kB
ipack.c 2.8 kB
ipack.h 2.4 kB
ipoctal232.c 16 kB
lm32_juart.c 3.6 kB
lm32_uart.c 6.6 kB
mcf_uart.c 7.1 kB
milkymist-uart.c 5.7 kB
omap_uart.c 5.1 kB
parallel.c 18.2 kB
pl011.c 8.4 kB
sclpconsole.c 8.3 kB
serial-isa.c 4.1 kB
serial-pci.c 8.3 kB
serial.c 23.5 kB
sh_serial.c 10.4 kB
spapr_vty.c 6.3 kB
tpci200.c 18.8 kB
virtio-console.c 5.5 kB
virtio-serial-bus.c 28.6 kB
xen_console.c 8.3 kB
xilinx_uartlite.c 5.8 kB

Latest revisions

# Date Author Comment
db1b58e9 07/29/2013 06:37 pm David Gibson

pseries: savevm support for PAPR VIO logical tty

This patch adds the necessary VMStateDescription information to support
savevm/loadvm for the spapr_tty (PAPR logical serial) device.

Signed-off-by: David Gibson <>
Reviewed-by: Anthony Liguori <>...

9121d02c 07/15/2013 02:28 pm Peter Crosthwaite

char/cadence_uart: Fix reset for unattached instances

commit 1db8b5efe0c2b5000e50691eea61264a615f43de introduced an issue
where QEMU would segfault if you have an unattached Cadence UART.

Fix by guarding the flush-on-reset logic on there being a qemu_chr...

300b1fc6 07/04/2013 06:42 pm Paolo Bonzini

hw/c*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

3cf63ff2 07/04/2013 06:42 pm Paolo Bonzini

escc: rename struct to ESCCState

We are using the same struct name for two devices. 8250 is widespread
enough that this causes some confusion, rename the other instance.

Reviewed-by: Andreas Faerber <>
Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

b52df465 06/24/2013 05:26 pm Edgar E. Iglesias

cadence_uart: Handle backend tx errors

Signed-off-by: Edgar E. Iglesias <>

b165b0d8 06/17/2013 11:57 am Vladimir Senkov

char/serial: fix copy&paste error (fifo8_is_full vs empty)

Copy&paste error in serial.c causes a crash when attempting
to read from UART (if there is no data to be read)

Signed-off-by: Vladimir Senkov <>
Reviewed-by: Peter Crosthwaite <>...

371a775d 06/15/2013 01:53 pm Blue Swirl

Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu

  • 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu:
    qdev: Drop FROM_QBUS() macro
    isa: QOM'ify ISADevice
    isa: QOM'ify ISABus
    i8259: Convert PICCommonState to use QOM realizefn...
8e8638fa 06/11/2013 10:45 pm Peter Crosthwaite

char/serial: Use generic Fifo8

Use the generic Fifo8 helper provided by QEMU, rather than re-implement
privately.

Signed-off-by: Peter Crosthwaite <>
Signed-off-by: Michael Tokarev <>

b5601df7 06/11/2013 10:45 pm Peter Crosthwaite

char/serial: serial_ioport_write: Factor out common code

These three lines are common to both FIFO and regular mode. Just factor
them out to outside the if rather than replicate the same lines inside
both if and else.

Cc:

Signed-off-by: Peter Crosthwaite <>...

View revisions

Also available in: Atom