 f79081b4b7
			
		
	
	
		f79081b4b7
		
	
	
	
	
		
			
			If xres / yres were specified in QEMU command line, write them as an initial resolution to the fw-config space on guest reset, which a later BIOS / OVMF patch can take advantage of. Signed-off-by: HOU Qiming <hqm03ster@gmail.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Message-id: 20190513115731.17588-4-marcel.apfelbaum@gmail.com [fixed malformed patch] Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			284 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			284 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef RAMFB_H
 | |
| #define RAMFB_H
 | |
| 
 | |
| /* ramfb.c */
 | |
| typedef struct RAMFBState RAMFBState;
 | |
| void ramfb_display_update(QemuConsole *con, RAMFBState *s);
 | |
| RAMFBState *ramfb_setup(DeviceState *dev, Error **errp);
 | |
| 
 | |
| /* ramfb-standalone.c */
 | |
| #define TYPE_RAMFB_DEVICE "ramfb"
 | |
| 
 | |
| #endif /* RAMFB_H */
 |