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