[Qemu-devel] SCSI CD-ROM hotplug problem

2013-04-25 Thread Liuji (Jeremy)
Hello, everyone I have a question about hotplug of cd-rom. version of qemu: Apr-22-2013 bb71623811686ce3c34ce724f073f5c5dd95f51b 1) start the vm: qemu-kvm -enable-kvm -m 1024 -smp 2 -boot c -drive file=/home/vm/winxp.qcow2,if=none,id=drive0,format=qcow2 -device virtio-blk-pci,scsi=off,drive=

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-11 Thread Liuji (Jeremy)
amp; transferred_bytes > 10000 && bandwidth > 0) { s->expected_downtime = s->dirty_bytes_rate / bandwidth; } > Re: [PATCH 0/4] QEMUFile improvements and simplifications > > "Liuji (Jeremy)" wrote: > > Hi, Paolo >

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-11 Thread Liuji (Jeremy)
> Il 10/04/2013 14:48, Liuji (Jeremy) ha scritto: > > Hi, Paolo > > > > I tested your 4 patches in the latest version of qemu.git/master(commit: > > 93b48c201eb6c0404d15550a0eaa3c0f7937e35e,2013-04-09). > > These patches resolve the "savevm hanging" prob

Re: [Qemu-devel] [PATCH 0/4] QEMUFile improvements and simplifications

2013-04-10 Thread Liuji (Jeremy)
Hi, Paolo I tested your 4 patches in the latest version of qemu.git/master(commit: 93b48c201eb6c0404d15550a0eaa3c0f7937e35e,2013-04-09). These patches resolve the "savevm hanging" problem, which is detailedly described in my preceding mail:"After executing "savevm", the QEMU process is hanging".

Re: [Qemu-devel] After executing "savevm", the QEMU process is hanging

2013-04-08 Thread Liuji (Jeremy)
131:1 Best Regards, Jeremy Liu > Re: [Qemu-devel] After executing "savevm", the QEMU process is > hanging > > On Mon, Apr 01, 2013 at 11:45:13AM +, Liuji (Jeremy) wrote: > > Hello, everyone > > > > After executing the "savevm" command, the

[Qemu-devel] After executing "savevm", the QEMU process is hanging

2013-04-01 Thread Liuji (Jeremy)
Hello, everyone After executing the "savevm" command, the QEMU process is hanging. But in the v1.4.0, it's no problem. Host OS: Fedora 17 x86_64 Qemu: the latest(2013-04-01) Quest OS: WinXP 1) Use the following command to start the VM: qemu-kvm -enable-kvm -name winxp -M pc-0.15 -m 1024 -smp

Re: [Qemu-devel] A crash problem about "loadvm"

2013-04-01 Thread Liuji (Jeremy)
I delete the "dev->sin = NULL;" in the last of "spice_char_device_reset" function. And the "loadvm" is OK. But I don't know whether this change will lead to other problems. Who can give me some advice? Best Regards, Jeremy Liu > Hello, everyone > > I found a problem about "loadvm", when I

[Qemu-devel] 答复: A crash problem about "loadvm"

2013-03-31 Thread Liuji (Jeremy)
Hi, Wenchao Thanks for your reply. Could you tell me which step I missed? I checked the relevant information. But there seems to be no other operation before "loadvm". Best Regards, Jeremy Liu > > Hello, everyone > > > > I found a problem about "loadvm", when I use Spice. > > > > Host OS: Fe

[Qemu-devel] A crash problem about "loadvm"

2013-03-30 Thread Liuji (Jeremy)
Hello, everyone I found a problem about "loadvm", when I use Spice. Host OS: Fedora 17 Qemu: 1.4.0 Spice: 0.12.2 Quest OS: WinXP 1) Use the following command to start the VM: qemu-kvm -enable-kvm -name winxp -M pc-0.15 -m 1024 -smp 2 -boot c -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.