All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Bandan Das <bsd@redhat.com>,
	qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState
Date: Wed, 12 Mar 2014 21:38:19 +0100	[thread overview]
Message-ID: <5320C5BB.60305@suse.de> (raw)
In-Reply-To: <jpg8uvr4ddn.fsf@nelium.bos.redhat.com>

Am 11.12.2013 16:27, schrieb Bandan Das:
> Bandan Das <bsd@redhat.com> writes:
> 
>> These patches add realize and unrealize interfaces to BusState just
>> like we have for DeviceState. 1/3 and 2/3 implement the interface and 
>> attempt to integrate it to the existing DeviceState call path. 
>> 3/3 is an example user of the interface, pci in this case. Please
>> see individual patches for more details.
>>
>> Bandan Das (3):
>>   qdev: add realize/unrealize interfaces for BusState
>>   qdev: Integrate the bus realized property to get 
>>     called when device realized property changes
>>   pci: move vmstate_pcibus registration/unregistration to realize
>>     and unrealize interfaces
>>
>>  hw/core/qdev.c         | 130 ++++++++++++++++++++++++++++++++++++++++++++-----
>>  hw/pci/pci.c           |  49 +++++++++++--------
>>  include/hw/qdev-core.h |   8 +++
>>  3 files changed, 153 insertions(+), 34 deletions(-)
> 
> Ping ? Any comments ?

I've stripped down patches 1 and 2 and queued the series:
https://github.com/afaerber/qemu-cpu/commits/qom-next

Still doing final testing.

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

      reply	other threads:[~2014-03-12 20:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 22:48 [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState Bandan Das
2013-11-25 22:48 ` [Qemu-devel] [RFC PATCH 1/3] qdev: add realize/unrealize " Bandan Das
2013-11-25 22:48 ` [Qemu-devel] [RFC PATCH 2/3] qdev: Integrate the bus realized property to get Bandan Das
2013-11-25 22:48 ` [Qemu-devel] [RFC PATCH 3/3] pci: move vmstate_pcibus registration/unregistration to realize and unrealize interfaces Bandan Das
2014-03-12 20:29   ` Michael S. Tsirkin
2013-12-11 15:27 ` [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState Bandan Das
2014-03-12 20:38   ` Andreas Färber [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=5320C5BB.60305@suse.de \
    --to=afaerber@suse.de \
    --cc=bsd@redhat.com \
    --cc=mst@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.