@@ -2191,14 +2191,6 @@ gnu_source_prefix = '''
2191
2191
#endif
2192
2192
'''
2193
2193
2194
- # Check whether the glibc provides STATX_BASIC_STATS
2195
-
2196
- has_statx = cc.has_header_symbol(' sys/stat.h' , ' STATX_BASIC_STATS' , prefix : gnu_source_prefix)
2197
-
2198
- # Check whether statx() provides mount ID information
2199
-
2200
- has_statx_mnt_id = cc.has_header_symbol(' sys/stat.h' , ' STATX_MNT_ID' , prefix : gnu_source_prefix)
2201
-
2202
2194
have_vhost_user_blk_server = get_option (' vhost_user_blk_server' ) \
2203
2195
.require(host_os == ' linux' ,
2204
2196
error_message : ' vhost_user_blk_server requires linux' ) \
@@ -2560,8 +2552,6 @@ config_host_data.set('CONFIG_CRYPTO_SM3', crypto_sm3.found())
2560
2552
config_host_data.set(' CONFIG_HOGWEED' , hogweed.found())
2561
2553
config_host_data.set(' CONFIG_QEMU_PRIVATE_XTS' , xts == ' private' )
2562
2554
config_host_data.set(' CONFIG_MALLOC_TRIM' , has_malloc_trim)
2563
- config_host_data.set(' CONFIG_STATX' , has_statx)
2564
- config_host_data.set(' CONFIG_STATX_MNT_ID' , has_statx_mnt_id)
2565
2555
config_host_data.set(' CONFIG_ZSTD' , zstd.found())
2566
2556
config_host_data.set(' CONFIG_QPL' , qpl.found())
2567
2557
config_host_data.set(' CONFIG_UADK' , uadk.found())
0 commit comments