]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/errno_defs.h
target/i386: Use env_cpu, env_archcpu
[mirror_qemu.git] / linux-user / errno_defs.h
index 65522c45160ee8a92cd54f9a86f46d9e49dd467a..55fbebda5101623251584fbb563c3cb116b91007 100644 (file)
 #define TARGET_EOWNERDEAD      130     /* Owner died */
 #define TARGET_ENOTRECOVERABLE 131     /* State not recoverable */
 
+#define TARGET_ERFKILL         132     /* Operation not possible due to RF-kill */
+#define TARGET_EHWPOISON       133     /* Memory page has hardware error */
+
 /* QEMU internal, not visible to the guest. This is returned when a
  * system call should be restarted, to tell the main loop that it
  * should wind the guest PC backwards so it will re-execute the syscall