File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1266
1266
}
1267
1267
]
1268
1268
},
1269
+ {
1270
+ "syscall" : " ioctl" ,
1271
+ "args" : [
1272
+ {
1273
+ "index" : 1 ,
1274
+ "type" : " dword" ,
1275
+ "op" : " eq" ,
1276
+ "val" : 1074310762 ,
1277
+ "comment" : " KVM_SET_GSI_ROUTING. Used to enable a PCI device. TODO: understand if this should be done from vcpu or vmm thread."
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "syscall" : " ioctl" ,
1283
+ "args" : [
1284
+ {
1285
+ "index" : 1 ,
1286
+ "type" : " dword" ,
1287
+ "op" : " eq" ,
1288
+ "val" : 1075883638 ,
1289
+ "comment" : " KVM_IRQFD. Used to enable a PCI device. TODO: understand if this should be done from vcpu or vmm thread."
1290
+ }
1291
+ ]
1292
+ },
1293
+ {
1294
+ "syscall" : " ioctl" ,
1295
+ "args" : [
1296
+ {
1297
+ "index" : 1 ,
1298
+ "type" : " dword" ,
1299
+ "op" : " eq" ,
1300
+ "val" : 1077980793 ,
1301
+ "comment" : " KVM_IOEVENTFD. Used by PCI Bar relocation. TODO: understand if this should be done from vcpu or vmm thread."
1302
+ }
1303
+ ]
1304
+ },
1269
1305
{
1270
1306
"syscall" : " sched_yield" ,
1271
1307
"comment" : " Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
You can’t perform that action at this time.
0 commit comments