Statistics
| Branch: | Revision:

root / hw / display @ da87dd7b

Name Size
Makefile.objs 1.1 kB
ads7846.c 4.2 kB
blizzard.c 28.4 kB
blizzard_template.h 4 kB
cirrus_vga.c 89.7 kB
cirrus_vga_rop.h 5.5 kB
cirrus_vga_rop2.h 7.9 kB
cirrus_vga_template.h 2.9 kB
exynos4210_fimd.c 68.2 kB
framebuffer.c 3.3 kB
framebuffer.h 499 Bytes
g364fb.c 16.4 kB
jazz_led.c 9.2 kB
milkymist-tmu2.c 13.4 kB
milkymist-vgafb.c 8.3 kB
milkymist-vgafb_template.h 2.5 kB
omap_dss.c 31.9 kB
omap_lcd_template.h 4.9 kB
omap_lcdc.c 11.2 kB
pl110.c 13.1 kB
pl110_template.h 9.3 kB
pxa2xx_lcd.c 30 kB
pxa2xx_template.h 11.3 kB
qxl-logger.c 8.6 kB
qxl-render.c 8.9 kB
qxl.c 75.8 kB
qxl.h 4.8 kB
sm501.c 41.4 kB
sm501_template.h 3.8 kB
ssd0303.c 9 kB
ssd0323.c 9.8 kB
tc6393xb.c 18.1 kB
tc6393xb_template.h 2.2 kB
tcx.c 18.5 kB
vga-isa-mm.c 4.2 kB
vga-isa.c 3.4 kB
vga-pci.c 6.6 kB
vga.c 70.6 kB
vga.h 6.5 kB
vga_int.h 7.4 kB
vga_template.h 14.2 kB
vmware_vga.c 37.1 kB
xenfb.c 29.6 kB

Latest revisions

# Date Author Comment
da87dd7b 11/21/2013 06:38 pm Mark Cave-Ayland

sun4m: Add FCode ROM for TCX framebuffer

Upstream OpenBIOS now implements SBus probing in order to determine the
contents of a physical bus slot, which is required to allow OpenBIOS to
identify the framebuffer without help from the fw_cfg interface.

SBus probing works by detecting the presence of an FCode program...

2c8ebac7 11/06/2013 06:01 am Marc-André Lureau

vga: fix invalid read after free

After calling dpy_gfx_replace_surface(s->con, surface), the outer
surface is invalid.

5370 Invalid read of size 4
5370 at 0x460229: surface_bits_per_pixel (console.h:250)
5370 by 0x466A81: get_depth_index (vga.c:1173)...
7d579514 11/06/2013 05:57 am Peter Maydell

bswap.h: Remove cpu_to_32wu()

Replace the legacy cpu_to_32wu() with stl_p().

Signed-off-by: Peter Maydell <>
Reviewed-by: Richard Henderson <>
Reviewed-by: Michael S. Tsirkin <>
Message-id: ...

4a46c99c 11/04/2013 01:31 pm Gerd Hoffmann

qxl: replace pipe signaling with bottom half

qxl creates a pipe, then writes something to it to wake up the iothread
from the spice server thread to raise an irq. These days qemu bottom
halves can be scheduled from threads and signals, so there is no reason...

b0eb759f 10/31/2013 05:58 pm Anthony Liguori

Merge remote-tracking branch 'mst/tags/for_anthony' into staging

pci, pc, acpi fixes, enhancements

This includes some pretty big changes:
- pci master abort support by Marcel
- pci IRQ API rework by Marcel
- acpi generation support by myself

Everything has gone through several revisions, latest versions have been on...

98964491 10/18/2013 08:01 pm Anthony Liguori

Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging

  1. By Paolo Bonzini (10) and others
  2. Via Paolo Bonzini
    • bonzini/iommu-for-anthony:
      exec: remove qemu_safe_ram_ptr
      icount: make it thread-safe
      icount: document (future) locking rules for icount...
eb25a1d9 10/17/2013 06:24 pm Jan Kiszka

cirrus: Mark vga io region as coalesced MMIO flushing

This allows to remove the explicit qemu_flush_coalesced_mmio_buffer
calls - the memory core will invoke them now.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Paolo Bonzini <>

c46860ea 10/17/2013 06:24 pm Jan Kiszka

vga: Mark relevant portio lists regions as coalesced MMIO flushing

This allows to remove the explicit qemu_flush_coalesced_mmio_buffer
calls.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Paolo Bonzini <>

9fa03286 10/17/2013 01:42 pm Gerd Hoffmann

spice: fix multihead support

This patch fixes spice display initialization to handle
multihead properly.

spice-core now keeps track of which QemuConsole has a spice
display channel attached to it and which has not. It also
manages display channel ids.
...

26defe81 10/17/2013 01:25 pm Marc-André Lureau

spice: replace use of deprecated API

hose API are deprecated since 0.11, and qemu depends on 0.12 already.

Signed-off-by: Gerd Hoffmann <>

View revisions

Also available in: Atom