Re: [Qemu-devel] [PATCH v2 4/6] Warn on obsolete and deprecated devices.

2018-11-29 Thread Markus Armbruster
Gerd Hoffmann writes: > Print a warning for deprecated and obsolete devices. > Also add support state to device listing. > > Signed-off-by: Gerd Hoffmann > --- > hw/core/qdev.c | 8 +++- > qdev-monitor.c | 9 + > 2 files changed, 16 insertions(+), 1 deletion(-) > > diff --git a/hw/c

Re: [Qemu-devel] [PATCH v2 4/6] Warn on obsolete and deprecated devices.

2018-11-07 Thread Gerd Hoffmann
On Tue, Nov 06, 2018 at 09:36:44AM -0500, Michael S. Tsirkin wrote: > On Tue, Nov 06, 2018 at 11:23:33AM +0100, Gerd Hoffmann wrote: > > Print a warning for deprecated and obsolete devices. > > Also add support state to device listing. > > > > Signed-off-by: Gerd Hoffmann > > Should we also add

Re: [Qemu-devel] [PATCH v2 4/6] Warn on obsolete and deprecated devices.

2018-11-06 Thread Michael S. Tsirkin
On Tue, Nov 06, 2018 at 11:23:33AM +0100, Gerd Hoffmann wrote: > Print a warning for deprecated and obsolete devices. > Also add support state to device listing. > > Signed-off-by: Gerd Hoffmann Should we also add a runtime flag to block these? E.g. I can see libvirt doing that and passing the r