Re: [Qemu-devel] [RFC prep-next 0/2] prep_pci: Prepare for QOM realize

2012-05-30 Thread Anthony Liguori
On 05/27/2012 02:15 AM, Andreas Färber wrote: Hello, This mini-series, based on master, starts fixing issues in the way of calling recursive object_realize() at machine-level (vl.c). Patch 1 is a cherry-pick from Anthony's / Wan Peng's i440fx series, fixing Coding Style issues and dropping part

[Qemu-devel] [RFC prep-next 0/2] prep_pci: Prepare for QOM realize

2012-05-26 Thread Andreas Färber
Hello, This mini-series, based on master, starts fixing issues in the way of calling recursive object_realize() at machine-level (vl.c). Patch 1 is a cherry-pick from Anthony's / Wan Peng's i440fx series, fixing Coding Style issues and dropping parts dependent on MemoryRegion QOM'ification. Patc