asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T #!/usr/bin/stap -g # Requires guru mode (-g) for target variable writes probe syscall.ioctl { SG_IO = 0x2285 if($cmd == SG_IO && execname() == "qemu-kvm") { printf("filtering SG_IO ioctl request from qemu-kvm process %d\n", pid()) $cmd = 0x0 $fd = -1 } }