From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw4tM-0002j3-M8 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 03:02:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw4tD-0006sR-KW for qemu-devel@nongnu.org; Wed, 03 Dec 2014 03:02:32 -0500 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:45227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw4tD-0006sH-EM for qemu-devel@nongnu.org; Wed, 03 Dec 2014 03:02:23 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so19247819wgh.34 for ; Wed, 03 Dec 2014 00:02:22 -0800 (PST) Sender: Paolo Bonzini Message-ID: <547EC38B.1000302@redhat.com> Date: Wed, 03 Dec 2014 09:02:19 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] advent calendar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Ford , qemu-devel@nongnu.org On 03/12/2014 04:22, Paul Ford wrote: > Love the advent calendar! Wonderful idea. > > One tiny note: On a Mac with qemu installed via the brew installer I > don't have access to kvm, so to run the Slackware image I had to remove > the kvm command-line option from the "Run" shell script. > > It was all a little new to me (not a regular qemu user) so it might be > worth flagging or making two Run scripts, one for mac and one for > everyone else, or adding a README? We can use -machine accel=kvm:tcg instead of --enable-kvm. Thanks for the report! Paolo