From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srp33-0005KG-SQ for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srp2x-0004p9-SG for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:37:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srp2x-0004ol-Jd for qemu-devel@nongnu.org; Thu, 19 Jul 2012 07:37:31 -0400 Message-ID: <5007F167.3030602@redhat.com> Date: Thu, 19 Jul 2012 13:37:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FFAA0C3.3080703@redhat.com> <4FFBB7FB.3070303@linux.vnet.ibm.com> <4FFBD6F1.90403@redhat.com> <20120713091611.GC15503@stefanha-thinkpad.localdomain> <4FFFEF8E.5080705@redhat.com> <50000793.2020401@redhat.com> <5003CDC6.2040103@linux.vnet.ibm.com> <5003CE8B.20804@redhat.com> <500678F7.1030705@linux.vnet.ibm.com> <20120718135846.GE2294@redhat.com> <20120718153543.GK2294@redhat.com> In-Reply-To: <20120718153543.GK2294@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] introduce a dynamic library to expose qemu block API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Anthony Liguori , Stefan Hajnoczi , Michael Tokarev , qemu-devel@nongnu.org, =?UTF-8?B?TGx1w61z?= , Blue Swirl , Stefan Weil , Hannes Reinecke , Wenchao Xia Il 18/07/2012 17:35, Daniel P. Berrange ha scritto: > Oh, and will this library depend on glib Yes, in all likelihood. , and will it have the > abort-on-oom behaviour QEMU has ? From a libvirt POV, we won't > use any library that aborts-on-oom. Out of curiosity, how do you test OOM? Paolo