qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1789751] [NEW] Using -overcommit flag leads to qemu cr


From: Jim White
Subject: [Qemu-devel] [Bug 1789751] [NEW] Using -overcommit flag leads to qemu crashing
Date: Wed, 29 Aug 2018 22:12:53 -0000

Public bug reported:

Running the following leads to a qemu crash on startup:

address@hidden:~/os$ qemu-system-i386 -overcommit cpu-pm=on
qemu-system-i386: -overcommit cpu-pm=on: There is no option group 'overcommit'
Segmentation fault (core dumped)
address@hidden:~/os$ 


This fixes the issue:

--- ../tmp/qemu-3.0.0/vl.c      2018-08-14 12:10:35.000000000 -0700
+++ vl.c        2018-08-29 14:59:30.151554120 -0700
@@ -2987,6 +2987,7 @@
     qemu_add_opts(&qemu_object_opts);
     qemu_add_opts(&qemu_tpmdev_opts);
     qemu_add_opts(&qemu_realtime_opts);
+    qemu_add_opts(&qemu_overcommit_opts);
     qemu_add_opts(&qemu_msg_opts);
     qemu_add_opts(&qemu_name_opts);
     qemu_add_opts(&qemu_numa_opts);

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1789751

Title:
  Using -overcommit flag leads to qemu crashing

Status in QEMU:
  New

Bug description:
  Running the following leads to a qemu crash on startup:

  address@hidden:~/os$ qemu-system-i386 -overcommit cpu-pm=on
  qemu-system-i386: -overcommit cpu-pm=on: There is no option group 'overcommit'
  Segmentation fault (core dumped)
  address@hidden:~/os$ 

  
  This fixes the issue:

  --- ../tmp/qemu-3.0.0/vl.c    2018-08-14 12:10:35.000000000 -0700
  +++ vl.c      2018-08-29 14:59:30.151554120 -0700
  @@ -2987,6 +2987,7 @@
       qemu_add_opts(&qemu_object_opts);
       qemu_add_opts(&qemu_tpmdev_opts);
       qemu_add_opts(&qemu_realtime_opts);
  +    qemu_add_opts(&qemu_overcommit_opts);
       qemu_add_opts(&qemu_msg_opts);
       qemu_add_opts(&qemu_name_opts);
       qemu_add_opts(&qemu_numa_opts);

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1789751/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]