[Qemu-devel] [PATCH 0/2] hostmem: introduce host_memory_backend_mr_inited

Peter Xu posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1489151370-15453-1-git-send-email-peterx@redhat.com
Test checkpatch passed
Test docker passed
backends/hostmem-file.c  |  6 +++---
backends/hostmem.c       | 19 ++++++++++++++-----
include/sysemu/hostmem.h |  1 +
3 files changed, 18 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH 0/2] hostmem: introduce host_memory_backend_mr_inited
Posted by Peter Xu 8 years, 8 months ago
This is a tiny cleanup series for host backend mem. Patch 1 introduced
the new interface, patch 2 uses them. Please review, thanks.

Peter Xu (2):
  hostmem: introduce host_memory_backend_mr_inited()
  hostmem: use host_memory_backend_mr_inited() where proper

 backends/hostmem-file.c  |  6 +++---
 backends/hostmem.c       | 19 ++++++++++++++-----
 include/sysemu/hostmem.h |  1 +
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/2] hostmem: introduce host_memory_backend_mr_inited
Posted by Eduardo Habkost 8 years, 8 months ago
On Fri, Mar 10, 2017 at 09:09:28PM +0800, Peter Xu wrote:
> This is a tiny cleanup series for host backend mem. Patch 1 introduced
> the new interface, patch 2 uses them. Please review, thanks.

Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>

Queueing for 2.10, on my machine-next branch.

-- 
Eduardo