|
From: | David Hildenbrand |
Subject: | Re: [qemu-s390x] [PATCH v1 for-2-12 13/15] s390x/tcg: STSI overhaul |
Date: | Wed, 17 Jan 2018 17:26:14 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
>> +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
[Prev in Thread] | Current Thread | [Next in Thread] |