From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIC1L-00079r-Ix for qemu-devel@nongnu.org; Wed, 29 Jun 2016 05:43:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIC1G-0004EA-GX for qemu-devel@nongnu.org; Wed, 29 Jun 2016 05:42:58 -0400 Received: from mail-vk0-x234.google.com ([2607:f8b0:400c:c05::234]:36810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIC1G-0004Dx-33 for qemu-devel@nongnu.org; Wed, 29 Jun 2016 05:42:54 -0400 Received: by mail-vk0-x234.google.com with SMTP id k62so48427701vkb.3 for ; Wed, 29 Jun 2016 02:42:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1467135242-874-1-git-send-email-pbonzini@redhat.com> References: <1467135242-874-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Wed, 29 Jun 2016 10:42:33 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/32] Misc patches for QEMU soft freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 28 June 2016 at 18:33, Paolo Bonzini wrote: > The following changes since commit 7dd929dfdc5c52ce79b21bf557ff506e89acbf= 63: > > configure: Make AVX2 test robust to non-ELF systems (2016-06-28 15:40:4= 0 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to ea74c50f48100860ef4d27f4a1b2aa3f5cb9a766: > > vl: smp_parse: fix regression (2016-06-28 19:19:29 +0200) > > ---------------------------------------------------------------- > * serial port fixes (Paolo) > * Q35 modeling improvements (Paolo, Vasily) > * chardev cleanup improvements (Marc-Andr=C3=A9) > * iscsi bugfix (Peter L.) > * cpu_exec patch from multi-arch patches (Peter C.) > * pci-assign tweak (Lin Ma) This triggers a lot of errors from the clang ubsan: /home/petmay01/linaro/qemu-for-merges/qemu-char.c:4043:5: runtime error: member access within misaligned address 0x101010101010101 for type 'CharDriverState' (aka 'struct CharDriverState'), which requires 8 byte alignment 0x101010101010101: note: pointer points here (There was also a hang trying to run tests on 32-bit ARM, which might or might not be related. Don't have more details on that one, sorry.) thanks -- PMM