File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1041
1041
{
1042
1042
"syscall" : " sendmsg" ,
1043
1043
"comment" : " Used by vhost-user frontend to communicate with the backend"
1044
+ },
1045
+ {
1046
+ "syscall" : " dup" ,
1047
+ "comment" : " Used when resetting VirtIO devices"
1048
+ },
1049
+ {
1050
+ "syscall" : " fcntl" ,
1051
+ "comment" : " Used when resetting VirtIO devices"
1052
+ },
1053
+ {
1054
+ "syscall" : " readlink" ,
1055
+ "comment" : " Used when resetting VirtIO devices"
1044
1056
}
1045
1057
]
1046
1058
}
Original file line number Diff line number Diff line change 1245
1245
{
1246
1246
"syscall" : " sendmsg" ,
1247
1247
"comment" : " Used by vhost-user frontend to communicate with the backend"
1248
+ },
1249
+ {
1250
+ "syscall" : " dup" ,
1251
+ "comment" : " Used when resetting VirtIO devices"
1252
+ },
1253
+ {
1254
+ "syscall" : " fcntl" ,
1255
+ "comment" : " Used when resetting VirtIO devices"
1256
+ },
1257
+ {
1258
+ "syscall" : " readlink" ,
1259
+ "comment" : " Used when resetting VirtIO devices"
1248
1260
}
1249
1261
]
1250
1262
}
You can’t perform that action at this time.
0 commit comments