From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPU9m-0001w8-Ce for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:43:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPU9l-0007bc-4B for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:43:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPU9k-0007bR-Sp for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:43:57 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r398htHj004811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Apr 2013 04:43:55 -0400 Message-ID: <5163D4C5.1090302@redhat.com> Date: Tue, 09 Apr 2013 10:43:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365103395-11547-1-git-send-email-pbonzini@redhat.com> <1365103395-11547-3-git-send-email-pbonzini@redhat.com> <87li8snlte.fsf@blackfin.pond.sub.org> In-Reply-To: <87li8snlte.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/35] hw: move headers to include/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org Il 09/04/2013 10:35, Markus Armbruster ha scritto: > >> > Many of these should be cleaned up with proper qdev-/QOM-ification. >> > Right now there are many catch-all headers in include/hw/ARCH depending >> > on cpu.h, and this makes it necessary to compile these files per-target. >> > However, fixing this does not belong in these patches. > Breaks the build for me: hw/9pfs/virtio-9p-device.h moved to > include/hw/virtio/virtio-9p.h, but hw/9pfs/virtio-9p-device.c's #include > not updated. Hans already sent a patch for that. Paolo