qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Michael Roth <mdroth@linux.vnet.ibm.com>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	qemu-devel@nongnu.org, Luiz Capitulino <lcapitulino@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Laszlo Ersek <lersek@redhat.com>
Subject: Re: [Qemu-devel] [PULL] qom-next queue, first batch: fixed-width visitors
Date: Mon, 11 Jun 2012 13:28:15 -0500	[thread overview]
Message-ID: <4FD638BF.10404@codemonkey.ws> (raw)
In-Reply-To: <1339169713-31205-1-git-send-email-afaerber@suse.de>

On 06/08/2012 10:35 AM, Andreas Färber wrote:
> Hello Anthony,
>
> To get moving with the merge of qom-next into qemu.git, now that the Makefile
> PULL is in, please pull a first small batch, grouping patches directly related
> to fixed-width visitors.
>
> Outlook:
>
> A second batch would include the QBus refactoring - still cherry-picking,
> reordering and re-testing.
>
> I'm preparing a two-patch realize series that could get appended to the second.
> Still open are the static property movements and their prerequisites.
>
> CPU-related patches are split off into their own pull.

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Cc: Anthony Liguori<anthony@codemonkey.ws>
> Cc: Paolo Bonzini<pbonzini@redhat.com>
> Cc: Michael Roth<mdroth@linux.vnet.ibm.com>
> Cc: Laszlo Ersek<lersek@redhat.com>
> Cc: Luiz Capitulino<lcapitulino@redhat.com>
>
> Jan, this does not include the big file movement but the largest part of the
> qdev-properties.c changes and in particular the ones that affect PCI. I suggest
> that you rebase on this one and me/Paolo the remaining parts on yours.
>
> Cc: Jan Kiszka<jan.kiszka@siemens.com>
>
> The following changes since commit fa79c914efd35cb60e0bc18512c03690c48b13e2:
>
>    Merge remote-tracking branch 'bonzini/nested-makefiles-3' into staging (2012-06-07 17:21:40 +0800)
>
> are available in the git repository at:
>
>    git://repo.or.cz/qemu/afaerber.git qom-next-1
>
> Andreas Färber (1):
>        target-i386: Use uint32 visitor for [x]level properties
>
> Michael Roth (6):
>        qapi: Add Visitor interfaces for uint*_t and int*_t
>        qapi: Unit tests for visitor-based serialization
>        qapi: String visitor, use %f representation for floats
>        qapi: Add String visitor coverage to serialization unit tests
>        qdev: Use int32_t container for devfn property
>        qdev: Switch property accessors to fixed-width visitor interfaces
>
> Paolo Bonzini (1):
>        qdev: Remove PropertyInfo range checking
>
>   hw/mc146818rtc.c                   |    7 -
>   hw/pci.c                           |    2 +-
>   hw/pci.h                           |    2 +-
>   hw/qdev-addr.c                     |    4 +-
>   hw/qdev-properties.c               |  205 ++++------
>   hw/qdev.h                          |    4 +-
>   qapi/qapi-visit-core.c             |  139 +++++++
>   qapi/qapi-visit-core.h             |   16 +
>   qapi/string-output-visitor.c       |    2 +-
>   target-i386/cpu.c                  |   42 +--
>   tests/Makefile                     |    4 +-
>   tests/test-string-output-visitor.c |    2 +-
>   tests/test-visitor-serialization.c |  784 ++++++++++++++++++++++++++++++++++++
>   13 files changed, 1041 insertions(+), 172 deletions(-)
>   create mode 100644 tests/test-visitor-serialization.c
>
>

      parent reply	other threads:[~2012-06-11 18:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08 15:35 [Qemu-devel] [PULL] qom-next queue, first batch: fixed-width visitors Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 1/8] qapi: Add Visitor interfaces for uint*_t and int*_t Andreas Färber
2012-06-09 15:03   ` Laszlo Ersek
2012-06-09 15:16     ` Andreas Färber
2012-06-09 15:33       ` Laszlo Ersek
2012-06-09 20:33         ` Michael Roth
2012-06-08 15:35 ` [Qemu-devel] [PATCH 2/8] qapi: Unit tests for visitor-based serialization Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 3/8] qapi: String visitor, use %f representation for floats Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 4/8] qapi: Add String visitor coverage to serialization unit tests Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 5/8] qdev: Use int32_t container for devfn property Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 6/8] qdev: Switch property accessors to fixed-width visitor interfaces Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 7/8] qdev: Remove PropertyInfo range checking Andreas Färber
2012-06-08 15:35 ` [Qemu-devel] [PATCH 8/8] target-i386: Use uint32 visitor for [x]level properties Andreas Färber
2012-06-08 21:39 ` [Qemu-devel] [PULL] qom-next queue, first batch: fixed-width visitors Andreas Färber
2012-06-11 17:19 ` Luiz Capitulino
2012-06-11 18:28 ` Anthony Liguori [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=4FD638BF.10404@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=afaerber@suse.de \
    --cc=jan.kiszka@siemens.com \
    --cc=lcapitulino@redhat.com \
    --cc=lersek@redhat.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=pbonzini@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).