mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
tests: qemuxml2xml: Order pinning information numerically
A future patch will refactor the storage of the pinning information in a way where the ordering will be lost. Order them numerically to avoid changing the tests later.
This commit is contained in:
parent
a2e80549a2
commit
f82a8014c0
@ -10,8 +10,8 @@
|
||||
<iothreadpin iothread='2' cpuset='3'/>
|
||||
<iothreadpin iothread='1' cpuset='2'/>
|
||||
<emulatorpin cpuset='1'/>
|
||||
<vcpupin vcpu='1' cpuset='1'/>
|
||||
<vcpupin vcpu='0' cpuset='0'/>
|
||||
<vcpupin vcpu='1' cpuset='1'/>
|
||||
<quota>-1</quota>
|
||||
<period>1000000</period>
|
||||
<shares>2048</shares>
|
||||
|
@ -9,8 +9,8 @@
|
||||
<shares>2048</shares>
|
||||
<period>1000000</period>
|
||||
<quota>-1</quota>
|
||||
<vcpupin vcpu='1' cpuset='1'/>
|
||||
<vcpupin vcpu='0' cpuset='0'/>
|
||||
<vcpupin vcpu='1' cpuset='1'/>
|
||||
<emulatorpin cpuset='1'/>
|
||||
<iothreadpin iothread='1' cpuset='2'/>
|
||||
<iothreadpin iothread='2' cpuset='3'/>
|
||||
|
Loading…
Reference in New Issue
Block a user