qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "andrzej zaborowski" <balrog@zabor.org>
To: qemu-devel@nongnu.org, Thiemo Seufer <ths@networkno.de>
Subject: Re: [Qemu-devel] Re: [PATCH] VMware SVGA II emulation
Date: Tue, 3 Apr 2007 02:19:24 +0200	[thread overview]
Message-ID: <fb249edb0704021719k1e6be121ya27477942ead0c4b@mail.gmail.com> (raw)
In-Reply-To: <20070402010956.GC29594@networkno.de>

Hi,

On 02/04/07, Thiemo Seufer <ths@networkno.de> wrote:
[..]
> I left the sdl_copy bit out because it broke scrolling of a guest Linux
> framebuffer in the moment it initialized its virtual consoles. Maybe
> that's a bug in libsdl 1.2.

Thanks for checking this. I didn't have any ideas as to what could be
affecting the Cirrus VGA in the patch, but yes, the .dpy_copy is used
in it.

This is to remove two obsolete variables in vl.c that I have
accidentally left in the patch and only noticed it in the commitdiff:

--- a/vl.c
+++ b/vl.c
@@ -543,10 +543,6 @@ int kbd_mouse_is_absolute(void)
     return qemu_put_mouse_event_current->qemu_put_mouse_event_absolute;
 }

-void (*kbd_mouse_set)(int x, int y, int on) = NULL;
-void (*kbd_cursor_define)(int width, int height, int bpp, int hot_x, int hot_y,
-                          uint8_t *image, uint8_t *mask) = NULL;
-
 void do_info_mice(void)
 {
     QEMUPutMouseEntry *cursor;

Cheers,
Andrzej

      reply	other threads:[~2007-04-03  0:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-11 14:48 [Qemu-devel] [PATCH] VMware SVGA II emulation andrzej zaborowski
2007-03-28  2:01 ` [Qemu-devel] " andrzej zaborowski
2007-04-02  1:09   ` Thiemo Seufer
2007-04-03  0:19     ` andrzej zaborowski [this message]

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=fb249edb0704021719k1e6be121ya27477942ead0c4b@mail.gmail.com \
    --to=balrog@zabor.org \
    --cc=balrogg@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ths@networkno.de \
    /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).