mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									c32646631a
								
							
						
					
					
						commit
						c89507f76c
					
				| @ -1141,7 +1141,7 @@ static void vmsvga_init(struct vmsvga_state_s *s, int vga_ram_size) | ||||
|     s->vga.ds = graphic_console_init(vmsvga_update_display, | ||||
|                                      vmsvga_invalidate_display, | ||||
|                                      vmsvga_screen_dump, | ||||
|                                      vmsvga_text_update, &s->vga); | ||||
|                                      vmsvga_text_update, s); | ||||
| 
 | ||||
| #ifdef CONFIG_BOCHS_VBE | ||||
|     /* XXX: use optimized standard vga accesses */ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Juan Quintela
						Juan Quintela