Michael Tokarev wrote:
> tags 683096 + moreinfo unreproducible
> thanks
> 
> Guys, can you please provide the complete qemu-kvm
> command line which you use to start the guest?
> 
> So far I can't reproduce the issue and I think I'm
> missing some options which you're using.

    kvm -name bunk -m 768 \
        -device virtio-blk-pci,drive=blk0,bootindex=1 \
        -device virtio-net-pci,netdev=net0 \
        -drive id=blk0,file=/dev/mapper/S-bunk,if=none,cache=none \
        -netdev tap,id=net0,ifname=bunk,script=no,downscript=no

/dev/mapper/S-bunk is a lvm volume w/ Ubuntu 12.04 server amd64 and
grub as the bootloader.  Removing the network opts made no difference,
neither did changing the boot drive to ide-hd instead of virtio, but
disabling the irqchip did (setting virtio-blk-pci.ioeventfd=off didn't
make any difference for this issue).


-- 
Jamie Heilman                     http://audible.transient.net/~jamie/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to