From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI4go-0000GU-2Z for qemu-devel@nongnu.org; Tue, 08 Dec 2009 13:21:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI4gi-0000A3-QP for qemu-devel@nongnu.org; Tue, 08 Dec 2009 13:21:33 -0500 Received: from [199.232.76.173] (port=40807 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI4gi-00009m-GF for qemu-devel@nongnu.org; Tue, 08 Dec 2009 13:21:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38868) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI4gi-00089a-Bg for qemu-devel@nongnu.org; Tue, 08 Dec 2009 13:21:28 -0500 Date: Tue, 8 Dec 2009 16:21:19 -0200 From: Luiz Capitulino Message-ID: <20091208162119.48bff198@doriath> In-Reply-To: <1260274314-2906-1-git-send-email-kraxel@redhat.com> References: <1260274314-2906-1-git-send-email-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [FOR 0.12 PATCH v4 01/22] default devices: qdev integration. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, agraf@suse.de On Tue, 8 Dec 2009 13:11:32 +0100 Gerd Hoffmann wrote: > New in v4: > * Rebased against latest master. > * Moved the included fixes from (yesterdays) staging to the head > of this series. > * Fixed segfault without -monitor switch. > * Killed noisy debug leftover. > * Replaced fprintf("fixme") with a real error message. > * Better commit messages for the monitor changes. > * Killed the #ifdef for s390 virtio console. I've ran some basic tests with -monitor, -qmp and -mon and they all worked. No more segfaults. > Luiz + Alex, please have a closer look at this. > > http://repo.or.cz/w/qemu/kraxel.git/shortlog/refs/heads/default.v4 I've tested that branch for convenience, but of course the patches should be the same.