qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Qemu devel] qemu fpu state in synch with hw fpu state
@ 2011-06-28  9:06 Mehul Chadha
  0 siblings, 0 replies; only message in thread
From: Mehul Chadha @ 2011-06-28  9:06 UTC (permalink / raw)
  To: qemu-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-28  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28  9:06 [Qemu-devel] [Qemu devel] qemu fpu state in synch with hw fpu state Mehul Chadha

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).