Am 26.02.2013 20:32, schrieb Eduardo Habkost:
> On Mon, Feb 25, 2013 at 07:22:48PM +0100, Andreas Färber wrote:
>> This setter avoids redefining each VMStateDescription value to
>> vmstate_dummy by not referencing the value for CONFIG_USER_ONLY.
>>
>> Suggested-by: Juan Quintela
>> Signed-off-by:
On Mon, Feb 25, 2013 at 07:22:48PM +0100, Andreas Färber wrote:
> This setter avoids redefining each VMStateDescription value to
> vmstate_dummy by not referencing the value for CONFIG_USER_ONLY.
>
> Suggested-by: Juan Quintela
> Signed-off-by: Andreas Färber
> ---
> include/qom/cpu.h | 17 ++
This setter avoids redefining each VMStateDescription value to
vmstate_dummy by not referencing the value for CONFIG_USER_ONLY.
Suggested-by: Juan Quintela
Signed-off-by: Andreas Färber
---
include/qom/cpu.h | 17 +
1 Datei geändert, 17 Zeilen hinzugefügt(+)
diff --git a/incl