On Fri, 18 Apr 2014 00:03:57 +1000
Peter Crosthwaite wrote:
> On Thu, Apr 17, 2014 at 7:40 PM, Igor Mammedov wrote:
> > On Thu, 17 Apr 2014 09:46:28 +1000
> > Peter Crosthwaite wrote:
> >
> >> On Fri, Apr 4, 2014 at 11:36 PM, Igor Mammedov wrote:
> >> > Adds get_hotplug_handler() method to mac
On Thu, Apr 17, 2014 at 7:40 PM, Igor Mammedov wrote:
> On Thu, 17 Apr 2014 09:46:28 +1000
> Peter Crosthwaite wrote:
>
>> On Fri, Apr 4, 2014 at 11:36 PM, Igor Mammedov wrote:
>> > Adds get_hotplug_handler() method to machine, and
>> > makes bus-less device to use it during hotplug
>> > as a me
On Thu, 17 Apr 2014 09:46:28 +1000
Peter Crosthwaite wrote:
> On Fri, Apr 4, 2014 at 11:36 PM, Igor Mammedov wrote:
> > Adds get_hotplug_handler() method to machine, and
> > makes bus-less device to use it during hotplug
> > as a means to discover hotplug handler controller.
> > Returned control
On Fri, Apr 4, 2014 at 11:36 PM, Igor Mammedov wrote:
> Adds get_hotplug_handler() method to machine, and
> makes bus-less device to use it during hotplug
> as a means to discover hotplug handler controller.
> Returned controller is used to permorm a hotplug
> action.
>
> Signed-off-by: Igor Mamme
Am 07.04.2014 04:26, schrieb Alexey Kardashevskiy:
> Why not to make a memory controller + bus instead? I thought this is the
> preferred approach in qom'ed QEMU :)
That's the historic approach of qdev, not QOM.
See:
http://www.linux-kvm.org/wiki/images/0/0b/Kvm-forum-2013-Modern-QEMU-devices.pd
On Mon, 07 Apr 2014 12:26:23 +1000
Alexey Kardashevskiy wrote:
> On 04/05/2014 12:36 AM, Igor Mammedov wrote:
> > Adds get_hotplug_handler() method to machine, and
> > makes bus-less device to use it during hotplug
> > as a means to discover hotplug handler controller.
> > Returned controller is
On 04/05/2014 12:36 AM, Igor Mammedov wrote:
> Adds get_hotplug_handler() method to machine, and
> makes bus-less device to use it during hotplug
> as a means to discover hotplug handler controller.
> Returned controller is used to permorm a hotplug
> action.
"returned controller" is a machine he
Adds get_hotplug_handler() method to machine, and
makes bus-less device to use it during hotplug
as a means to discover hotplug handler controller.
Returned controller is used to permorm a hotplug
action.
Signed-off-by: Igor Mammedov
---
hw/core/qdev.c | 13 +
include/hw/boards.