diff options
author | 2020-07-10 07:55:52 -0400 | |
---|---|---|
committer | 2020-08-05 11:08:41 -0400 | |
commit | 14191c15ab9d87e60d2ebbfbf6df83d546152af1 (patch) | |
tree | ae675e4e2c6c4a5cd7caaed061ed858f81b0310e /tools/perf/scripts/python | |
parent | virtio_config: rewrite using _Generic (diff) | |
download | linux-dev-14191c15ab9d87e60d2ebbfbf6df83d546152af1.tar.xz linux-dev-14191c15ab9d87e60d2ebbfbf6df83d546152af1.zip |
virtio_config: disallow native type fields (again)
_Generic version allowed __uXX types but that is no longer necessary:
Transitional devices should all use __virtioXX types (and __leXX for
fields not present in the legacy devices).
Modern ones should use __leXX.
_uXX type would be a bug.
Let's prevent that.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions