qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Mehul Chadha <mehulc87@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Qemu devel] qemu fpu state in synch with hw fpu state
Date: Tue, 28 Jun 2011 14:36:00 +0530	[thread overview]
Message-ID: <BANLkTikqmxJLO2BMnwzRy2vKXJb=CLRotw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]

Hello,

We are working on a record replaying tool in qemu and kvm. We have
successfully implemented record replaying individually in both the systems.
So, we can record executions of VM in qemu and replay it in qemu and
similarly in kvm. The next interesting stuff would be to implement a cross
system where we can record execution in kvm and asynchronously replay it in
qemu. There are some interesting applications of being able to do this (eg.
asynchronous taint analysis).

We maintain a record log where we record non deterministic information
during record and while replaying, the record log is used. For eg. we store
interrupt info, IO in this record log.

For cross record replay to work, it is important that the entire state of
the system remains same across all instructions in both qemu and kvm (HW).
We have done most of this work, but it seems still much is left. We are
facing issues to get the floating point state consistent across all floating
point instructions. Any pointers here will be appreciated. We find that
floating point status word and floating point control word are not
consistent with the actual hardware state. We also tried the new patch where
i386 is made compatible with softfloat, but there still seems to be issues
with it.

What would be the likely effort required to get qemu fpu in synch with hw
fpu?

Thanks,
Mehul

[-- Attachment #2: Type: text/html, Size: 1440 bytes --]

                 reply	other threads:[~2011-06-28  9:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='BANLkTikqmxJLO2BMnwzRy2vKXJb=CLRotw@mail.gmail.com' \
    --to=mehulc87@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).