control: Reimplement serialization using tags
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 9 Jul 2022 01:55:13 +0000 (11:55 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 22 Jul 2022 12:20:01 +0000 (22:20 +1000)
commite598c2aef8067f2fdbcb0f2eab3d945e3eca1335
treef72bea7d6c5e9ec92294fbdb75ff3edb96730821
parent2da08bcf2e64e5f77ce8b4098ae27101dceef6cc
control: Reimplement serialization using tags

This lets us get rid of r_int and its 'outstanding' counter.  We now
test more directly for excess completions by checking that we don't
get duplicate completions for the same tag.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
control.vhdl
decode2.vhdl