- Minor
Hi,
in Unraid 7 qemu 9 is introduced, currently the VM's xml have the following included
sample
<cpu mode='host-passthrough' check='none' migratable='off'> <topology sockets='1' dies='1' clusters='1' cores='4' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='invtsc'/> </cpu>
which results in
2024-07-20T04:13:58.091282Z qemu-system-x86_64: warning: Deprecated CPU topology (considered invalid): Unsupported clusters parameter mustn't be specified as 1
-smp 8,sockets=1,dies=1,clusters=1,cores=4,threads=2 \
which is an deprecated feature since v 9.0
https://www.qemu.org/docs/master/about/deprecated.html
removing in xml view is not persistent, actually its not saved without this entry (automatically signed in again)
nothing to worry about, but may result in unnecessary questions about errors