Searched defs:KVMState (Results 1 – 2 of 2) sorted by relevance
104 struct KVMState struct106 AccelState parent_obj;108 int nr_slots_max;109 int fd;110 int vmfd;111 int coalesced_mmio;112 int coalesced_pio;113 struct kvm_coalesced_mmio_ring *coalesced_mmio_ring;114 bool coalesced_flush_in_progress;115 int vcpu_events;[all …]
178 typedef struct KVMState KVMState; typedef