From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrsjn-0004xc-FB for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrsjk-0003hH-QX for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:19:51 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:34745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrsjk-0003gp-JX for qemu-devel@nongnu.org; Thu, 29 Oct 2015 15:19:48 -0400 Received: from localhost by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 29 Oct 2015 13:19:46 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <878u6vbacj.fsf@blackfin.pond.sub.org> References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> <878u6vbacj.fsf@blackfin.pond.sub.org> Message-ID: <20151029191933.16032.65500@loki> Date: Thu, 29 Oct 2015 14:19:33 -0500 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: Markus Armbruster Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org Quoting Markus Armbruster (2015-10-22 03:01:32) > I'm afraid > = > 2d0583f qmp: Fix device-list-properties not to crash for abstract dev= ice > 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. > = Thanks for the heads up, all suggested patches applied and passing unit tes= t.