mbox

[PULL,for-2.3,0/1] QOM devices patch queue 2015-03-31

Message ID 1427800016-3280-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter

Message

Andreas Färber March 31, 2015, 11:06 a.m. UTC
Hello Peter,

This is my QOM (devices) patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>

The following changes since commit adbeb458eece2263039e5a1f6501b87ae3713319:

  Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150330' into staging (2015-03-31 09:56:48 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter

for you to fetch changes up to a18bb417e954ceea0a30b46c38b0d58c3a7ca6a1:

  qom: Fix object_property_add_alias() with [*] (2015-03-31 12:56:48 +0200)

----------------------------------------------------------------
QOM infrastructure fixes and device conversions

* Fix for adding alias properties with [*]

----------------------------------------------------------------
Andreas Färber (1):
      qom: Fix object_property_add_alias() with [*]

 qom/object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell March 31, 2015, 1:05 p.m. UTC | #1
On 31 March 2015 at 12:06, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM (devices) patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> The following changes since commit adbeb458eece2263039e5a1f6501b87ae3713319:
>
>   Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150330' into staging (2015-03-31 09:56:48 +0100)
>
> are available in the git repository at:
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter
>
> for you to fetch changes up to a18bb417e954ceea0a30b46c38b0d58c3a7ca6a1:
>
>   qom: Fix object_property_add_alias() with [*] (2015-03-31 12:56:48 +0200)
>
> ----------------------------------------------------------------
> QOM infrastructure fixes and device conversions
>
> * Fix for adding alias properties with [*]

Applied, thanks.

-- PMM