Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602015
| From | Wei Wang <wei.w.wang@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration |
| Date | 2017-03-16 08:30 +0100 |
| Message-ID | <tly1c-3hw-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series implements two optimizations: 1) transfer pages in chuncks between the guest and host; 2) transfer the guest unused pages to the host so that they can be skipped to migrate in live migration. Please read each patch commit log for details. Changes: v7->v8: 1) Use only one chunk format, instead of two. 2) re-write the virtio-balloon implementation patch. 3) commit changes 4) patch re-org Liang Li (4): virtio-balloon: deflate via a page list virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER mm: add inerface to offer info about unused pages virtio-balloon: VIRTIO_BALLOON_F_HOST_REQ_VQ drivers/virtio/virtio_balloon.c | 533 ++++++++++++++++++++++++++++++++---- include/linux/mm.h | 3 + include/uapi/linux/virtio_balloon.h | 31 +++ mm/page_alloc.c | 114 ++++++++ 4 files changed, 635 insertions(+), 46 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration Wei Wang <wei.w.wang@intel.com> - 2017-03-16 08:30 +0100
[PATCH kernel v8 4/4] virtio-balloon: VIRTIO_BALLOON_F_HOST_REQ_VQ Wei Wang <wei.w.wang@intel.com> - 2017-03-16 08:30 +0100
Re: [PATCH kernel v8 4/4] virtio-balloon: VIRTIO_BALLOON_F_HOST_REQ_VQ "Michael S. Tsirkin" <mst@redhat.com> - 2017-03-17 02:50 +0100
[PATCH kernel v8 1/4] virtio-balloon: deflate via a page list Wei Wang <wei.w.wang@intel.com> - 2017-03-16 08:30 +0100
[PATCH kernel v8 2/4] virtio-balloon: VIRTIO_BALLOON_F_CHUNK_TRANSFER Wei Wang <wei.w.wang@intel.com> - 2017-03-16 08:30 +0100
csiph-web