qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 4/4] qdev: put all devices under /machine


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 4/4] qdev: put all devices under /machine
Date: Wed, 28 Mar 2012 17:19:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

Il 28/03/2012 17:10, Andreas Färber ha scritto:
>> >      if (dev == NULL) {
>> > -        dev = container_get("/peripheral");
>> > +        dev = container_get("/machine/peripheral");
> I was kinda hoping we could even do something like this in 1/4:
> container_get_relative(qdev_get_machine(), "peripheral");
> w/ container_get(bla) -> container_get_relative(object_get_root(), bla).

Follow-up? O:-)

Paolo




reply via email to

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