We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
krun_split_irqchip
1 parent 2632a97 commit a014ac5Copy full SHA for a014ac5
examples/chroot_vm.c
@@ -301,6 +301,12 @@ int main(int argc, char *const argv[])
301
return -1;
302
}
303
304
+ if (err = krun_split_irqchip(ctx_id, false)) {
305
+ errno = -err;
306
+ perror("Error setting split IRQCHIP property");
307
+ return -1;
308
+ }
309
+
310
// Start and enter the microVM. Unless there is some error while creating the microVM
311
// this function never returns.
312
if (err = krun_start_enter(ctx_id)) {
0 commit comments