mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 335d52f457
			
		
	
	
		335d52f457
		
	
	
	
	
		
			
			This commit adds the cpu-cluster type. It aims at gathering CPUs from the same cluster in a machine. For now it only has a `cluster-id` property. Documentation in cluster.h written with the help of Peter Maydell. Signed-off-by: Luc Michel <luc.michel@greensocs.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 20181207090135.7651-2-luc.michel@greensocs.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			6 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
 | |
| obj-$(CONFIG_REALVIEW) += realview_mpcore.o
 | |
| obj-$(CONFIG_A9MPCORE) += a9mpcore.o
 | |
| obj-$(CONFIG_A15MPCORE) += a15mpcore.o
 | |
| common-obj-y += core.o cluster.o
 |