Re: [Qemu-devel] [PATCH 3/6] vmstate: Add support for alias ID

2010-05-13 Thread Jan Kiszka
Blue Swirl wrote: > On 5/13/10, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Some legacy users (mostly PC devices) of vmstate_register manage >> instance IDs on their own, and that unfortunately in a way that is >> incompatible with automatically generated ones. This so far prevents >> switchi

Re: [Qemu-devel] [PATCH 3/6] vmstate: Add support for alias ID

2010-05-13 Thread Blue Swirl
On 5/13/10, Jan Kiszka wrote: > From: Jan Kiszka > > Some legacy users (mostly PC devices) of vmstate_register manage > instance IDs on their own, and that unfortunately in a way that is > incompatible with automatically generated ones. This so far prevents > switching those users to vmstates

[Qemu-devel] [PATCH 3/6] vmstate: Add support for alias ID

2010-05-12 Thread Jan Kiszka
From: Jan Kiszka Some legacy users (mostly PC devices) of vmstate_register manage instance IDs on their own, and that unfortunately in a way that is incompatible with automatically generated ones. This so far prevents switching those users to vmstates that are registered by qdev. To establish a