Statistics
| Branch: | Revision:

root / hw / display @ 104059da

Name Size
Makefile.objs 1.1 kB
ads7846.c 4.2 kB
blizzard.c 28.4 kB
blizzard_template.h 4.3 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.5 kB
pxa2xx_lcd.c 30 kB
pxa2xx_template.h 11.6 kB
qxl-logger.c 8.6 kB
qxl-render.c 9 kB
qxl.c 76.2 kB
qxl.h 4.8 kB
sm501.c 41.4 kB
sm501_template.h 3.9 kB
ssd0303.c 9.1 kB
ssd0323.c 9.8 kB
tc6393xb.c 18.1 kB
tc6393xb_template.h 2.3 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.7 kB

Latest revisions

# Date Author Comment
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 <>

b1be4515 02/14/2014 05:22 pm Andreas Färber

ssd0303: QOM'ify

Replace usages of FROM_I2C_SLAVE() with QOM cast macro.
Rename parent field.

Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

2c17449b 02/11/2014 02:57 pm Edgar E. Iglesias

exec: Make ldq/ldub_*_phys input an AddressSpace

Reviewed-by: Peter Maydell <>
Signed-off-by: Edgar E. Iglesias <>

1f6b12f7 02/08/2014 05:57 pm Peter Maydell

Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into staging

target-lm32: fixes

  1. gpg: Signature made Tue 04 Feb 2014 18:47:56 GMT using DSA key ID 3F98A378
  2. gpg: Can't check signature: public key not found
  • remotes/mwalle/tags/lm32-fixes/20140204:...
2f453564 02/04/2014 08:34 pm Michael Walle

milkymist-vgafb: swap pixel data in source buffer

In commit fc97bb5ba3e7239c0b6d24095df6784868dfebbf the lduw_raw() call was
eliminated. But we are reading from the target buffer a 16-bit value, which
is in big-endian format. Therefore, use lduw_be_p() to read the value....

f06b8521 02/03/2014 12:05 pm Alon Levy

qxl: clear irq on reset

Without this we occasionally trigger an assert at
hw/pci/pci.c:pcibus_reset that asserts the irq_count is zero on reset.

This has become a problem with the new drm driver for linux, since doing
a reboot from console causes a race between console updates that set the...

3761abb1 02/03/2014 12:05 pm Alon Levy

hw/display/qxl: fix signed to unsigned comparison

Several small signedness / overflow corrections to qxl_create_guest_primary:
1. use 64 bit unsigned for size to avoid overflow possible from two 32
bit multiplicants.
2. correct sign for requested_height
3. add a more verbose error message when setting guest bug state (which...

2cdaca90 01/31/2014 04:47 pm Paolo Bonzini

display: avoid multi-statement macro

For blizzard, pl110 and tc6393xb this is harmless, but for pxa2xx
Coverity noticed that it is used inside an "if" statement.
Fix it because it's the file with the highest number of defects
in the whole QEMU tree! Use "do...while (0)", or just remove the...

0193c62c 01/17/2014 05:28 pm Stefano Stabellini

xenfb: map framebuffer read-only and handle unmap errors

The framebuffer is needlessly mapped (PROT_READ | PROT_WRITE), map it
PROT_READ instead.

The framebuffer is unmapped by replacing the framebuffer pages with
anonymous shared memory, calling mmap. Check for return errors and print...

837d3716 12/23/2013 01:27 am Markus Armbruster

sysbus: Set cannot_instantiate_with_device_add_yet

device_add plugs devices into suitable bus. For "real" buses, that
actually connects the device. For sysbus, the connections need to be
made separately, and device_add can't do that. The device would be...

View revisions

Also available in: Atom