qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] move stuff out from vl.c to console.c


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/3] move stuff out from vl.c to console.c
Date: Wed, 10 Feb 2010 20:10:23 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 02/10/2010 05:29 PM, Paolo Bonzini wrote:
Moving stuff around to console.c; video does not belong in a target-dependent
file.

Excellent.  I love series that move stuff out of vl.c :-)

Regards,

Anthony Liguori

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(-)








reply via email to

[Prev in Thread] Current Thread [Next in Thread]