aboutsummaryrefslogtreecommitdiff
path: root/include/standard-headers/linux/pvpanic.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-06-03 14:16:55 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-06-05 11:01:05 +0200
commitb8116f4cbaa0f64bb07564f20b3b5219e23c8bff (patch)
treeacd761e49a8fd348708ecc1f99a9b0a4094c9fc9 /include/standard-headers/linux/pvpanic.h
parentef7c70f020ca1fe9e7c98ea2cd9d6ba3c5714716 (diff)
downloadqemu-b8116f4cbaa0f64bb07564f20b3b5219e23c8bff.zip
qemu-b8116f4cbaa0f64bb07564f20b3b5219e23c8bff.tar.gz
qemu-b8116f4cbaa0f64bb07564f20b3b5219e23c8bff.tar.bz2
update-linux-headers: move pvpanic.h to correct directory
Linux has <misc/pvpanic.h>, not <linux/pvpanic.h>. Use the same directory for QEMU's include/standard-headers/ copy. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/pvpanic.h')
-rw-r--r--include/standard-headers/linux/pvpanic.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/standard-headers/linux/pvpanic.h b/include/standard-headers/linux/pvpanic.h
deleted file mode 100644
index 54b7485..0000000
--- a/include/standard-headers/linux/pvpanic.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-
-#ifndef __PVPANIC_H__
-#define __PVPANIC_H__
-
-#define PVPANIC_PANICKED (1 << 0)
-#define PVPANIC_CRASH_LOADED (1 << 1)
-
-#endif /* __PVPANIC_H__ */