kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: KVM devel mailing list <kvm@vger.kernel.org>,
	qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: KVM call minutes for 2013-10-01
Date: Tue, 01 Oct 2013 16:54:10 +0200	[thread overview]
Message-ID: <8761th82jx.fsf@elfo.elfo> (raw)


2013-10-01
----------

- acpi generation patches - ok to merge?
- Talk about qemu reverse executing (1st description was done this week)
  How to handle IO when we want to do reverse execution.
  How this relate to Kemari needs?
  And to icount changes?

a- Save state every second.  When something happens,  you restore to last state and reexecute to current instruction.
   3-4 times more to run,  too slow.
   no IO allowed
b- instead of saving the state of the machine,  fork.  Being careful.
   Fork each time we want one snapshot
   It almost don't affect qemu speed
   Only see what happened,  no way to do the "timeback machine"
   enable/disable as you wish

Issue:
   Saving the icount.  It is not on vmstate.
   Problem with the things that are not deterministic
   icount not used very much there

- exec in reverse: cexe


- Multicore on Multicore:
  TCG has no locking,  no people really working there (Alex Graf?)

Will get the patches upstream as RFC and go from here.

Fork() has the advantage of speed,  and the disadvantage of
.... threads?

Moved to other day to compare with Kemari.

Later,  Juan.

             reply	other threads:[~2013-10-01 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01 14:54 Juan Quintela [this message]
2013-10-01 15:17 ` [Qemu-devel] KVM call minutes for 2013-10-01 Peter Maydell
2013-10-02  8:11   ` Stefan Hajnoczi

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=8761th82jx.fsf@elfo.elfo \
    --to=quintela@redhat.com \
    --cc=kvm@vger.kernel.org \
    --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).