From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzU2w-0000WS-KZ for qemu-devel@nongnu.org; Thu, 19 Nov 2015 13:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzU2v-00082L-Hl for qemu-devel@nongnu.org; Thu, 19 Nov 2015 13:35:02 -0500 Received: from mail-yk0-x229.google.com ([2607:f8b0:4002:c07::229]:35580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzU2v-00081y-A9 for qemu-devel@nongnu.org; Thu, 19 Nov 2015 13:35:01 -0500 Received: by ykba77 with SMTP id a77so119936853ykb.2 for ; Thu, 19 Nov 2015 10:35:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447943768-31393-1-git-send-email-afaerber@suse.de> References: <1447943768-31393-1-git-send-email-afaerber@suse.de> From: Peter Maydell Date: Thu, 19 Nov 2015 18:34:41 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL for-2.5 v2 00/10] QOM devices patch queue 2015-11-19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Pavel Fedin , QEMU Developers , "Michael S. Tsirkin" On 19 November 2015 at 14:35, Andreas F=C3=A4rber wrote: > Hello Peter, > > This is my late QOM (devices) patch queue. Please pull. > > v2: GLib version incompatibility addressed, Reviewed-bys added. > > Regards, > Andreas > > Cc: Peter Maydell > Cc: Daniel P. Berrange > Cc: Pavel Fedin > > The following changes since commit 74fcbd22d20a2fbc1a47a7b00cce5bf98fd7be= 5f: > > hw/misc: Add support for ADC controller in Xilinx Zynq 7000 (2015-11-12= 21:30:42 +0000) > > are available in the git repository at: > > git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-peter > > for you to fetch changes up to 9f4aa7cef2214137db192b252f1d4fc1799d05c7: > > MAINTAINERS: Add check-qom-{interface,proplist} to QOM (2015-11-19 15:1= 5:40 +0100) > > ---------------------------------------------------------------- > QOM infrastructure fixes and device conversions > > * Fix for properties on objects > 4 GiB > * Performance improvements for QOM property handling > * Assertion cleanups > * MAINTAINERS additions I get the following make check failures on x86 Linux: GTESTER check-qtest-i386 blkdebug: Suspended request 'A' blkdebug: Resuming request 'A' main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations [vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio extension. Task offloads will be emulated. GTester: last random seed: R02S42d5ffabcef077319912e5ac818f3bbf qemu-system-i386: Device '0' not found qemu-system-i386: Failed to read msg header. Read 0 instead of 12. Original request 11. qemu-system-i386: Failed to read msg header. Read 0 instead of 12. Original request 11. qemu-system-i386: Failed to read msg header. Read 0 instead of 12. Original request 11. qemu-system-i386: Failed to read msg header. Read 0 instead of 12. Original request 11. make: *** [check-qtest-i386] Error 1 make: Leaving directory `/home/petmay01/linaro/qemu-for-merges/build/all' OTOH a rerun of the tests worked, so maybe this is a bug in some patch already in master? Grep suggests the warnings are from vhost-user, which was the pull that I applied before this one... (cc'ing mst) thanks -- PMM