Re: [PATCH] linux-user: add more netlink protocol constants
Ping! Hi, it's been more than a week since I submitted this patch. I think it's a trivial patch. Maybe qemu trivial team could take a look. Thanks, Letu
[PATCH] linux-user: add more netlink protocol constants
Currently, qemu strace only prints four protocol contants. This patch adds others listed in "linux/netlink.h". Signed-off-by: Letu Ren --- I found this issue when running networkmanager using qemu-user. `socket(PF_NETLINK,SOCK_RAW,16) = -1 errno=93 (Protocol not supported)` I don'