From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQits-0005lN-7B for qemu-devel@nongnu.org; Tue, 23 Oct 2012 14:08:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQitm-0006KR-6c for qemu-devel@nongnu.org; Tue, 23 Oct 2012 14:08:23 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:56698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQitm-0006KM-1a for qemu-devel@nongnu.org; Tue, 23 Oct 2012 14:08:18 -0400 Received: by mail-ob0-f173.google.com with SMTP id wc18so3682239obb.4 for ; Tue, 23 Oct 2012 11:08:17 -0700 (PDT) From: Anthony Liguori In-Reply-To: <50851BE7.8070205@redhat.com> References: <50851BE7.8070205@redhat.com> Date: Tue, 23 Oct 2012 13:08:13 -0500 Message-ID: <87sj952h9u.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] Memory core fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , qemu-devel Avi Kivity writes: > 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). Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > 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