From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDFWK-0001Gy-PB for qemu-devel@nongnu.org; Thu, 29 Mar 2012 09:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDFWF-0003Pb-Rw for qemu-devel@nongnu.org; Thu, 29 Mar 2012 09:36:08 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:56279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDFWF-0003PE-IW for qemu-devel@nongnu.org; Thu, 29 Mar 2012 09:36:03 -0400 Received: by bkcjg9 with SMTP id jg9so2427711bkc.4 for ; Thu, 29 Mar 2012 06:36:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20120329113041.GP5511@arachsys.com> References: <1332949439-6781-1-git-send-email-stefanha@linux.vnet.ibm.com> <20120329113041.GP5511@arachsys.com> Date: Thu, 29 Mar 2012 14:36:00 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH 0/2] ide: convert pio code path to asynchronous I/O List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Webb Cc: Kevin Wolf , Richard Davies , Stefan Hajnoczi , qemu-devel@nongnu.org, Zhi Yong Wu , Paolo Bonzini On Thu, Mar 29, 2012 at 12:30 PM, Chris Webb wrote: > Stefan Hajnoczi writes: > >> Chris and Richard: Please test this to confirm that it fixes the hang you >> reported. > > We've been testing this (v1 against qemu-kvm 1.0) today, and it's looking > very good. Thanks! > > The lock-ups during boot no longer happen, and if you severely throttle > (1MB/s, 100 req/s) a guest in the middle of a big dd, there are lots of > nasty kernel messages as it falls back to pio mode, but the guest doesn't > lock up and qemu remains responsive. Thanks for trying it out. Regarding the guest kernel errors, they may be timeouts. The guest may consider the IDE controller buggy/dead due to how long requests take to complete under severe throttling. There's not much that can be done about that, I think. If you think the guest errors are due to something else though, please post the error messages. Stefan