qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Migration breakage from fe680d0 'exec: Limit translatio


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] Migration breakage from fe680d0 'exec: Limit translation limiting in address_space_translate to xen'
Date: Fri, 18 Jul 2014 19:05:28 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hi Alexey,
  I've got a migration breakage that bisects back to fe680d0
'exec: Limit translation limiting in address_space_translate to xen'
I'm told this is unlikely, but it seems to be reliably reproducable
and if I comment out the 'xen_enabled() &&' it all works fine.

Test system:
  x86-64 i7-3520M fedora 20

Test case:
  It's a script from Kraxel that boots a guest with a live CD
and bounces it back and forward with a running VNC.
(Annoyingly every other test I've got doesn't seem to hit this;
virt-test, google stress app test - all happy).

Failure:
  I'm seeing squashfs errors and then random app failures.

The command line is:
try/bin/qemu-system-x86_64 -m 2G -smp 2 -name migrate-loop -nodefaults 
-enable-kvm -boot menu=on -vga std -vnc localhost:6448 -drive 
if=none,id=live,readonly,media=cdrom,file=/home/vmimages/Fedora-Live-Desktop-x86_64-20-1.iso
 -drive 
if=none,id=disk,format=raw,cache=none,aio=native,file=/home/dgilbert/tmp/kraxel/migrate-loop.img
 -chardev 
socket,id=mon,path=/tmp/migrate-loop-12326/mon-12348-23459,server,nowait -mon 
chardev=mon -serial stdio -net 
user,bootfile=http://192.168.2.14/tftpboot/pxelinux.0 -net nic,model=virtio 
-device ide-hd,bus=ide.0,drive=disk,bootindex=1 -device 
ide-cd,bus=ide.1,drive=live,bootindex=2 -device AC97 -incoming tcp:0:23459

(Resend, I forgot to cc the list)

Dave (who is on holiday next week)
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]