diff options
Diffstat (limited to 'system/vl.c')
| -rw-r--r-- | system/vl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/vl.c b/system/vl.c index 2a0bd08ff1..95cd2d91c4 100644 --- a/system/vl.c +++ b/system/vl.c @@ -2778,6 +2778,8 @@ void qemu_init(int argc, char **argv) error_init(argv[0]); qemu_init_exec_dir(argv[0]); + os_setup_limits(); + qemu_init_arch_modules(); qemu_init_subsystems(); |