Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-14 Thread Anthony Liguori
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

Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-14 Thread Kevin Wolf
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

Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-13 Thread 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 showcase what we'll eventually be able to do. The three relevant fil

Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-13 Thread Kevin Wolf
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

Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-13 Thread 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.com/aliguori/qemu/blob/qom-next/hw/isa-serial.c https://github.com/

Re: [Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-13 Thread Stefan Hajnoczi
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.

[Qemu-devel] [RFC] QEMU Object Model status/merge plan

2011-12-12 Thread Anthony Liguori
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: