Re: [Qemu-devel] [PATCH v2 6/6] add UsageHints to QemuSupportState

2018-11-29 Thread Markus Armbruster
Gerd Hoffmann writes: > So we can add device usage recommendations to devices, > independant from support state. > > Signed-off-by: Gerd Hoffmann > --- > include/qemu/support-state.h | 1 + > qapi/common.json | 29 + > 2 files changed, 30 insertions(+) >

[Qemu-devel] [PATCH v2 6/6] add UsageHints to QemuSupportState

2018-11-06 Thread Gerd Hoffmann
So we can add device usage recommendations to devices, independant from support state. Signed-off-by: Gerd Hoffmann --- include/qemu/support-state.h | 1 + qapi/common.json | 29 + 2 files changed, 30 insertions(+) diff --git a/include/qemu/support-state