Re: [PATCH risu] --group option to allow all instructions in the specified groups.

2023-06-06 Thread Jun Sun
I see. I think your suggestion makes sense, i.e., groups specified in one line means intersection of groups, while multiple --group lines mean union of groups. BTW, I have moved along and added many new features to risu, including generating instructions as shared libraries (instead of raw binary

Re: [PATCH risu] --group option to allow all instructions in the specified groups.

2023-05-09 Thread Peter Maydell
On Wed, 3 May 2023 at 17:35, Jun Sun wrote: > > > Current semantic is a little strange when multiple --group options are > specified. > In this case, only instructions in *all* these groups (i.e., intersection) > are used for > generation, which is not very useful at all. This patch changes

[PATCH risu] --group option to allow all instructions in the specified groups.

2023-05-03 Thread Jun Sun
Current semantic is a little strange when multiple --group options are specified. In this case, only instructions in *all* these groups (i.e., intersection) are used for generation, which is not very useful at all. This patch changes the semantic to include all instructions in these groups