From: Jan Kiszka <jan.kiszka@web.de>
To: Avi Kivity <avi@redhat.com>
Cc: Glauber Costa <glommer@redhat.com>,
qemu-devel@nongnu.org, aliguori@us.ibm.com
Subject: [Qemu-devel] Re: [PATCH] RFC: use logging count for individual regions
Date: Tue, 28 Jul 2009 08:50:52 +0200 [thread overview]
Message-ID: <4A6E9FCC.40909@web.de> (raw)
In-Reply-To: <4A6E9C7A.9080705@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2252 bytes --]
Avi Kivity wrote:
> On 07/28/2009 04:08 AM, Glauber Costa wrote:
>> On Sat, Jul 25, 2009 at 11:28:20AM +0200, Jan Kiszka wrote:
>>
>>> Glauber Costa wrote:
>>>
>>>> qemu-kvm use this scheme of logging count of individual regions,
>>>> which is, IMHO, more flexible which the one we have right now.
>>>> I'm proposing we use it.
>>>>
>>>> Anthony, please don't apply this patch yet, as I would want it
>>>> to receive proper testing, and FYI, current migration broken ;(
>>>> - and I don't really have time to go debug it now.
>>>>
>>>> Jan: Please let me know what you think of it.
>>>>
>>> No principle concerns. But before looking into details: what additional
>>> use cases will it cover (maybe some example from qemu-kvm), or what
>>> existing code can it help to simplify?
>>>
>>
>> Maybe avi can provide more input here, but to the very least, I
>> believe this
>> approach is more proven, since it lived in qemu-kvm for a while now.
>> Although more
>> cumbersome, the bits in avi's tree usually work better for kvm-related
>> stuff.
>>
>> I don't see a particular code path it simplifies, but I believe it can
>> help us finding
>> bugs that will manifest in the form of an unbalanced count. It will
>> also work if we ever
>> happen to have two entities manipulating dirty bits in the VGA region,
>> like if we some day
>> implement dual head or something (although one might arguee that we
>> should change it when
>> the time comes...)
>>
>
> Unlike the qemu dirty byte-map, the kvm dirty log can only service one
> user. As we have multiple users (vga and migration), we need some way
> to fix this impedance mismatch. I think refcounts are the easiest.
This case is already handled upstream. If we had more users, we would
need refcounts.
>
>> Btw, a side note: in your current scheme, what we do when migration
>> fail? Do we keep migration_log
>> up ? I can't find any place in the code where we put it down
>>
>
> What about qemu-kvm? Do we clear logging there?
>
I don't think so. In the end, someone has to call
kvm_set_migration_log(0), and so far this only happens in stage 3 which
should not be reached in case of an error.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
next prev parent reply other threads:[~2009-07-28 6:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-24 20:40 [Qemu-devel] [PATCH] RFC: use logging count for individual regions Glauber Costa
2009-07-25 9:28 ` [Qemu-devel] " Jan Kiszka
2009-07-28 1:08 ` Glauber Costa
2009-07-28 6:36 ` Avi Kivity
2009-07-28 6:50 ` Jan Kiszka [this message]
2009-07-28 6:59 ` Avi Kivity
2009-07-28 7:01 ` Jan Kiszka
2009-07-28 6:48 ` Jan Kiszka
2009-07-27 13:17 ` 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=4A6E9FCC.40909@web.de \
--to=jan.kiszka@web.de \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=glommer@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).