From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVFl1-0004oJ-3Z for qemu-devel@nongnu.org; Thu, 04 Aug 2016 06:20:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVFkz-0005H0-66 for qemu-devel@nongnu.org; Thu, 04 Aug 2016 06:20:06 -0400 Received: from mail-ua0-x229.google.com ([2607:f8b0:400c:c08::229]:34315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVFky-0005Gu-Nu for qemu-devel@nongnu.org; Thu, 04 Aug 2016 06:20:05 -0400 Received: by mail-ua0-x229.google.com with SMTP id 35so171520254uap.1 for ; Thu, 04 Aug 2016 03:20:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1470243848-11763-1-git-send-email-pbonzini@redhat.com> References: <1470243848-11763-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 4 Aug 2016 11:19:43 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v2 00/25] Misc QEMU fixes for 2016-08-02 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 3 August 2016 at 18:04, Paolo Bonzini wrote: > The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60: > > MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to e911765cbb9e9ddf5d952c88bb52180a62c6cea0: > > util: Fix assertion in iov_copy() upon zero 'bytes' and non-zero 'offset' (2016-08-03 18:44:57 +0200) > > ---------------------------------------------------------------- > * xsetbv fix (x86 targets TCG) > * remove unused functions > * qht segfault and memory leak fixes > * NBD fixes > * Fix for non-power-of-2 discard granularity > * Memory hotplug fixes > * Migration regressions > * IOAPIC fixes and (disabled by default) EOI register support > * Various other small fixes > Applied, thanks. -- PMM