We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5f319 commit 2398cb8Copy full SHA for 2398cb8
1 file changed
lib/qemu.py
@@ -95,6 +95,8 @@ def apply_defaults(self):
95
self.cpuinfo = ['PowerPC 44x Platform']
96
elif self.machine == 'ppce500':
97
self.cpuinfo = ['QEMU ppce500']
98
+ if self.cpu:
99
+ self.cpuinfo.insert(0, f'cpu\s+: {self.cpu}')
100
101
if self.qemu_path is None:
102
if self.machine_is('pseries') or self.machine_is('powernv'):
0 commit comments