From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNOiW-0005CU-Md for qemu-devel@nongnu.org; Tue, 11 Mar 2014 11:35:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNOiR-0004WK-PX for qemu-devel@nongnu.org; Tue, 11 Mar 2014 11:35:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNOiR-0004WD-90 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 11:35:39 -0400 From: Marcel Apfelbaum Date: Tue, 11 Mar 2014 17:35:53 +0200 Message-Id: <1394552156-18901-1-git-send-email-marcel.a@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, ehabkost@redhat.com, mst@redhat.com, stefanha@redhat.com, armbru@redhat.com, aliguori@amazon.com, pbonzini@redhat.com, lersek@redhat.com, afaerber@suse.de To be applied on top of: hw/boards: converted current_machine to be an instance of MachineClas= s Rebased for qom-next branch of Andrea's QOM tree. Patch 1: allows to assign QEMUMachine "automatically", and not only in vl.c (we need this in tests) Patch 2: converts "none-machine" to QOM Patch 3: Fixes qdev-global-props by adding the "none-machine" to the tree. Cc: Andreas F=C3=A4rber Marcel Apfelbaum (3): hw/machine: move QEMUMachine assignment into the core machine hw/null-machine: Convert null machine to QOM tests/qdev-global-props: Manually add an instance of a QOM machine hw/core/machine.c | 8 ++++++++ hw/core/null-machine.c | 13 +++++++++---- tests/Makefile | 2 +- tests/test-qdev-global-props.c | 3 +++ vl.c | 8 -------- 5 files changed, 21 insertions(+), 13 deletions(-) --=20 1.8.3.1