qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for Bu


From: Bandan Das
Subject: Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState
Date: Wed, 11 Dec 2013 10:27:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bandan Das <address@hidden> 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 ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]