Re: [Qemu-devel] [PATCH] kvm-all: drop kvm_setup_guest_memory

2016-09-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 1473591360-13163-1-git-send-email-caoj.f...@cn.fujitsu.com Subject: [Qemu-devel] [PATCH] kvm-all

[Qemu-devel] [PATCH] kvm-all: drop kvm_setup_guest_memory

2016-09-11 Thread Cao jin
kvm_setup_guest_memory only does "madvise to QEMU_MADV_DONTFORK" and is only called by ram_block_add, which actually is duplicate code. Bonus: add simple comment for kvm_has_sync_mmu to make life easier. Suggested-by: Paolo Bonzini Signed-off-by: Cao jin --- exec.c | 4 +--- incl