From: Igor Mammedov <imammedo@redhat.com>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
anthony@codemonkey.ws, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15
Date: Wed, 21 Nov 2012 20:11:32 +0100 [thread overview]
Message-ID: <20121121201132.326d5546@thinkpad.mammed.net> (raw)
In-Reply-To: <50AD12B9.9080505@suse.de>
On Wed, 21 Nov 2012 18:43:21 +0100
Andreas Färber <afaerber@suse.de> wrote:
> Am 15.11.2012 04:06, schrieb Andreas Färber:
> > The following changes since commit ce34cf72fe508b27a78f83c184142e8d1e6a048a:
> >
> > Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into staging (2012-11-14 08:53:40 -0600)
> >
> > are available in the git repository at:
> >
> >
> > git://github.com/afaerber/qemu-cpu.git qom-cpu
> >
> > for you to fetch changes up to 37507094f350b75c62dc059f998e7185de3ab60a:
> >
> > target-i386: Add Haswell CPU model (2012-11-15 03:48:47 +0100)
> >
> > ----------------------------------------------------------------
> > Andre Przywara (2):
> > target-i386/cpu: Name new CPUID bits
> > target-i386/cpu: Add new Opteron CPU model
> >
> > Andreas Färber (1):
> > osdep: Move qemu_{open,close}() prototypes
> >
> > Anthony Liguori (1):
> > qdev: Split up header so it can be used in cpu.h
> >
> > Eduardo Habkost (5):
> > qemu-common.h: Comment about usage rules
> > qemu-fsdev-dummy.c: Include module.h
> > vnc-palette.h: Include <stdbool.h>
> > qemu-config.h: Include headers it needs
> > target-i386: Add Haswell CPU model
> >
> > Igor Mammedov (2):
> > Move qemu_irq typedef out of qemu-common.h
> > qapi-types.h: Don't include qemu-common.h
>
> Eduardo, Igor,
>
> 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 series,
yet. It could be posted later during 1.4 dev cycle, when it's ready.
>
> Currently I still have five patches queued on qom-cpu-dev branch:
> https://github.com/afaerber/qemu-cpu/commits/qom-cpu-dev
>
> 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.
>
> Thanks,
> Andreas
>
> --
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
--
Regards,
Igor
prev parent reply other threads:[~2012-11-21 19:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 3:06 [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15 Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 01/11] qemu-common.h: Comment about usage rules Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 02/11] Move qemu_irq typedef out of qemu-common.h Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 03/11] qdev: Split up header so it can be used in cpu.h Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 04/11] qemu-fsdev-dummy.c: Include module.h Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 05/11] vnc-palette.h: Include <stdbool.h> Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 06/11] qemu-config.h: Include headers it needs Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 07/11] osdep: Move qemu_{open, close}() prototypes Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 08/11] qapi-types.h: Don't include qemu-common.h Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 09/11] target-i386/cpu: Name new CPUID bits Andreas Färber
2012-11-26 15:30 ` Igor Mammedov
2012-11-26 15:44 ` Eduardo Habkost
2012-11-15 3:06 ` [Qemu-devel] [PATCH 10/11] target-i386/cpu: Add new Opteron CPU model Andreas Färber
2012-11-15 3:06 ` [Qemu-devel] [PATCH 11/11] target-i386: Add Haswell " Andreas Färber
2012-11-21 17:43 ` [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15 Andreas Färber
2012-11-21 18:58 ` Eduardo Habkost
2012-11-21 19:11 ` Igor Mammedov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121121201132.326d5546@thinkpad.mammed.net \
--to=imammedo@redhat.com \
--cc=afaerber@suse.de \
--cc=anthony@codemonkey.ws \
--cc=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).