qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name p


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name pair
Date: Fri, 8 Apr 2022 23:27:42 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

17.03.2022 00:28, Eric Blake wrote:
+++ b/qapi/block-export.json
@@ -6,6 +6,7 @@
  ##
{ 'include': 'sockets.json' }
+{ 'include': 'block-core.json' }
Hmm.  Does this extra inclusion negatively impact qemu-storage-daemon,
since that is why we created block-export.json in the first place (to
minimize the stuff that qsd pulled in without needing all of
block-core.json)?  In other words, would it be better to move
BlockDirtyBitmapOrStr to this file?

Actually, looking at storage-daemon/qapi/qapi-schema.json I see 
block-cores.json.

That's block.json which is not mentioned in 
storage-daemon/qapi/qapi-schema.json.

So, I think it's OK to keep simple include for now.

--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]