On 2/5/26 17:47, Josh Poimboeuf wrote:
@@ -247,7 +247,7 @@ static uint32_t vmmouse_ioport_read(void *opaque, uint32_t
addr)
vmmouse_request_absolute(s);
break;
default:
- printf("vmmouse: unknown command %x\n", data[1]);
+ printf("vmmouse: unknown command %lx\n", data[1]);
This needs to use PRIx64 - other than that, this is good so I have fixed it up and queued it. Also,
Cc: [email protected] Thank you very much! Paolo
break;
}
break;
