[Qemu-discuss] Qemu-nbd not working

2015-10-27 Thread Igor Liferenko
Hello, I start virtual machine this way: $ qemu-img create -f qcow2 newcd-qemu.qcow2 10G $ qemu-system-i386 -enable-kvm -display vnc=localhost:0 -hda newcd-qemu.qcow2 -cdrom newcd-qemu.iso -m 256 -boot once=d While virtual machine operation I have these logs in dmesg: [Mon Oct 26 23:35:18 2015]

[Qemu-discuss] ..NET/ASP.NET web interface error

2015-10-27 Thread David Durham
Hello, I am trying to run a .NET 2.0/ASP.NET application in Windows 7 running in qemu-system-i386 which runs fine in a regular Windows 7 system, but not in Qemu. I have tried using the following run commands: qemu-system-i386 -m $((128*15)) -hda Win7.vmdk -vnc :0 -cpu core2duo -net nic -net u