qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org, kraxel@redhat.com
Cc: yhalperi@redhat.com
Subject: [Qemu-devel] [PATCH v5 2/9] vga: stop after the first ppm_save
Date: Wed, 22 Feb 2012 23:09:34 +0200	[thread overview]
Message-ID: <1329944981-28311-3-git-send-email-alevy@redhat.com> (raw)
In-Reply-To: <1329944981-28311-1-git-send-email-alevy@redhat.com>

From: Gerd Hoffman <kraxel@redhat.com>

Tested-by: Alon Levy <alevy@redhat.com>
---
 hw/vga.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/vga.c b/hw/vga.c
index c1029db..a728f29 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -2369,6 +2369,7 @@ static void vga_save_dpy_update(DisplayState *ds,
 {
     if (screen_dump_filename) {
         ppm_save(screen_dump_filename, ds->surface);
+        screen_dump_filename = NULL;
     }
 }
 
-- 
1.7.9.1

  parent reply	other threads:[~2012-02-22 21:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22 21:09 [Qemu-devel] [PATCH v5 0/9] qxl: fix hangs caused by qxl_render_update Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 1/9] qxl: fix spice+sdl no cursor regression Alon Levy
2012-02-22 21:09 ` Alon Levy [this message]
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 3/9] console: don't call console_select unnecessarily Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 4/9] sdl: remove NULL check, g_malloc0 can't fail Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 5/9] qxl: drop qxl_spice_update_area_async definition Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 6/9] qxl: require spice >= 0.8.2 Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 7/9] qxl: remove flipped Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 8/9] qxl: introduce QXLCookie Alon Levy
2012-02-24 11:46   ` Gerd Hoffmann
2012-02-24 19:25     ` Alon Levy
2012-02-22 21:09 ` [Qemu-devel] [PATCH v5 9/9] qxl: make qxl_render_update async Alon Levy
2012-02-23  9:25 ` [Qemu-devel] [PATCH v5 0/9] qxl: fix hangs caused by qxl_render_update Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329944981-28311-3-git-send-email-alevy@redhat.com \
    --to=alevy@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yhalperi@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).