[pve-devel] [PATCH qemu 01/16] d/rules: enable fuse

Fiona Ebner f.ebner at proxmox.com
Fri Oct 17 16:03:21 CEST 2025


Am 17.10.25 um 3:09 PM schrieb Daniel Kral:
> On Tue Oct 14, 2025 at 4:39 PM CEST, Fiona Ebner wrote:
>> This is in preparation to allow FUSE exports of qcow2-formatted TPM
>> state volumes via qemu-storage-daemon.
>>
>> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
>> ---
>>  debian/rules | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/debian/rules b/debian/rules
>> index 757ca2a..912456e 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -61,6 +61,7 @@ endif
>>  	    --disable-xen \
>>  	    --enable-curl \
>>  	    --enable-docs \
>> +	    --enable-fuse \
>>  	    --enable-gnutls \
>>  	    --enable-libiscsi \
>>  	    --enable-libusb \
> 
> Should add a libfuse3-dev >= 3.1 in the BuildDepends ;)

Nice catch! I didn't use sbuild, so I didn't notice. I think we don't
need to specify the version, as the earliest that shipped with Trixie is
already new enough.




More information about the pve-devel mailing list