From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTwa9-0001Lg-Vs for qemu-devel@nongnu.org; Thu, 01 Nov 2012 11:21:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTwa5-0006Ug-2Q for qemu-devel@nongnu.org; Thu, 01 Nov 2012 11:21:21 -0400 Received: from mail-vb0-f45.google.com ([209.85.212.45]:63392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTwa4-0006Ub-UN for qemu-devel@nongnu.org; Thu, 01 Nov 2012 11:21:16 -0400 Received: by mail-vb0-f45.google.com with SMTP id p1so2680761vbi.4 for ; Thu, 01 Nov 2012 08:21:16 -0700 (PDT) Date: Thu, 1 Nov 2012 11:21:10 -0400 From: "Gabriel L. Somlo" Message-ID: <20121101152109.GD15210@hedwig.ini.cmu.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] monitor/qmp no longer working with -enable-kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com Jan, After my most recent pull from qemu git master, I realized I can no longer use '-monitor stdio' together with '-enable-kvm'. They each work separately, but when used together, qemu dies with the following error: $ bin/qemu-system-x86_64 -enable-kvm -monitor stdio failed to initialize KVM: Interrupted system call No accelerator found! I did a git bisect and the culprit appears to be commit ac4119c023c72b15f54238af43e4a178fcf41494 (chardev: Use timer instead of bottom-half to postpone open event) Thanks, --Gabriel