[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 0/6] Introducing QemuSupportState
From: |
Gerd Hoffmann |
Subject: |
[Qemu-ppc] [PATCH v2 0/6] Introducing QemuSupportState |
Date: |
Tue, 6 Nov 2018 11:23:29 +0100 |
Trying to fill the need to be more finegrained on support status.
v2:
- reduce the number of support states, add documentation for them.
- move QemuSupportState to ObjectClass, to simplify introspection
integration (not done yet).
- add UsageHints.
Gerd Hoffmann (6):
move ObjectClass to typedefs.h
add QemuSupportState
Use QemuSupportState for machine types.
Warn on obsolete and deprecated devices.
tag cirrus as obsolete
add UsageHints to QemuSupportState
include/hw/boards.h | 3 ---
include/qemu/support-state.h | 18 +++++++++++++
include/qemu/typedefs.h | 1 +
include/qom/object.h | 4 ++-
hw/core/qdev.c | 8 +++++-
hw/display/cirrus_vga.c | 3 +++
hw/display/cirrus_vga_isa.c | 3 +++
hw/i386/pc_piix.c | 5 +++-
hw/ppc/prep.c | 5 +++-
qdev-monitor.c | 9 +++++++
util/support-state.c | 26 +++++++++++++++++++
vl.c | 7 ++---
qapi/common.json | 61 ++++++++++++++++++++++++++++++++++++++++++++
util/Makefile.objs | 1 +
14 files changed, 144 insertions(+), 10 deletions(-)
create mode 100644 include/qemu/support-state.h
create mode 100644 util/support-state.c
--
2.9.3
- [Qemu-ppc] [PATCH v2 0/6] Introducing QemuSupportState,
Gerd Hoffmann <=