On 12/14/2011 04:33 AM, Kevin Wolf wrote:
Am 13.12.2011 17:02, schrieb Anthony Liguori:
static TypeInfo e1000_device_info = {
.name = TYPE_E1000,
.parent = TYPE_PCI_DEVICE,
.instance_size = sizeof(E1000State),
.class_init = pci_generic_class_init,
.class_data =&e100
Am 13.12.2011 17:02, schrieb Anthony Liguori:
> On 12/13/2011 09:05 AM, Kevin Wolf wrote:
>> Am 13.12.2011 14:43, schrieb Anthony Liguori:
>>> On 12/13/2011 05:35 AM, Stefan Hajnoczi wrote:
On Mon, Dec 12, 2011 at 7:36 PM, Anthony Liguori
wrote:
> I choose the serial device to show
On 12/13/2011 09:05 AM, Kevin Wolf wrote:
Am 13.12.2011 14:43, schrieb Anthony Liguori:
On 12/13/2011 05:35 AM, Stefan Hajnoczi wrote:
On Mon, Dec 12, 2011 at 7:36 PM, Anthony Liguori wrote:
I choose the serial device to showcase what we'll eventually be able to do.
The three relevant fil
Am 13.12.2011 14:43, schrieb Anthony Liguori:
> On 12/13/2011 05:35 AM, Stefan Hajnoczi wrote:
>> On Mon, Dec 12, 2011 at 7:36 PM, Anthony Liguori
>> wrote:
>>> I choose the serial device to showcase what we'll eventually be able to do.
>>> The three relevant files are:
>>>
>>> https://github.c
On 12/13/2011 05:35 AM, Stefan Hajnoczi wrote:
On Mon, Dec 12, 2011 at 7:36 PM, Anthony Liguori wrote:
I choose the serial device to showcase what we'll eventually be able to do.
The three relevant files are:
https://github.com/aliguori/qemu/blob/qom-next/hw/isa-serial.c
https://github.com/
On Mon, Dec 12, 2011 at 7:36 PM, Anthony Liguori wrote:
> I choose the serial device to showcase what we'll eventually be able to do.
> The three relevant files are:
>
> https://github.com/aliguori/qemu/blob/qom-next/hw/isa-serial.c
>
> https://github.com/aliguori/qemu/blob/qom-next/hw/mm-serial.
Hi,
I've spent the past week aggressively converting the tree to QEMU Object Model
and was successful in doing a mostly complete conversion. There are a couple of
outstanding issues regarding devices that are doing Bad Things but they aren't
that hard to fix up.
This is my development head: