qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine c


From: Marcel Apfelbaum
Subject: [Qemu-devel] [PATCH 0/3] tests/qdev-global-props: fixes due to machine conversion to QOM
Date: Tue, 11 Mar 2014 17:35:53 +0200

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 <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]