From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAoe-0007Rg-Pa for qemu-devel@nongnu.org; Thu, 22 Oct 2015 04:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpAoZ-0003mO-Qc for qemu-devel@nongnu.org; Thu, 22 Oct 2015 04:01:40 -0400 From: Markus Armbruster References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> Date: Thu, 22 Oct 2015 10:01:32 +0200 In-Reply-To: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> (Michael Roth's message of "Wed, 21 Oct 2015 12:51:30 -0500") Message-ID: <878u6vbacj.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 00/40] Patch Round-up for stable 2.4.1, freeze on 2015-10-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org I'm afraid 2d0583f qmp: Fix device-list-properties not to crash for abstract device 2874c65 qdev: Protect device-list-properties against broken devices 55b4efb Revert "qdev: Use qdev_get_device_class() for -device ,help" unmask a bunch of device model bugs, so you need to pick their fixes, too: ac98fa8 update-linux-headers: Rename SW_MAX to SW_MAX_ c6047e9 virtio-input: Fix device introspection on non-Linux hosts 2e2b8eb memory: allow destroying a non-empty MemoryRegion 81e0ab4 hw: do not pass NULL to memory_region_init from instance_init c710440 macio: move DBDMA_init from instance_init to realize To check everything's sane, you can pick e253c28 tests: Fix how qom-test is run 5fb48d9 libqtest: New hmp() & friends 2d1abb8 device-introspect-test: New, covering device introspection and run make check. I apologize for not communicating this better in the commit messages.