Lines Matching refs:VMPortState
66 OBJECT_DECLARE_SIMPLE_TYPE(VMPortState, VMPORT)
68 struct VMPortState { struct
81 static VMPortState *port_state; argument
96 VMPortState *s = opaque; in vmport_ioport_read()
237 VMPortState *s = VMPORT(dev); in vmport_realizefn()
257 DEFINE_PROP_BIT("x-read-set-eax", VMPortState, compat_flags,
259 DEFINE_PROP_BIT("x-signal-unsupported-cmd", VMPortState, compat_flags,
261 DEFINE_PROP_BIT("x-report-vmx-type", VMPortState, compat_flags,
263 DEFINE_PROP_BIT("x-cmds-v2", VMPortState, compat_flags,
267 DEFINE_PROP_UINT32("vmware-vmx-version", VMPortState,
286 DEFINE_PROP_UINT8("vmware-vmx-type", VMPortState, vmware_vmx_type, 2),
304 .instance_size = sizeof(VMPortState),