mirror of
				https://git.proxmox.com/git/qemu
				synced 2025-10-31 20:36:04 +00:00 
			
		
		
		
	 5b24c64188
			
		
	
	
		5b24c64188
		
	
	
	
	
		
			
			Replace the GDB_CORE_XML define in gdbstub.c with a CPUClass field. Use first_cpu for qSupported and qXfer:features:read: for now. Add a stub for xml_builtin. Signed-off-by: Andreas Färber <afaerber@suse.de>
		
			
				
	
	
		
			6 lines
		
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			85 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu-common.h"
 | |
| 
 | |
| const char *const xml_builtin[][2] = {
 | |
|   { NULL, NULL }
 | |
| };
 |