Alexander Graf writes:
> From: Gerd Hoffmann
>
> This patch converts the xen backend code to qdev.
qdev conversions are always welcome. This one's not complete (search
for #if 0). The commit message should state that.
Two questions inline.
> Signed-off-by: Gerd Hoffmann
> Signed-off-by: Al
On 11/02/10 11:08, Markus Armbruster wrote:
Alexander Graf writes:
From: Gerd Hoffmann
This patch converts the xen backend code to qdev.
qdev conversions are always welcome. This one's not complete (search
for #if 0).
It is a tricky one too.
Creating the xen backend device instances is
Gerd Hoffmann writes:
> On 11/02/10 11:08, Markus Armbruster wrote:
>> Alexander Graf writes:
>>
>>> From: Gerd Hoffmann
>>>
>>> This patch converts the xen backend code to qdev.
>>
>> qdev conversions are always welcome. This one's not complete (search
>> for #if 0).
>
> It is a tricky one too
From: Gerd Hoffmann
This patch converts the xen backend code to qdev.
Signed-off-by: Gerd Hoffmann
Signed-off-by: Alexander Graf
---
hw/xen_backend.c| 176 ---
hw/xen_backend.h|9 ++-
hw/xen_console.c| 10 +++-
hw/xen_disk.c