|
From: Philippe W. <phi...@sk...> - 2016-01-09 13:45:58
|
On Sat, 2016-01-09 at 07:02 -0500, Jeffrey Walton wrote: > Is there any information on adding support for unsupported instructions? Not that I know of. The best is to read e.g. guest_arm_toIR.c and guest_arm64_toIR.c and inspire from that. I think that usually, it is sufficient to modify these files but sometimes, new IR instructions are needed, or specific helpers have to be developed. If you provide a patch, adding or modifying a test to cover the new instruction helps to have your patch merged. Philippe |