Opened 12 years ago
Closed 12 years ago
#9220 closed enhancement (fixed)
x86-64 support for vmware_mouse
Reported by: | landonf | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Input Filters | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The attached patch adds an x86-64 compatible _ExecuteCommand() implementation for issuing a command to the VMware backdoor.
Rather than significantly modify the code already being used for vmware_mouse to adopt 64-bit wide types, I just tweaked the assembly to remove now-illegal instructions while maintaining compatibility with the existing structure layout.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | 0001-Add-an-x86-64-compatible-_ExecuteCommand.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Committed in hrev44909, thanks!