From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbFhz-0001Gs-Q6 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 14:11:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbFhy-0000ou-Gp for qemu-devel@nongnu.org; Wed, 21 Nov 2012 14:11:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbFhy-0000oq-91 for qemu-devel@nongnu.org; Wed, 21 Nov 2012 14:11:38 -0500 Date: Wed, 21 Nov 2012 20:11:32 +0100 From: Igor Mammedov Message-ID: <20121121201132.326d5546@thinkpad.mammed.net> In-Reply-To: <50AD12B9.9080505@suse.de> References: <1352948807-30415-1-git-send-email-afaerber@suse.de> <50AD12B9.9080505@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: Eduardo Habkost , anthony@codemonkey.ws, qemu-devel@nongnu.org On Wed, 21 Nov 2012 18:43:21 +0100 Andreas F=C3=A4rber wrote: > Am 15.11.2012 04:06, schrieb Andreas F=C3=A4rber: > > The following changes since commit ce34cf72fe508b27a78f83c184142e8d1e6a= 048a: > >=20 > > Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-r= c0' into staging (2012-11-14 08:53:40 -0600) > >=20 > > are available in the git repository at: > >=20 > >=20 > > git://github.com/afaerber/qemu-cpu.git qom-cpu > >=20 > > for you to fetch changes up to 37507094f350b75c62dc059f998e7185de3ab60a: > >=20 > > target-i386: Add Haswell CPU model (2012-11-15 03:48:47 +0100) > >=20 > > ---------------------------------------------------------------- > > Andre Przywara (2): > > target-i386/cpu: Name new CPUID bits > > target-i386/cpu: Add new Opteron CPU model > >=20 > > Andreas F=C3=A4rber (1): > > osdep: Move qemu_{open,close}() prototypes > >=20 > > Anthony Liguori (1): > > qdev: Split up header so it can be used in cpu.h > >=20 > > Eduardo Habkost (5): > > qemu-common.h: Comment about usage rules > > qemu-fsdev-dummy.c: Include module.h > > vnc-palette.h: Include > > qemu-config.h: Include headers it needs > > target-i386: Add Haswell CPU model > >=20 > > Igor Mammedov (2): > > Move qemu_irq typedef out of qemu-common.h > > qapi-types.h: Don't include qemu-common.h >=20 > Eduardo, Igor, >=20 > This batch has been pulled into v1.3.0-rc0. Can you please rebase and > let me know how you would like to proceed? Igor had tried to avoid a new > qemu-types.h, which iirc didn't completely work out? I'd go with Eduardo's qemu-types.h for now, so not to stall CPU as device & depended series on headers cleanup. PS: monitor.h proved to be an other header with circular dependencies. Currently I have only a single huge blob that moves Monitor typedef into monitor.h and fixes all dependencies, however I hadn't time to split it into 2 sane serie= s, yet. It could be posted later during 1.4 dev cycle, when it's ready. >=20 > Currently I still have five patches queued on qom-cpu-dev branch: > https://github.com/afaerber/qemu-cpu/commits/qom-cpu-dev >=20 > If you're available, I'd be interested in getting this staged during the > freeze, so that I can continue review of the follow-up series on a > common basis. >=20 > Thanks, > Andreas >=20 > --=20 > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imend=C3=B6rffer; HRB 16746 AG N=C3= =BCrnberg --=20 Regards, Igor