Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dkvm_int.h104 struct KVMState struct
106 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 …]
H A Dkvm.h178 typedef struct KVMState KVMState; typedef