[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 4/6] Warn on obsolete and deprecated devices.
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-ppc] [PATCH v2 4/6] Warn on obsolete and deprecated devices. |
Date: |
Wed, 7 Nov 2018 09:06:08 +0100 |
User-agent: |
NeoMutt/20180716 |
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 <address@hidden>
>
> Should we also add a runtime flag to block these?
Yes, probably. My priority is to hash out the classification
first though, so it isn't in this series yet.
On the cmd line switches: How much flexibility do we want on this? We
can go for a simple -future switch, as suggested by armbru, disallowing
obsolete and deprecated devices. We could go for a full-blown ...
-policy {experimental,unsupported,...}={enable,warn,disable}
... or something inbetween.
Comments? Other ideas?
cheers,
Gerd
- [Qemu-ppc] [PATCH v2 0/6] Introducing QemuSupportState, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 4/6] Warn on obsolete and deprecated devices., Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 1/6] move ObjectClass to typedefs.h, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 5/6] tag cirrus as obsolete, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 3/6] Use QemuSupportState for machine types., Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 2/6] add QemuSupportState, Gerd Hoffmann, 2018/11/06