>> +union sysib { >> + struct sysib_111 sysib_111; >> + struct sysib_121 sysib_121; >> + struct sysib_122 sysib_122; >> + struct sysib_221 sysib_221; >> + struct sysib_222 sysib_222; >> + struct sysib_322 sysib_322; >> +}; > > Wondering whether you should add some typedefery to make this more > qemu-y.
I'll include that in the previous patch. (typedef ... ) Thanks! -- Thanks, David / dhildenb