From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40563 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJtZR-0002tF-0O for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJtZP-0001GJ-SZ for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:25:44 -0400 Received: from adelie.canonical.com ([91.189.90.139]:35951) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJtZP-0001GF-NX for qemu-devel@nongnu.org; Wed, 02 Jun 2010 15:25:43 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJtZN-0004jn-Ma for ; Wed, 02 Jun 2010 20:25:42 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id DE1CD2E826E for ; Wed, 2 Jun 2010 20:25:37 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 19:19:15 -0000 From: Anthony Liguori Sender: bounces@canonical.com References: <20100227142202.21488.20001.malonedeb@soybean.canonical.com> Message-Id: <20100602191915.14807.99371.malone@wampee.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 529008] Re: Should emulate /proc/cpuinfo Reply-To: Bug 529008 <529008@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I think the preferred way to do this is just to create a /proc/cpuinfo file within the root file system. It's impossible for qemu to know which file is /proc/cpuinfo because you can technically mount procfs anywhere. ** Changed in: qemu Status: New =3D> Invalid -- = Should emulate /proc/cpuinfo https://bugs.launchpad.net/bugs/529008 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Invalid Status in =E2=80=9Cqemu-kvm=E2=80=9D package in Ubuntu: Confirmed Bug description: Binary package hint: qemu-kvm qemu should emulate /proc/cpuinfo contents as some apps parse it to find ou= t which CPU they are running on.