Markus Armbruster <arm...@redhat.com> writes:

> Dmitry Fleytman <dmi...@daynix.com> writes:
>
>>> On 18 Aug 2016, at 17:15, Cao jin <caoj.f...@cn.fujitsu.com> wrote:
[...]
>>> @@ -601,7 +596,6 @@ static const VMStateDescription e1000e_vmstate = {
>>>         VMSTATE_MSIX(parent_obj, E1000EState),
>>> 
>>>         VMSTATE_UINT32(ioaddr, E1000EState),
>>> -       VMSTATE_UINT32(intr_state, E1000EState),
>
> We can still do this, because as Paolo pointed out, no released version
> of QEMU had this device.

Which means we better get this into 2.7.0.  Thoughts?

>>>         VMSTATE_UINT32(core.rxbuf_min_shift, E1000EState),
>>>         VMSTATE_UINT8(core.rx_desc_len, E1000EState),
>>>         VMSTATE_UINT32_ARRAY(core.rxbuf_sizes, E1000EState,
>>> -- 
>>> 2.1.0
>
> Reviewed-by: Markus Armbruster <arm...@redhat.com>

Reply via email to