Skip to content

Commit c5f80a1

Browse files
Chenli WeiNanlinXie
authored andcommitted
acrn: fix the compilation issues
This patch resolved the compilation issues with Meson and Ninja Signed-off-by: Chenli Wei <chenli.wei@intel.com>
1 parent 40bb8ac commit c5f80a1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/libvirt/virterror.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typedef enum {
141141
VIR_FROM_TPM = 70, /* Error from TPM (Since: 5.6.0) */
142142
VIR_FROM_BPF = 71, /* Error from BPF code (Since: 5.10.0) */
143143
VIR_FROM_CH = 72, /* Error from Cloud-Hypervisor driver (Since: 7.5.0) */
144-
VIR_FROM_ACRN = 73, /* Error from acrn driver */
144+
VIR_FROM_ACRN = 73, /* Error from acrn driver (Since: 10.0.0)*/
145145

146146
# ifdef VIR_ENUM_SENTINELS
147147
VIR_ERR_DOMAIN_LAST /* (Since: 0.9.13) */

src/conf/schemas/domaincommon.rng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
<value>vz</value>
233233
<value>bhyve</value>
234234
<value>hvf</value>
235+
<value>acrn</value>
235236
</choice>
236237
</attribute>
237238
</define>

0 commit comments

Comments
 (0)