From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkFmr-0003p3-JW for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:01:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkFme-0005nd-TP for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:01:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkFme-0005nZ-KA for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:01:08 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q09E16rT024155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Jan 2012 09:01:07 -0500 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q09C55on020984 for ; Mon, 9 Jan 2012 07:05:06 -0500 From: Avi Kivity Date: Mon, 9 Jan 2012 14:04:51 +0200 Message-Id: <1326110694-5196-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Fix vhost after memory API breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org The memory API adjustments broke vhost, this series puts it back together again. There is still a lot of room for simplification (for example split/merge can no longer occur with the memory API), this is left for later. Avi Kivity (3): vhost: fix incorrect userspace address vhost: fix mem_sections memory corruption vhost: improve region filtering hw/vhost.c | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) -- 1.7.7.1