Lines Matching +full:4 +full:- +full:cores
8 # later. See the COPYING file in the top-level directory.
17 panic_message = 'Kernel panic - not syncing'
21 ('https://archives.fedoraproject.org/pub/archive/fedora-secondary/'
29 self.vm.add_args('-kernel', kernel_path,
30 '-append', kernel_command_line)
35 self.vm.add_args('-machine', 'x-vof=on')
48 self.vm.add_args('-smp', '4')
50 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
56 self.vm.add_args('-smp', '4')
59 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
60 wait_for_console_pattern(self, 'hash-mmu: Initializing hash mmu',
67 self.vm.add_args('-smp', '4,threads=4')
69 console_pattern = 'CPU maps initialized for 4 threads per core'
71 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
77 self.vm.add_args('-smp', '16,threads=4,cores=2,sockets=2')
78 self.vm.add_args('-m', '512M',
79 '-object', 'memory-backend-ram,size=256M,id=m0',
80 '-object', 'memory-backend-ram,size=256M,id=m1')
81 self.vm.add_args('-numa', 'node,nodeid=0,memdev=m0')
82 self.vm.add_args('-numa', 'node,nodeid=1,memdev=m1')
84 console_pattern = 'CPU maps initialized for 4 threads per core'