Markus Armbruster <[email protected]> writes: > Dmitry Fleytman <[email protected]> writes: > >>> On 18 Aug 2016, at 17:15, Cao jin <[email protected]> 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 <[email protected]>
