1 #include "ioctl_kvm_run_common.c" 2 3 #if need_print_KVM_RUN 4 5 static void print_KVM_RUN(const int fd,const char * const dev,const unsigned int reason)6print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason) 7 { 8 printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev); 9 } 10 11 #endif 12