diff options
author | Helge Deller <deller@gmx.de> | 2024-11-29 10:11:52 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-01-24 13:58:40 +0100 |
commit | 3719acc273865744b885ad9bcb141b4496c31887 (patch) | |
tree | d932d85b9b3c8e694a0069a964ec27dbfae3bb95 /scripts/render_block_graph.py | |
parent | cc9a83155dde604020b4b4b4ad2926d5924b1375 (diff) | |
download | qemu-3719acc273865744b885ad9bcb141b4496c31887.zip qemu-3719acc273865744b885ad9bcb141b4496c31887.tar.gz qemu-3719acc273865744b885ad9bcb141b4496c31887.tar.bz2 |
linux-user: netlink: Add missing QEMU_IFLA entries
This fixes the following qemu warnings when building debian gupnp package:
Unknown host QEMU_IFLA type: 61
Unknown host QEMU_IFLA type: 58
Unknown host QEMU_IFLA type: 59
Unknown host QEMU_IFLA type: 60
Unknown host QEMU_IFLA type: 32820
QEMU_IFLA type 32820 is actually NLA_NESTED | QEMU_IFLA_PROP_LIST (a nested
entry), which is why rta_type needs to be masked with NLA_TYPE_MASK.
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts/render_block_graph.py')
0 files changed, 0 insertions, 0 deletions