From patchwork Sun May 13 18:27:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 158856 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 25B36B700A for ; Mon, 14 May 2012 05:01:22 +1000 (EST) Received: from localhost ([::1]:38368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdXf-00022F-Ef for incoming@patchwork.ozlabs.org; Sun, 13 May 2012 14:29:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdWr-00081X-Ix for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STdWn-0007Xz-HZ for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38455 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdWn-0007Xe-B9 for qemu-devel@nongnu.org; Sun, 13 May 2012 14:28:21 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id C838794FC9; Sun, 13 May 2012 20:28:19 +0200 (CEST) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Sun, 13 May 2012 20:27:38 +0200 Message-Id: <1336933665-3867-1-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , anthony@codemonkey.ws, Luiz Capitulino Subject: [Qemu-devel] [PULL for-1.1-rc2] Fixes from QOM-related series X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hello Anthony, Please pull the following patches cherry-picked from various QOM-related series. I've dropped Paolo's "Fix -device foo,?" since you already had that queued. QMP patches will be handled by Luiz. Cc: Anthony Liguori If there's other QOM bugfixes or cleanups for 1.1 that I've missed here, please ping / resend / submit a PULL request on your own. Thanks. Luiz, as announced, this includes a new usage of object_property_print(), so please evaluate whether you want to include the float printing fix for this or a later RC. Cc: Luiz Capitulino The following changes since commit 94d1991445fa3582c042ee4e5b72606e2fc39cc2: sun4u: implement interrupt clearing registers (2012-05-12 09:49:19 +0000) are available in the git repository at: git://repo.or.cz/qemu/afaerber.git qom-1.1 Andreas Färber (2): target-mips: Remove commented-out function declaration target-i386: Defer MCE init Anthony Liguori (1): qdev: Fix adding of ptr properties Juan Quintela (1): mips_fulong2e: Don't register "cpu" VMState twice Paolo Bonzini (3): qom: Documentation addition for object_class_by_name() qdev: Use object_property_print() in info qtree pc: Add back PCI.rombar compat property hw/mips_fulong2e.c | 1 - hw/pc_piix.c | 4 ++++ hw/qdev-monitor.c | 2 +- hw/qdev.c | 5 ++++- include/qemu/object.h | 6 ++++++ qom/object.c | 2 +- target-i386/cpu-qom.h | 4 ++++ target-i386/cpu.c | 9 ++++++++- target-i386/helper.c | 2 +- target-mips/cpu.h | 1 - 10 files changed, 29 insertions(+), 7 deletions(-)