From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdcCt-0000Dp-2y for qemu-devel@nongnu.org; Mon, 13 Oct 2014 05:46:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdcCm-0003J3-W0 for qemu-devel@nongnu.org; Mon, 13 Oct 2014 05:46:23 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:22824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdcCm-0003Bw-9N for qemu-devel@nongnu.org; Mon, 13 Oct 2014 05:46:16 -0400 Message-ID: <543B9F46.7090900@huawei.com> Date: Mon, 13 Oct 2014 17:45:42 +0800 From: Linhaifeng MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] vhost-user:add VHOST_USER_CLEAR_MEM_TABLE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lilijun I want to add this message for vhost-user backend's memory changed.Any suggestion? * VHOST_USER_CLEAR_MEM_TABLE Id: 15 Equivalent ioctl: VHOST_USER_CLEAR_MEM_TABLE Master payload: u64 Clear the memory regions on the slave when the memory of the forward freed.e.g.when unplug the vhost-user device or reload the virio-net driver. Bits (0-7) of the payload contain nothing.