From 019b8cbf76fc3126d300c401acca3102c69e7876 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Wed, 18 Jan 2012 14:40:52 +0000 Subject: add QERR_BASE_NOT_FOUND This qerror will be raised when a given streaming base (backing file) cannot be found. Signed-off-by: Marcelo Tosatti Signed-off-by: Stefan Hajnoczi Acked-by: Luiz Capitulino Signed-off-by: Kevin Wolf --- qapi-schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index 3f72c2c..80debe6 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1493,6 +1493,7 @@ # If streaming is already active on this device, DeviceInUse # If @device does not exist, DeviceNotFound # If image streaming is not supported by this device, NotSupported +# If @base does not exist, BaseNotFound # # Since: 1.1 ## -- cgit v1.1