From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, dmitry@daynix.com
Cc: quintela@redhat.com, amit.shah@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Vmxnet3 VMStatification
Date: Thu, 15 Dec 2016 20:05:07 +0000 [thread overview]
Message-ID: <20161215200509.2239-1-dgilbert@redhat.com> (raw)
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
next reply other threads:[~2016-12-15 20:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-15 20:05 Dr. David Alan Gilbert (git) [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161215200509.2239-1-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=amit.shah@redhat.com \
--cc=dmitry@daynix.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.