On Thu, 4 Dec 2014 19:26:42 +0200 "Michael S. Tsirkin" <[email protected]> wrote:
> transports need to be able to detect legacy-only > devices (ATM balloon only) to use legacy path > to drive them. > > Add a core API to do just that. > The implementation just blacklists balloon: > not too pretty, but let's not over-engineer. > > Signed-off-by: Michael S. Tsirkin <[email protected]> > --- > include/linux/virtio.h | 2 ++ > drivers/virtio/virtio.c | 6 ++++++ > 2 files changed, 8 insertions(+) Acked-by: Cornelia Huck <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

