From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Hajnoczi Subject: Re: raw disks no longer work in latest kvm (kvm-88 was fine) Date: Sun, 23 May 2010 18:47:54 +0100 Message-ID: References: <4B92BF97.4040001@nagafix.co.uk> <4BF7BD33.2090700@msgid.tls.msk.ru> <4BF7C172.2000508@nagafix.co.uk> <4BF8ED0C.2070004@nagafix.co.uk> <4BF91844.8030903@redhat.com> <4BF936BB.5000401@nagafix.co.uk> <4BF9391A.1080302@redhat.com> <4BF93EF5.5090106@nagafix.co.uk> <4BF945E4.8080209@redhat.com> <4BF9554D.3000100@nagafix.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Avi Kivity , Michael Tokarev , Christoph Hellwig , kvm@vger.kernel.org To: Antoine Martin Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:39180 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754628Ab0EWRrz (ORCPT ); Sun, 23 May 2010 13:47:55 -0400 Received: by vws9 with SMTP id 9so1918935vws.19 for ; Sun, 23 May 2010 10:47:54 -0700 (PDT) In-Reply-To: <4BF9554D.3000100@nagafix.co.uk> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, May 23, 2010 at 5:18 PM, Antoine Martin wrote: > Why does it work in a chroot for the other options (aio=native, if=ide, etc) > but not for aio!=native?? > Looks like I am misunderstanding the semantics of chroot... It might not be the chroot() semantics but the environment inside that chroot, like the glibc. Have you compared strace inside and outside the chroot? Stefan