qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM
@ 2014-03-11 15:35 Marcel Apfelbaum
  2014-03-11 15:35 ` [Qemu-devel] [PATCH 1/3] hw/machine: move QEMUMachine assignment into the core machine Marcel Apfelbaum
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Marcel Apfelbaum @ 2014-03-11 15:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, ehabkost, mst, stefanha, armbru, aliguori, pbonzini,
	lersek, afaerber

To be applied on top of:
    hw/boards: converted current_machine to be an instance of MachineClass
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ärber <afaerber@suse.de>

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(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-11 19:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 15:35 [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM Marcel Apfelbaum
2014-03-11 15:35 ` [Qemu-devel] [PATCH 1/3] hw/machine: move QEMUMachine assignment into the core machine Marcel Apfelbaum
2014-03-11 15:53   ` Marcel Apfelbaum
2014-03-11 15:35 ` [Qemu-devel] [PATCH 2/3] hw/null-machine: Convert null machine to QOM Marcel Apfelbaum
2014-03-11 15:47   ` Eric Blake
2014-03-11 15:50     ` Marcel Apfelbaum
2014-03-11 15:35 ` [Qemu-devel] [PATCH 3/3] tests/qdev-global-props: Manually add an instance of a QOM machine Marcel Apfelbaum
2014-03-11 17:11 ` [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM Andreas Färber
2014-03-11 19:44   ` Marcel Apfelbaum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).