qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] move stuff out from vl.c to console.c
@ 2010-02-10 23:29 Paolo Bonzini
  2010-02-10 23:29 ` [Qemu-devel] [PATCH 1/3] use lazy initialization for display_state Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paolo Bonzini @ 2010-02-10 23:29 UTC (permalink / raw)
  To: qemu-devel

Moving stuff around to console.c; video does not belong in a target-dependent
file.

Paolo Bonzini (3):
  use lazy initialization for display_state
  remove knowledge of defaultallocator_free_displaysurface from sdl.c
  move default allocator to console.c

 console.c |  176 +++++++++++++++++++++++++++++++++++++++----------------------
 console.h |    4 --
 sdl.c     |    4 --
 vl.c      |   47 +----------------
 4 files changed, 114 insertions(+), 117 deletions(-)

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

end of thread, other threads:[~2010-02-19 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 23:29 [Qemu-devel] [PATCH 0/3] move stuff out from vl.c to console.c Paolo Bonzini
2010-02-10 23:29 ` [Qemu-devel] [PATCH 1/3] use lazy initialization for display_state Paolo Bonzini
2010-02-19 21:28   ` Anthony Liguori
2010-02-10 23:29 ` [Qemu-devel] [PATCH 2/3] remove knowledge of defaultallocator_free_displaysurface from sdl.c Paolo Bonzini
2010-02-10 23:29 ` [Qemu-devel] [PATCH 3/3] move default allocator to console.c Paolo Bonzini
2010-02-11  2:10 ` [Qemu-devel] [PATCH 0/3] move stuff out from vl.c " Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).