Lines Matching full:core
66 core = cpu['props']['core-id']
72 if core == c:
156 {'core-id': 0, 'socket-id': 2, 'entitlement': 'low'})
169 self.vm.add_args('-device', 'max-s390x-cpu,core-id=10')
172 'core-id=1,socket-id=0,book-id=1,drawer-id=1,entitlement=low')
175 'core-id=2,socket-id=0,book-id=1,drawer-id=1,entitlement=medium')
178 'core-id=3,socket-id=1,book-id=1,drawer-id=1,entitlement=high')
181 'core-id=4,socket-id=1,book-id=1,drawer-id=1')
184 'core-id=5,socket-id=2,book-id=1,drawer-id=1,dedicated=true')
269 {'core-id': 0, 'entitlement': 'low'})
275 {'core-id': 0, 'entitlement': 'medium'})
281 {'core-id': 0, 'entitlement': 'high'})
308 {'core-id': 0, 'dedicated': True})
338 {'core-id': 2, 'socket-id': 0, 'book-id': 0})
342 {'core-id': 2, 'socket-id': 0, 'book-id': 1})
358 {'core-id': 0, 'dedicated': True})
368 {'core-id': 0, 'entitlement': 'low', 'dedicated': True})
372 {'core-id': 0, 'entitlement': 'low'})
376 {'core-id': 0, 'entitlement': 'medium', 'dedicated': True})
380 {'core-id': 0, 'entitlement': 'medium'})
384 {'core-id': 0, 'entitlement': 'low', 'dedicated': False})
388 {'core-id': 0, 'entitlement': 'medium', 'dedicated': False})
403 res = self.vm.qmp('set-cpu-topology', {'core-id': 0, 'drawer-id': 1})
406 res = self.vm.qmp('set-cpu-topology', {'core-id': 0, 'book-id': 1})
409 res = self.vm.qmp('set-cpu-topology', {'core-id': 0, 'socket-id': 1})