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: Andreas Färber
Subject: Re: [Qemu-devel] [RFC PATCH 0/3] Add realize unrealize interfaces for BusState
Date: Wed, 12 Mar 2014 21:38:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Am 11.12.2013 16:27, schrieb Bandan Das:
> 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 ?

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 via email to

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