Home
last modified time | relevance | path

Searched refs:hvf_vcpu_caps (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhvf_int.h34 typedef struct hvf_vcpu_caps { struct
41 } hvf_vcpu_caps; typedef
48 hvf_vcpu_caps *hvf_caps;
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c243 hvf_state->hvf_caps = g_new0(struct hvf_vcpu_caps, 1); in hvf_arch_init_vcpu()