repository: /home/avi/kvm branch: master commit b41f0f41ca090af9dbe3683bee2fc6b68fc6c140 Author: Dan Kenigsberg <[EMAIL PROTECTED]> Date: Tue Oct 9 08:39:48 2007 +0200
Fix vmmouse's magic number field for 64bit guests. diff --git a/qemu/hw/vmport.c b/qemu/hw/vmport.c index 6caa302..5c35e0d 100644 --- a/qemu/hw/vmport.c +++ b/qemu/hw/vmport.c @@ -53,7 +53,7 @@ static uint32_t vmport_ioport_read(void *opaque, uint32_t addr) { VMPortState *s = opaque; unsigned char command; - target_ulong eax; + uint32_t eax; uint32_t ret; #ifdef USE_KVM ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-commits mailing list kvm-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-commits