Home
last modified time | relevance | path

Searched defs:KVMState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dkvm_int.h103 struct KVMState struct
105 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 …]
H A Dkvm.h177 typedef struct KVMState KVMState; typedef