···26132613appear if the VCPU performed a load or store of the appropriate width directly26142614to the byte array.2615261526162616-NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO, KVM_EXIT_OSI, KVM_EXIT_DCR,26172617- KVM_EXIT_PAPR and KVM_EXIT_EPR the corresponding26162616+NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO, KVM_EXIT_OSI KVM_EXIT_PAPR and26172617+ KVM_EXIT_EPR the corresponding26182618operations are complete (and guest state is consistent) only after userspace26192619has re-entered the kernel with KVM_RUN. The kernel side will first finish26202620incomplete operations and then check for pending signals. Userspace···26852685 __u8 is_write;26862686 } dcr;2687268726882688-powerpc specific.26882688+Deprecated - was used for 440 KVM.2689268926902690 /* KVM_EXIT_OSI */26912691 struct {
···6363 case EMULATED_INST_EXITS:6464 vcpu->stat.emulated_inst_exits++;6565 break;6666- case DCR_EXITS:6767- vcpu->stat.dcr_exits++;6868- break;6966 case DSI_EXITS:7067 vcpu->stat.dsi_exits++;7168 break;