From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgsCr-0006pi-1q for qemu-devel@nongnu.org; Mon, 27 May 2013 03:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgsCh-0001yh-P5 for qemu-devel@nongnu.org; Mon, 27 May 2013 03:51:00 -0400 Received: from [222.73.24.84] (port=3344 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgsCh-0001wj-6U for qemu-devel@nongnu.org; Mon, 27 May 2013 03:50:51 -0400 Message-ID: <51A3104E.5010204@cn.fujitsu.com> Date: Mon, 27 May 2013 15:50:38 +0800 From: Qiao Nuohan MIME-Version: 1.0 References: <1368761104-20105-1-git-send-email-qiaonuohan@cn.fujitsu.com> <1368761104-20105-4-git-send-email-qiaonuohan@cn.fujitsu.com> <519CD261.9060200@suse.de> In-Reply-To: <519CD261.9060200@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 3/9 v3] Move includes and struct definition to dump.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: kumagai-atsushi@mxc.nes.nec.co.jp, d.hatayama@jp.fujitsu.com, zhangxh@cn.fujitsu.com, qemu-devel@nongnu.org, anderson@redhat.com On 05/22/2013 10:12 PM, Andreas F=E4rber wrote: > I fear that this patch is conflicting. Are really all of those headers > actually needed for the struct you're moving? In particular I'm worried > about cpu.h as well as cpu-all.h and kvm.h with indirect dependencies on > cpu.h. > Well, I cannot avoid conflict only with removing useless headers. So I will create another head file and move what I want into it. P.S. RAMBlock, what I want, may cause conflict. --=20 Regards Qiao Nuohan =