Re: [Qemu-devel] [PATCH 18/21] qdev: convert busses to QEMU Object Model

2012-05-24 Thread Andreas Färber
Am 02.05.2012 13:31, schrieb Paolo Bonzini: From: Anthony Liguori aligu...@us.ibm.com This is far less interesting than it sounds. We simply add an Object to each BusState and then register the types appropriately. Most of the interesting refactoring will follow in the next patches.

[Qemu-devel] [PATCH 18/21] qdev: convert busses to QEMU Object Model

2012-05-02 Thread Paolo Bonzini
From: Anthony Liguori aligu...@us.ibm.com This is far less interesting than it sounds. We simply add an Object to each BusState and then register the types appropriately. Most of the interesting refactoring will follow in the next patches. Since we're changing fundamental type names (BusInfo -