Re: [Qemu-devel] [PATCH 09/30] qdev: move qdev->info to class

2012-01-07 Thread Andreas Färber
Am 03.01.2012 01:51, schrieb Anthony Liguori: > Right now, DeviceInfo acts as the class for qdev. In order to switch to a > proper ObjectClass derivative, we need to ween all of the callers off of > interacting directly with the info pointer. > > Signed-off-by: Anthony Liguori > --- > diff --gi

[Qemu-devel] [PATCH 09/30] qdev: move qdev->info to class

2012-01-02 Thread Anthony Liguori
Right now, DeviceInfo acts as the class for qdev. In order to switch to a proper ObjectClass derivative, we need to ween all of the callers off of interacting directly with the info pointer. Signed-off-by: Anthony Liguori --- hw/acpi_piix4.c|4 +- hw/cirrus_vga.c|2 +- h