All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/3] VGA patches
@ 2012-01-25 18:57 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2012-01-25 18:57 UTC (permalink / raw)
  To: qemu-devel, Avi Kivity

In this version, I discarded the iterative version for dirty getting.

With the last patch, VGA can be compiled in hwlib. However, the patch
(even unfinished) reveals strange effects, so some discussion would be
nice.

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

Blue Swirl (3):
  memory: memory: change dirty getting API to take a size
  vga: move Cirrus VGA template to its own file
  vga: compile in hwlib

 Makefile.objs            |    1 +
 Makefile.target          |    1 -
 arch_init.c              |    7 +-
 exec-obsolete.h          |   14 +++-
 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                 |  223 ++++++++++++++++++++++++++++++++++-----------
 hw/vga_int.h             |   14 +---
 hw/vga_template.h        |  122 +++++++++-----------------
 memory.c                 |    5 +-
 memory.h                 |    9 +-
 15 files changed, 362 insertions(+), 187 deletions(-)
 create mode 100644 hw/cirrus_vga_template.h

-- 
1.7.9.rc0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-25 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 18:57 [Qemu-devel] [PATCH RFC 0/3] VGA patches 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.