diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-07-10 13:55:52 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-08-05 17:08:41 +0200 |
commit | 14191c15ab9d87e60d2ebbfbf6df83d546152af1 (patch) | |
tree | ae675e4e2c6c4a5cd7caaed061ed858f81b0310e /mm/page_vma_mapped.c | |
parent | virtio_config: rewrite using _Generic (diff) | |
download | linux-14191c15ab9d87e60d2ebbfbf6df83d546152af1.tar.xz linux-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 'mm/page_vma_mapped.c')
0 files changed, 0 insertions, 0 deletions