On 12/12/2014 10:25 AM, Alex Züpke wrote:
Fixes offset masking for BOL opcodes and a typo (LONF -> LONG)
Signed-off-by: Alex Zuepke <alexander.zue...@hs-rm.de>
Hi Alex,
good catch. I wonder how that slipped through my testsuit. However you
mail seems to be malformed. The patch went somehow into your signature.
Don't do that, please. It is easier for the reviewer and you, if he can
inline comments to the corresponding line, he wants to talk about. Also
you don't need a v1 for the first version of a patch and please group up
similar patches, e.g. for tricore.
The usual workflow with git would be, for your two patches:
1) git format-patch -2 --cover-letter
2) edit coverletter and say, what the patches are doing.
3) git send-email --to="qemu-devel@nongnu.org" --cc=... *.patch
Other than that, it looks good to me. If you resend your two patches
well formated, I'll add them to my tricore-next branch.
Cheers,
Bastian