qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [HACK] make vmmouse work with KVM


From: Reimar Döffinger
Subject: [Qemu-devel] [HACK] make vmmouse work with KVM
Date: Mon, 17 Aug 2009 16:47:54 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hello,
vmmouse uses a giant hack: it uses io ports (in instruction) but passes
data via registers.
This currently does not work since the qemu CPU registers are
(understandably) not kept in sync with the real KVM registers for this
operation.
Attached patch detects access to the vmmouse port and loads/stores CPU
registers into/from the QEMU state.

Signed-off-by: Reimar Döffinger <address@hidden>

Attachment: kvm_vmmouse.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]