This is now done sloppily, via get_system_memory(). Eventually callers will be converted to stop using that. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef QEMU_PREP_PCI_H
 | 
						|
#define QEMU_PREP_PCI_H
 | 
						|
 | 
						|
#include "qemu-common.h"
 | 
						|
#include "memory.h"
 | 
						|
 | 
						|
PCIBus *pci_prep_init(qemu_irq *pic, MemoryRegion *address_space);
 | 
						|
 | 
						|
#endif
 |