Statistics
| Branch: | Revision:

root / hw / char @ feature-archipelago

Name Size
Makefile.objs 1.1 kB
cadence_uart.c 14.4 kB
debugcon.c 4.2 kB
digic-uart.c 4.7 kB
escc.c 25.9 kB
etraxfs_ser.c 6.5 kB
exynos4210_uart.c 19.3 kB
grlib_apbuart.c 7.8 kB
imx_serial.c 12.9 kB
ipoctal232.c 16.2 kB
lm32_juart.c 3.6 kB
lm32_uart.c 6.7 kB
mcf_uart.c 7.1 kB
milkymist-uart.c 5.9 kB
omap_uart.c 5.1 kB
parallel.c 18.2 kB
pl011.c 8.2 kB
sclpconsole-lm.c 10.5 kB
sclpconsole.c 8.1 kB
serial-isa.c 4.2 kB
serial-pci.c 8.5 kB
serial.c 23.5 kB
sh_serial.c 10.4 kB
spapr_vty.c 6.4 kB
virtio-console.c 5.5 kB
virtio-serial-bus.c 28.8 kB
xen_console.c 8.3 kB
xilinx_uartlite.c 5.9 kB

Latest revisions

# Date Author Comment
61e8a923 02/20/2014 03:05 pm Peter Maydell

Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging

QOM infrastructure fixes and device conversions

  • QTest cleanups and test cases for PCI NICs
  • NAND fix for "info qtree"
  • Cleanup and extension of QOM machine tests...
88c1ee73 02/15/2014 02:10 pm Peter Crosthwaite

char/serial: Fix emptyness check

This was guarding against a full fifo rather than an empty fifo when
popping. Fix.

Signed-off-by: Peter Crosthwaite <>
Reviewed-by: Martin Kletzander <>
Reviewed-by: Dr. David Alan Gilbert <>...

c7bcc85d 02/14/2014 10:12 pm Paolo Bonzini

qdev: Remove hex8/32/64 property types

Replace them with uint8/32/64.

Reviewed-by: Igor Mammedov <>
Reviewed-by: Eric Blake <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Andreas Färber <>

1f9c4cfd 02/14/2014 10:11 pm Andreas Färber

ipack: Move IndustryPack out of hw/char/

Move the header defining an IPackBus and IPackDevice base class into
a new include/ directory and move their implementation and a
PCI-IndustryPack bridge out of hw/char/ directory into a new hw/ipack/.

Acked-by: Alberto Garcia <>...

5c570902 02/14/2014 10:07 pm Andreas Färber

ipack: Convert to QOM realize

Acked-by: Alberto Garcia <>
Signed-off-by: Andreas Färber <>

a21ac343 02/14/2014 10:07 pm Andreas Färber

ipack: QOM parent field cleanup for IPackBus

Clean up the only user of IPackBus::qbus field and rename it.

Acked-by: Alberto Garcia <>
Signed-off-by: Andreas Färber <>

227d3272 02/14/2014 10:07 pm Andreas Färber

ipack: QOM parent field cleanup for IPackDevice

Rename the IPackDevice::qdev field to avoid accidental use.

Acked-by: Alberto Garcia <>
Signed-off-by: Andreas Färber <>

08c9cacf 02/14/2014 10:07 pm Andreas Färber

ipoctal232: QOM parent field cleanup

Clean up accesses to IPOctalState::dev field and rename it.

Acked-by: Alberto Garcia <>
Signed-off-by: Andreas Färber <>

02d3bf7f 02/04/2014 08:34 pm Michael Walle

lm32_uart/lm32_juart: use qemu_chr_fe_write_all()

qemu_chr_fe_write() may return EAGAIN. Therefore, use
qemu_chr_fe_write_all().

Signed-off-by: Michael Walle <>
Reviewed-by: Peter Maydell <>

b2c623a3 02/04/2014 08:34 pm Antony Pavlov

milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()

qemu_chr_fe_write() is capable of returning 0
to indicate EAGAIN (and friends) and we don't
handle this.

Just change it to qemu_chr_fe_write_all() to fix.

Reported-by: Peter Crosthwaite <>...

View revisions

Also available in: Atom