Re: [Qemu-devel] [PATCH qom-cpu 0/7] QOM CPUState, part 7: CPU_COMMON for topology

2013-01-10 Thread Andreas Färber
Am 08.01.2013 22:25, schrieb Eduardo Habkost: > On Mon, Jan 07, 2013 at 06:18:14PM +0100, Andreas Färber wrote: >> Am 19.12.2012 16:31, schrieb Andreas Färber: >>> Hello, >>> >>> This series moves more fields from CPU_COMMON / CPU*State to CPUState, >>> allowing access from target-independent code.

Re: [Qemu-devel] [PATCH qom-cpu 0/7] QOM CPUState, part 7: CPU_COMMON for topology

2013-01-08 Thread Eduardo Habkost
On Mon, Jan 07, 2013 at 06:18:14PM +0100, Andreas Färber wrote: > Am 19.12.2012 16:31, schrieb Andreas Färber: > > Hello, > > > > This series moves more fields from CPU_COMMON / CPU*State to CPUState, > > allowing access from target-independent code. It is an intermediate step in > > the effort to

Re: [Qemu-devel] [PATCH qom-cpu 0/7] QOM CPUState, part 7: CPU_COMMON for topology

2013-01-07 Thread Andreas Färber
Am 19.12.2012 16:31, schrieb Andreas Färber: > Hello, > > This series moves more fields from CPU_COMMON / CPU*State to CPUState, > allowing access from target-independent code. It is an intermediate step in > the effort to untangle CPUArchState and CPUState; cores and threads are > intended to be

[Qemu-devel] [PATCH qom-cpu 0/7] QOM CPUState, part 7: CPU_COMMON for topology

2012-12-19 Thread Andreas Färber
Hello, This series moves more fields from CPU_COMMON / CPU*State to CPUState, allowing access from target-independent code. It is an intermediate step in the effort to untangle CPUArchState and CPUState; cores and threads are intended to be refactored as QOM composition (socket has-a core has-a th