qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v2 05/49] parallel: adding vmstate for save/


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH v2 05/49] parallel: adding vmstate for save/restore
Date: Mon, 28 Jul 2014 12:02:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Il 17/07/2014 13:02, Pavel Dovgalyuk ha scritto:
> +    .fields      = (VMStateField []) {
> +        VMSTATE_UINT8(state.dataw, ISAParallelState),
> +        VMSTATE_UINT8(state.datar, ISAParallelState),
> +        VMSTATE_UINT8(state.status, ISAParallelState),
> +        VMSTATE_UINT8(state.control, ISAParallelState),
> +        VMSTATE_INT32(state.irq_pending, ISAParallelState),
> +        VMSTATE_INT32(state.hw_driver, ISAParallelState),

Static, doesn't need migration.

> +        VMSTATE_INT32(state.epp_timeout, ISAParallelState),
> +        VMSTATE_INT32(state.it_shift, ISAParallelState),

Static, doesn't need migration.

> +        VMSTATE_END_OF_LIST()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]