All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] VGA patches
@ 2012-01-29 19:12 Blue Swirl
  2012-02-04 13:15 ` Blue Swirl
  0 siblings, 1 reply; 4+ messages in thread
From: Blue Swirl @ 2012-01-29 19:12 UTC (permalink / raw)
  To: qemu-devel

Patch 1 has been sent several times, though the logic has been copied
from flawed implementations before.

Other patches should be trivial.

URL	git://repo.or.cz/qemu/blueswirl.git
	http://repo.or.cz/r/qemu/blueswirl.git

Blue Swirl (6):
  memory: change dirty getting API to take a size
  vga: move Cirrus VGA template to its own file
  Add vga.h unmodified from Linux
  vga.h: remove unused stuff and reformat
  vga: use constants from vga.h
  vga: improve documentation

 arch_init.c              |    7 +-
 exec-obsolete.h          |   15 ++-
 hw/cirrus_vga.c          |    9 +
 hw/cirrus_vga_template.h |  102 ++++++++++++
 hw/framebuffer.c         |    9 +-
 hw/g364fb.c              |    3 +-
 hw/sm501.c               |   11 +-
 hw/tcx.c                 |   19 +--
 hw/vga.c                 |  391 +++++++++++++++++++++++++---------------------
 hw/vga.h                 |  159 +++++++++++++++++++
 hw/vga_int.h             |   16 --
 hw/vga_template.h        |   74 +--------
 memory.c                 |    5 +-
 memory.h                 |    9 +-
 14 files changed, 526 insertions(+), 303 deletions(-)
 create mode 100644 hw/cirrus_vga_template.h
 create mode 100644 hw/vga.h

-- 
1.7.9.rc0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-04 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 19:12 [Qemu-devel] [PATCH 0/6] VGA patches Blue Swirl
2012-02-04 13:15 ` Blue Swirl
2012-02-04 16:16   ` Jan Kiszka
2012-02-04 16:49     ` Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.