diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-07-10 07:55:52 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-08-05 11:08:41 -0400 |
commit | 14191c15ab9d87e60d2ebbfbf6df83d546152af1 (patch) | |
tree | ae675e4e2c6c4a5cd7caaed061ed858f81b0310e /tools/perf/scripts/python/syscall-counts.py | |
parent | a5b90f2db8e0ef6504695cbd36a65fd8296338ee (diff) |
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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions