From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 6/6] kvm: qemu: fix vga screendump
Date: Sun, 20 Jul 2008 22:08:34 +0200 [thread overview]
Message-ID: <fb249edb0807201308s7fa3d436ke06ecf91f7c0a14@mail.gmail.com> (raw)
In-Reply-To: <488395FE.3070500@codemonkey.ws>
2008/7/20 Anthony Liguori <anthony@codemonkey.ws>:
> andrzej zaborowski wrote:
>>
>> 2008/7/20 Anthony Liguori <anthony@codemonkey.ws>:
>>
>>>
>>> andrzej zaborowski wrote:
>>>
>>>>
>>>> 2008/7/20 Anthony Liguori <anthony@codemonkey.ws>:
>>>> With -no-graphic there's no ds->data, or it can have lower bpp than
>>>> what's otherwise available.
>>>>
>>>>
>>>
>>> Screen dumping with -no-graphic probably should just show a black screen
>>> anyway.
>>>
>>
>> I thought this was the main use case. You shouldn't need sdl installed
>> to perform the tests Avi talked about.
>>
>
> You could still just do -vnc none to achieve the same effect.
What I mean is it should be totally independent of that and of X on
host, if you want to perform comparisons on the bitmaps (and for
various other reasons).
>
>>> I don't think a lower depth is really that big of a deal. It's what the
>>> user would be seeing anyway. The simplicity seems really nice to me.
>>>
>>>
>>>>>
>>>>> I think your patch looks better, but I can also code up a new screen
>>>>> dumping
>>>>> mechanism that doesn't take over DisplayState unless I'm missing
>>>>> something
>>>>> obvious.
>>>>>
>>>>>
>>>>
>>>> It's worth a try, dumping ds->data is perhaps the way to go but
>>>> ds->depth is being set to 32bit and various video cards are optimised
>>>> on the assumption that ds->depth doesn't change, so maybe there should
>>>> be a notification callback.
>>>>
>>>>
>>>
>>> Yeah, that's a bug BTW and AFAIK it's only a problem with VMware VGA.
>>>
>>
>> AFAIK also at least three other adapters.
>>
>
> Really? Which ones? I think both std-vga and cirrus are fine.
PXA270 lcdc, epson blizzard and s3c2410 lcdc (currently in
svn.openmoko.org only). It's easy to add notifications in these. In
VMware SVGA the guest needs to be somehow notified, it's possible the
guest polls the depth register already.
Regards
next prev parent reply other threads:[~2008-07-20 20:08 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 21:19 [Qemu-devel] [PATCH 1/6] kvm: qemu: fix screendump with multiple consoles Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 2/6] kvm: qemu: force screen resize if a display buffer does not exist Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 3/6] kvm: qemu: revert "fix power management timer overflow handling" Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 4/6] kvm: qemu: revert ""QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain." Anthony Liguori
2008-07-17 21:43 ` Even Rouault
2008-07-17 21:47 ` [Qemu-devel] " Jan Kiszka
2008-07-17 21:58 ` Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 5/6] kvm: qemu: improve scsi dma speed by increasing the dma buffer size Anthony Liguori
2008-07-20 2:37 ` Anthony Liguori
2008-07-17 21:19 ` [Qemu-devel] [PATCH 6/6] kvm: qemu: fix vga screendump Anthony Liguori
2008-07-19 14:36 ` andrzej zaborowski
2008-07-20 2:33 ` Anthony Liguori
2008-07-20 17:07 ` andrzej zaborowski
2008-07-20 18:39 ` Anthony Liguori
2008-07-20 19:28 ` andrzej zaborowski
2008-07-20 19:46 ` Anthony Liguori
2008-07-20 20:08 ` andrzej zaborowski [this message]
2008-07-20 21:53 ` Anthony Liguori
2008-07-20 21:56 ` Anthony Liguori
2008-07-21 2:00 ` Jamie Lokier
2008-07-17 21:39 ` [Qemu-devel] [PATCH 0/6] Various fixes from KVM tree Anthony Liguori
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=fb249edb0807201308s7fa3d436ke06ecf91f7c0a14@mail.gmail.com \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/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).