Re: [Qemu-devel] [PATCH 00/26] use realizefn for SysBusDevice, part 1

2013-06-30 Thread Hu Tao
On Sun, Jun 30, 2013 at 06:45:37PM +0200, Andreas Färber wrote: > Hi, > > Am 22.06.2013 10:50, schrieb Hu Tao: > > This series updates part of devices inheriting from SysbusDevice > > to use DeviceState::realize, and QOM'ify them. > > > > These devices are default to x86_64-softmmu. I'm planning

Re: [Qemu-devel] [PATCH 00/26] use realizefn for SysBusDevice, part 1

2013-06-30 Thread Andreas Färber
Hi, Am 22.06.2013 10:50, schrieb Hu Tao: > This series updates part of devices inheriting from SysbusDevice > to use DeviceState::realize, and QOM'ify them. > > These devices are default to x86_64-softmmu. I'm planning to > make patches in the same manner, that is, each series is for > devices de

[Qemu-devel] [PATCH 00/26] use realizefn for SysBusDevice, part 1

2013-06-22 Thread Hu Tao
This series updates part of devices inheriting from SysbusDevice to use DeviceState::realize, and QOM'ify them. These devices are default to x86_64-softmmu. I'm planning to make patches in the same manner, that is, each series is for devices default to each target. After all devices are converted