From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Anthony Liguori <aliguori@us.ibm.com>,
Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 00/13] vga: dirty log cleanup, more linear mapping
Date: Thu, 23 Jun 2011 14:54:09 +0300 [thread overview]
Message-ID: <4E032961.8030607@redhat.com> (raw)
In-Reply-To: <4E0328F6.5020801@web.de>
On 06/23/2011 02:52 PM, Jan Kiszka wrote:
> On 2011-06-23 13:44, Avi Kivity wrote:
> > On 06/23/2011 02:39 PM, Jan Kiszka wrote:
> >> On 2011-06-23 13:11, Avi Kivity wrote:
> >> > On 06/14/2011 07:53 PM, Jan Kiszka wrote:
> >> >> A few optimizations and cleanups I came across when trying to
> >> speed up
> >> >> slow graphical grub unter non-cirrus vga. This series
> >> >> - eliminates log_start/stop CPUPhysMemoryClient callbacks
> >> >> - accelerates chain 4 vga mode under KVM
> >> >> - fixes reset of vmware-vga
> >> >> - cleans up vmware-vga a bit
> >> >>
> >> >> At least patch 8 is a candiate for 0.15 and stable.
> >> >
> >> > Yikes, most is all going away with the memory API (except the extra
> >> > acceleration).
> >>
> >> Can't follow yet. What goes away?
> >
> > All the games with starting and stopping the log.
>
> That's what this series does as well (among other things).
>
> That the new API will look different for the devices is clear, also that
> it may differ on the listener side. But if your API will not need any
> kind of explicit start/stop callbacks for memory clients, then we are
> moving in the right direction.
Yes, looking at them, they certainly match what I'm doing. Will be fun
rebasing over them.
> > Now you start the log
> > on the vram memory region and all the aliases, maps/unmaps, and mode
> > changes are handled automatically.
> >
> > But I didn't get the patches yet, so no idea how much overlap.
>
> The patches were already sent last week, see [1] for the full history.
>
> Jan
>
> [1] http://thread.gmane.org/gmane.comp.emulators.qemu/106150
>
Yeah, I missed them, even though you copied me.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2011-06-23 11:54 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-14 16:53 [Qemu-devel] [PATCH 00/13] vga: dirty log cleanup, more linear mapping Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 01/13] spice: Use cpu_register_physical_memory_log for dirty log enabling Jan Kiszka
2011-06-15 6:42 ` Gerd Hoffmann
2011-06-15 7:23 ` [Qemu-devel] [PATCH v2 " Jan Kiszka
2011-06-15 8:50 ` Gerd Hoffmann
2011-06-14 16:53 ` [Qemu-devel] [PATCH 02/13] vga-pci: " Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 03/13] cirrus-vga: Drop redundant vga_dirty_log_start Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 04/13] vmware-vga: Disable verbose mode Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 05/13] vmware-vga: Remove dead DIRECT_VRAM mode Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 06/13] vmware-vga: Eliminate vga_dirty_log_restart Jan Kiszka
2011-06-15 23:48 ` andrzej zaborowski
2011-06-14 16:53 ` [Qemu-devel] [PATCH 07/13] vmware_vga: Do not enable dirty logging when in SVGA mode Jan Kiszka
2011-06-16 0:06 ` andrzej zaborowski
2011-06-14 16:53 ` [Qemu-devel] [PATCH 08/13] vmware-vga: Register reset service Jan Kiszka
2011-06-15 23:55 ` andrzej zaborowski
2011-06-14 16:53 ` [Qemu-devel] [PATCH 09/13] vmware-vga: Use cpu_register_physical_memory_log for dirty log enabling Jan Kiszka
2011-06-16 0:06 ` andrzej zaborowski
2011-06-14 16:53 ` [Qemu-devel] [PATCH 10/13] Drop dirty log start/stop infrastructure Jan Kiszka
2011-06-23 11:09 ` [Qemu-devel] [PATCH v2 " Jan Kiszka
2011-06-23 11:53 ` Avi Kivity
2011-06-14 16:53 ` [Qemu-devel] [PATCH 11/13] vga: Refactor lfb_vram_mapped to vga_mem_mapped Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 12/13] vga: Move vga_sync_dirty_bitmap Jan Kiszka
2011-06-14 16:53 ` [Qemu-devel] [PATCH 13/13] vga: Use linear mapping + dirty logging in chain 4 memory access mode Jan Kiszka
2011-06-23 11:11 ` [Qemu-devel] [PATCH 00/13] vga: dirty log cleanup, more linear mapping Avi Kivity
2011-06-23 11:39 ` Jan Kiszka
2011-06-23 11:44 ` Avi Kivity
2011-06-23 11:52 ` Jan Kiszka
2011-06-23 11:54 ` Avi Kivity [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=4E032961.8030607@redhat.com \
--to=avi@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=anthony.perard@citrix.com \
--cc=jan.kiszka@web.de \
--cc=kraxel@redhat.com \
--cc=mst@redhat.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).