From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQEzO-0006vm-Kl for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:12:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQEzF-000391-6I for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:12:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQEzE-00038w-Sq for qemu-devel@nongnu.org; Mon, 22 Oct 2012 06:11:57 -0400 Message-ID: <50851BE7.8070205@redhat.com> Date: Mon, 22 Oct 2012 12:11:51 +0200 From: Avi Kivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] Memory core fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel Please pull a few memory core fixes from: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent Fixing ioeventfds on big endian systems, and potential use-after-free (not really exploitable with the current code, but still). ---------------------------------------------------------------- Alexander Graf (1): memory: Make eventfd adhere to device endianness Avi Kivity (2): i440fx: avoid destroying memory regions within a transaction memory: abort if a memory region is destroyed during a transaction hw/piix_pci.c | 69 +++++++++++++++++++++++++++++++++++---------------------------------- memory.c | 3 +++ 2 files changed, 38 insertions(+), 34 deletions(-) -- error compiling committee.c: too many arguments to function