Since 2020, linux kernel started to export pvpanic.h. Import the latest version from linux into QEMU. Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Message-Id: <20220221122717.1371010-1-pizhenwei@bytedance.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* 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__ */
 |