From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: KVM Call minutes for 2012-09-25 Date: Tue, 25 Sep 2012 16:35:43 +0200 Message-ID: <871uhqqif4.fsf@trasno.org> Reply-To: quintela@redhat.com Mime-Version: 1.0 Content-Type: text/plain To: KVM devel mailing list , qemu-devel@nongnu.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16614 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754537Ab2IYOfs (ORCPT ); Tue, 25 Sep 2012 10:35:48 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi This are this week minutes: - URI parsing library for glusterfs: libxml2 vs. in-tree "fork" of the same code. (Paolo) * code hasn't changed in 2 years, it is really stable * anthony wants to copy the code - there are several commands that do blocking IO dump-guest-memory/screen-dump convert to asynchronous commands after we move all to QAPI only two commands missingto port to QAPI, and one is posted on list non-blocking IO to a file is a challenge (we have code on the block layer for it) - how to give errors from OpenFile to the caller putting errno as int: bad idea putting as strerrno string: also a bad idea, no warantees Using an extended error code Put it as a string that can be parsed? Paolo suggest to create a new error class We don't warantee that errors would be "parseable". From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGWEu-0003mb-Av for qemu-devel@nongnu.org; Tue, 25 Sep 2012 10:35:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGWEm-0006H1-HX for qemu-devel@nongnu.org; Tue, 25 Sep 2012 10:35:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGWEm-0006Ef-8X for qemu-devel@nongnu.org; Tue, 25 Sep 2012 10:35:48 -0400 From: Juan Quintela Date: Tue, 25 Sep 2012 16:35:43 +0200 Message-ID: <871uhqqif4.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] KVM Call minutes for 2012-09-25 Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM devel mailing list , qemu-devel@nongnu.org Hi This are this week minutes: - URI parsing library for glusterfs: libxml2 vs. in-tree "fork" of the same code. (Paolo) * code hasn't changed in 2 years, it is really stable * anthony wants to copy the code - there are several commands that do blocking IO dump-guest-memory/screen-dump convert to asynchronous commands after we move all to QAPI only two commands missingto port to QAPI, and one is posted on list non-blocking IO to a file is a challenge (we have code on the block layer for it) - how to give errors from OpenFile to the caller putting errno as int: bad idea putting as strerrno string: also a bad idea, no warantees Using an extended error code Put it as a string that can be parsed? Paolo suggest to create a new error class We don't warantee that errors would be "parseable".