From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYTWK-0007tt-63 for qemu-devel@nongnu.org; Mon, 08 Jan 2018 04:15:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYTWJ-0004tX-2o for qemu-devel@nongnu.org; Mon, 08 Jan 2018 04:15:04 -0500 Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:39939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eYTWI-0004tN-TE for qemu-devel@nongnu.org; Mon, 08 Jan 2018 04:15:03 -0500 Received: by mail-oi0-x22a.google.com with SMTP id w125so6915097oie.7 for ; Mon, 08 Jan 2018 01:15:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20171222014258-mutt-send-email-mst@kernel.org> References: <1513866427-27125-1-git-send-email-mst@redhat.com> <20171221223704-mutt-send-email-mst@kernel.org> <20171222014258-mutt-send-email-mst@kernel.org> From: Peter Maydell Date: Mon, 8 Jan 2018 09:14:41 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 00/25] pc, pci, virtio: features, fixes, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , QEMU Developers On 21 December 2017 at 23:43, Michael S. Tsirkin wrote: >> you also need to drop "hw/pci: remove obsolete PCIDevice->init()" >> (applied in your tree as 18951fce55d5aa58cd1629b4cb704ee51bab4420) >> else the not-yet-QOM'ified NVME won't work anymore. > > Done that too, thanks a lot Hi. I'm afraid this pullreq (merge of 880b1ff) has new runtime errors from the clang sanitizer: /home/petmay01/linaro/qemu-for-merges/hw/net/net_tx_pkt.c:201:27: runtime error: member access within misaligned address 0x55b4ffee8246 for type 'struct ip_header', which requires 4 byte alignment 0x55b4ffee8246: note: pointer points here 01 00 00 00 45 00 01 a9 01 00 00 00 40 11 78 45 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 ^ /home/petmay01/linaro/qemu-for-merges/hw/net/net_tx_pkt.c:201:27: runtime error: load of misaligned address 0x55b4ffee8246 for type 'uint8_t' (aka 'unsigned char'), which requires 4 byte alignment 0x55b4ffee8246: note: pointer points here 01 00 00 00 45 00 01 a9 01 00 00 00 40 11 78 45 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 ^ /home/petmay01/linaro/qemu-for-merges/hw/net/net_tx_pkt.c:208:65: runtime error: member access within misaligned address 0x55b4ffee8246 for type 'struct ip_header', which requires 4 byte alignment 0x55b4ffee8246: note: pointer points here 01 00 00 00 45 00 01 a9 01 00 00 00 40 11 78 45 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 ^ /home/petmay01/linaro/qemu-for-merges/hw/net/net_tx_pkt.c:210:13: runtime error: member access within misaligned address 0x55b4ffee8246 for type 'struct ip_header', which requires 4 byte alignment 0x55b4ffee8246: note: pointer points here 01 00 00 00 45 00 01 a9 01 00 00 00 40 11 78 45 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 ^ /home/petmay01/linaro/qemu-for-merges/hw/net/net_tx_pkt.c:210:13: runtime error: load of misaligned address 0x55b4ffee8246 for type 'uint8_t' (aka 'unsigned char'), which requires 4 byte alignment 0x55b4ffee8246: note: pointer points here 01 00 00 00 45 00 01 a9 01 00 00 00 40 11 78 45 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 ^ Sorry for the late report, I didn't quite have time to process the pull before Christmas holidays. thanks -- PMM