|
@@ -87,7 +87,9 @@ def test_aarch64_rme_virt(self):
|
|
self.vm.add_args('-fsdev', f'local,security_model=none,path={rme_stack},id=shr0')
|
|
self.vm.add_args('-fsdev', f'local,security_model=none,path={rme_stack},id=shr0')
|
|
self.vm.add_args('-device', 'virtio-net-pci,netdev=net0')
|
|
self.vm.add_args('-device', 'virtio-net-pci,netdev=net0')
|
|
self.vm.add_args('-netdev', 'user,id=net0')
|
|
self.vm.add_args('-netdev', 'user,id=net0')
|
|
- self.vm.add_args('-append', 'root=/dev/vda')
|
|
|
|
|
|
+ # We need to add nokaslr to avoid triggering this sporadic bug:
|
|
|
|
+ # https://gitlab.com/qemu-project/qemu/-/issues/2823
|
|
|
|
+ self.vm.add_args('-append', 'root=/dev/vda nokaslr')
|
|
|
|
|
|
self.vm.launch()
|
|
self.vm.launch()
|
|
# Wait for host VM boot to complete.
|
|
# Wait for host VM boot to complete.
|