mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	pci: clean up pci_init_wmask()
use pci_set_word() for pci command register. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									74c01823ba
								
							
						
					
					
						commit
						67a51b48c8
					
				
							
								
								
									
										4
									
								
								hw/pci.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								hw/pci.c
									
									
									
									
									
								
							| @ -352,8 +352,8 @@ static void pci_init_wmask(PCIDevice *dev) | ||||
|     int i; | ||||
|     dev->wmask[PCI_CACHE_LINE_SIZE] = 0xff; | ||||
|     dev->wmask[PCI_INTERRUPT_LINE] = 0xff; | ||||
|     dev->wmask[PCI_COMMAND] = PCI_COMMAND_IO | PCI_COMMAND_MEMORY | ||||
|                               | PCI_COMMAND_MASTER; | ||||
|     pci_set_word(dev->wmask + PCI_COMMAND, | ||||
|                  PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); | ||||
|     for (i = PCI_CONFIG_HEADER_SIZE; i < PCI_CONFIG_SPACE_SIZE; ++i) | ||||
|         dev->wmask[i] = 0xff; | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Isaku Yamahata
						Isaku Yamahata