From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwZR7-00023T-0L for qemu-devel@nongnu.org; Wed, 01 Aug 2012 09:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwZR1-0002wo-9s for qemu-devel@nongnu.org; Wed, 01 Aug 2012 09:58:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwZR1-0002wi-1J for qemu-devel@nongnu.org; Wed, 01 Aug 2012 09:57:59 -0400 Date: Wed, 1 Aug 2012 10:58:35 -0300 From: Luiz Capitulino Message-ID: <20120801105835.28f7381c@doriath.home> In-Reply-To: <873946vl5x.fsf@blackfin.pond.sub.org> References: <1343424728-22461-1-git-send-email-lcapitulino@redhat.com> <1343424728-22461-16-git-send-email-lcapitulino@redhat.com> <873946vl5x.fsf@blackfin.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 15/27] block: block_int: include qerror.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, pbonzini@redhat.com, aliguori@us.ibm.com, eblake@redhat.com, qemu-devel@nongnu.org On Wed, 01 Aug 2012 14:42:02 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Several block/ files are relying on qerror.h being provided by > > qapi-types.h. However, qapi-types.h won't provide it anymore. > > Squash it into commit that makes qapi-types.h no longer provide it? As block_int.h and hmp.h (next commit) depend on different header files, I think it's better to keep them on different commits.