qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Vmxnet3 VMStatification
@ 2016-12-15 20:05 Dr. David Alan Gilbert (git)
  2016-12-15 20:05 ` [Qemu-devel] [PATCH 1/2] vmxnet3: Convert ring values to uint32_t's Dr. David Alan Gilbert (git)
  2016-12-15 20:05 ` [Qemu-devel] [PATCH 2/2] vmxnet3: VMStatify rx/tx q_descr and int_state Dr. David Alan Gilbert (git)
  0 siblings, 2 replies; 10+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2016-12-15 20:05 UTC (permalink / raw)
  To: qemu-devel, dmitry; +Cc: quintela, amit.shah

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  This patchset converts most of vmxnet3 to VMState; the
only bit remaining is the msix section (which is what I'm
actually interested in cleaning up since it's one of the
last few users of register_savevm - but it'll have to wait).

Note a migration test with this on completes, but isn't
passing traffic; but neither is a world without this change.

Dave

Dr. David Alan Gilbert (2):
  vmxnet3: Convert ring values to uint32_t's
  vmxnet3: VMStatify rx/tx q_descr and int_state

 hw/net/vmxnet3.c | 284 +++++++++++++++++++------------------------------------
 1 file changed, 96 insertions(+), 188 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-02-24  1:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 20:05 [Qemu-devel] [PATCH 0/2] Vmxnet3 VMStatification Dr. David Alan Gilbert (git)
2016-12-15 20:05 ` [Qemu-devel] [PATCH 1/2] vmxnet3: Convert ring values to uint32_t's Dr. David Alan Gilbert (git)
2016-12-18  7:55   ` Dmitry Fleytman
2016-12-15 20:05 ` [Qemu-devel] [PATCH 2/2] vmxnet3: VMStatify rx/tx q_descr and int_state Dr. David Alan Gilbert (git)
2016-12-16 12:19   ` Dr. David Alan Gilbert
2016-12-18  7:54     ` Dmitry Fleytman
2017-01-03 19:40       ` Dr. David Alan Gilbert
2017-01-04  8:02         ` Dmitry Fleytman
2017-01-31 19:44           ` Dr. David Alan Gilbert
2017-02-24  1:39             ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).