[Qemu-devel] [Bug 1469946] Re: guest can't get IP when create guest with bridge.

2015-07-20 Thread chao zhou
Does the bug's patch has merged in qemu.git? I test the latest qemu.git(commit:5b5e8cdd7da7a2214dd062afff5b866234aab228), the bug still can reproduce. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1469946] Re: guest can't get IP when create guest with bridge.

2015-07-02 Thread chao zhou
Since commit 6e99c63 net/socket: Drop net_socket_can_send and friends, net queues need to be explicitly flushed after qemu_can_send_packet() returns false, because the netdev side will disable the polling of fd. This fixes the case of cont after stop (or migration), i.e. vm_running changes to

[Qemu-devel] [Bug 1469946] Re: guest can't get IP when create guest with bridge.

2015-07-01 Thread chao zhou
after try the patch http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg07377.html with qemu.git commit(d2966f804d70a244f5dde395fc5d22a50ed3e74e) the guest can get IP, but after save/retore or live migration, the guest is alive, but ping or ssh guest's IP fail . -- You received this

[Qemu-devel] [Bug 1469946] [NEW] guest can't get IP when create guest with bridge.

2015-06-29 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit:aefbef10e3ae6e2c6e3c54f906f10b34c73a2c66 qemu.git Commit:dc1e1350f8061021df765b396295329797d66933 Host Kernel Version:4.1.0

[Qemu-devel] [Bug 1469946] Re: guest can't get IP when create guest with bridge.

2015-06-29 Thread chao zhou
the first bad commit is commit a90a7425cf592a3afeff3eaf32f543b83050ee5c Author: Fam Zheng f...@redhat.com Date: Thu Jun 4 14:45:17 2015 +0800 tap: Drop tap_can_send This callback is called by main loop before polling s-fd, if it returns false, the fd will not be polled in this

[Qemu-devel] [Bug 1422285] Re: The guest will be destroyed when hot plug the VF to guest for the second time.

2015-02-16 Thread chao zhou
please ignore comment 1. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1422285 Title: The guest will be destroyed when hot plug the VF to guest for the second time. Status in QEMU: New Bug

[Qemu-devel] [Bug 1422285] Re: The guest will be destroyed when hot plug the VF to guest for the second time.

2015-02-16 Thread chao zhou
the first bad commit: commit 374f2981d1f10bc4307f250f24b2a7ddb9b14be0 Author: Paolo Bonzini pbonz...@redhat.com Date: Fri May 17 12:37:03 2013 +0200 memory: protect current_map by RCU Replace the flat_view_mutex with RCU, avoiding futex contention for dataplane on large

[Qemu-devel] [Bug 1422285] Re: The guest will be destroyed when hot plug the VF to guest for the second time.

2015-02-16 Thread chao zhou
the first bad commit is: commit ec6f25e788ef57ce1e9f734984ef8885172fd9e2 Merge: 007c99f 9ef1473 Author: Peter Maydell peter.mayd...@linaro.org Date: Tue Feb 3 21:37:16 2015 + Merge remote-tracking branch 'remotes/rth/tags/pull-tg-s390-20150203' into staging s390 translator bug

[Qemu-devel] [Bug 1422285] [NEW] The guest will be destroyed when hot plug the VF to guest for the second time.

2015-02-16 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit: 6557bada461afeaa920a189fae2cff7c8fdce39f qemu.kvm Commit: cd2d5541271f1934345d8ca42f5fafff1744eee7 Host Kernel Version:3.19.0-rc3

[Qemu-devel] [Bug 1416246] [NEW] create guest fail when compile qemu with parameter --disable-gtk

2015-01-29 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Linux kvm.git Commit:8fff5e374a2f6047d1bb52288af7da119bc75765 qemu.kvm Commit:16017c48547960539fcadb1f91d252124f442482 Host Kernel Version:3.19.0-rc3

[Qemu-devel] [Bug 1096814] Re: Guest hang when doing kernel build and writing date in guest

2015-01-20 Thread chao zhou
kvm.git + qemu.git: bab5bb39_74acb997 kernel version:3.19.0-rc3 When write date to remote disk in guest, and compile the kernel, after live migration, the guest and host work fine. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a

[Qemu-devel] [Bug 1406706] Re: guest will be destroyed when create guest with parameter -usbdevice tablet.

2015-01-11 Thread chao zhou
kvm.git+ qemu.git:bab5bb39_64ea8038 kernel:3.19.0-rc3 create guest with parameter -usbdevice tablet , the guest works fine. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1406706] Re: guest will be destroyed when create guest with parameter -usbdevice tablet.

2015-01-05 Thread chao zhou
test the patch with qemu.git commit ab0302ee764fd702465aef6d88612cdff4302809 create guest with parameter -usbdevice tablet , the guest works fine. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1406706] [NEW] guest will be destroyed when create guest with parameter -usbdevice tablet.

2014-12-30 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):windows kvm.git Commit:2c4aa55a6af070262cca425745e8e54310e96b8d qemu.git Commit:ab0302ee764fd702465aef6d88612cdff4302809 Host Kernel Version:3.18.0-rc3

[Qemu-devel] [Bug 1364249] Re: guest can't get ip when create guest with bridge using virtio driver.

2014-10-10 Thread chao zhou
kvm.git + qemu.git:da01e614_b6011bd8 test on Ivytown_EP kernel version: 3.17.0 when create guest with bridge, and the bridge network driver is virtio, the guest can get ip. the bug cannot reproduce. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification

[Qemu-devel] [Bug 1364249] [NEW] guest can't get ip when create guest with bridge using virtio driver.

2014-09-02 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit:c77dcacb397519b6ade8f08201a4a90a7f4f751e qemu.git Commit:f2c85a2f36f57f155cda7bc9f7c42b44f1a2439e Host Kernel Version:3.16.0

[Qemu-devel] [Bug 1364249] Re: guest can't get ip when create guest with bridge using virtio driver.

2014-09-02 Thread chao zhou
kvm.git+ qemu.git:fd275235_8b303011 kernel version:3.17.0_rc1 test on Ivytown_EP the bug can reproduce -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1364249 Title: guest can't get ip when create

[Qemu-devel] [Bug 1364249] Re: guest can't get ip when create guest with bridge using virtio driver.

2014-09-02 Thread chao zhou
the first bad commit is commit cc943c36faa192cd4b32af8fe5edb31894017d35 Author: Jan Kiszka jan.kis...@siemens.com Date: Sun Jul 27 09:08:29 2014 +0200 pci: Use bus master address space for delivering MSI/MSI-X messages The spec says (and real HW confirms this) that, if the bus master

[Qemu-devel] [Bug 994378] Re: Nested-virt)L1 (kvm on kvm)guest panic with parameter “-cpu host” in qemu command line.

2014-08-07 Thread chao zhou
this patch fixed the bug: commit 338b522ca43cfd32d11a370f4203bcd089c6c877 Author: Kan Liang kan.li...@intel.com Date: Mon Jul 14 12:25:56 2014 -0700 perf/x86/intel: Protect LBR and extra_regs against KVM lying With -cpu host, KVM reports LBR and extra_regs support, if the host has

[Qemu-devel] [Bug 994378] Re: Nested-virt)L1 (kvm on kvm)guest panic with parameter “-cpu host” in qemu command line.

2014-08-07 Thread chao zhou
when L1 guest kernel: 3.16.0(kvm.git+ qemu.git: c77dcacb..-69f87f71) create L1 guest: qemu-system-x86_64 -enable-kvm -m 6G -smp 4 -net nic,macaddr=00:12:31:45:56:13 -net tap,script=/etc/kvm/qemu-ifup ia32e_nested-kvm.img -cpu host the L1 guest boot up fine -- You received this bug notification

[Qemu-devel] [Bug 994378] Re: Nested-virt)L1 (kvm on kvm)guest panic with parameter “-cpu host” in qemu command line.

2014-08-07 Thread chao zhou
** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/994378 Title: Nested-virt)L1 (kvm on kvm)guest panic with parameter “-cpu host” in qemu

[Qemu-devel] [Bug 1354279] [NEW] The guest will be destroyed after hot remove the VF from the guest.

2014-08-07 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Linux kvm.git Commit:9f6226a762c7ae02f6a23a3d4fc552dafa57ea23 qemu.git Commit:5a7348045091a2bc15d85bb177e5956aa6114e5a Host Kernel Version:3.16.0-rc1

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2014-04-09 Thread chao zhou
kvm.git + qemu.git:7cbb39d4_5913815a after use stop , then migrate exec:dd of=test.img, the test.img is about 250M, running time of save guest is less than 450s. ** Changed in: qemu Status: New = Invalid -- You received this bug notification because you are a member of qemu- devel-ml,

[Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.

2014-03-05 Thread chao zhou
kvm.git + qemu.git: d3714010 + d844a7b6 after create win7 guest, the guest boots up fine -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1261265 Title: win7 guest boot up fail. Status in QEMU:

[Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.

2014-03-05 Thread chao zhou
** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1261265 Title: win7 guest boot up fail. Status in QEMU: Fix Released Bug description:

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-17 Thread chao zhou
after re-check , the first bad commit is: commit 3e469dbfe413c25d48321c3a19ddfae0727dc6e5 Author: Andrea Arcangeli aarca...@redhat.com Date: Thu Jul 25 12:11:15 2013 +0200 exec: always use MADV_DONTFORK MADV_DONTFORK prevents fork to fail with -ENOMEM if the default overcommit

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-17 Thread chao zhou
after re-check , the first bad commit is: commit 3e469dbfe413c25d48321c3a19ddfae0727dc6e5 Author: Andrea Arcangeli aarca...@redhat.com Date: Thu Jul 25 12:11:15 2013 +0200 exec: always use MADV_DONTFORK MADV_DONTFORK prevents fork to fail with -ENOMEM if the default overcommit

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-17 Thread chao zhou
after re-check , the first bad commit is: commit 3e469dbfe413c25d48321c3a19ddfae0727dc6e5 Author: Andrea Arcangeli aarca...@redhat.com Date: Thu Jul 25 12:11:15 2013 +0200 exec: always use MADV_DONTFORK MADV_DONTFORK prevents fork to fail with -ENOMEM if the default overcommit

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-17 Thread chao zhou
after re-check , the first bad commit is: commit 3e469dbfe413c25d48321c3a19ddfae0727dc6e5 Author: Andrea Arcangeli aarca...@redhat.com Date: Thu Jul 25 12:11:15 2013 +0200 exec: always use MADV_DONTFORK MADV_DONTFORK prevents fork to fail with -ENOMEM if the default overcommit

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-17 Thread chao zhou
after re-check , the first bad commit is: commit 3e469dbfe413c25d48321c3a19ddfae0727dc6e5 Author: Andrea Arcangeli aarca...@redhat.com Date: Thu Jul 25 12:11:15 2013 +0200 exec: always use MADV_DONTFORK MADV_DONTFORK prevents fork to fail with -ENOMEM if the default overcommit

[Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.

2013-12-15 Thread chao zhou
the first bad commit is: commit 6eefccc0bb9c34051b1e21880fc3a1c1c8686edd Author: Gerd Hoffmann kra...@redhat.com Date: Mon Dec 2 13:01:20 2013 +0100 roms: update vgabios binaries This also switches from lgplvgabios to seavgabios. Signed-off-by: Gerd Hoffmann kra...@redhat.com --

[Qemu-devel] [Bug 1261268] [NEW] save guest running time is more than 450s with AVX running.

2013-12-15 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):linux kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32 qemu.git Commit:8f84271da83c0e9f92aa7c1c2d0d3875bf0a5cb8 Host Kernel Version:3.13.0-rc1

[Qemu-devel] [Bug 1261268] Re: save guest running time is more than 450s with AVX running.

2013-12-15 Thread chao zhou
the first bad commit is: commit 6887581728c9eddf858e7458b6eacbfe3ac68302 Author: Gerd Hoffmann kra...@redhat.com Date: Fri Sep 20 15:34:27 2013 +0200 roms: add 'make clean' Signed-off-by: Gerd Hoffmann kra...@redhat.com -- You received this bug notification because you are a member

[Qemu-devel] [Bug 1248854] Re: The guest cannot boot up with parameter -no-acpi

2013-11-21 Thread chao zhou
kvm.git + qemu.git: ede58222_5c5432e7 test on Romley_EP, Ivytown_EP, create guest with parameter -no-acpi, the guest boot up fine. ** Changed in: qemu Status: New = Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Qemu-devel] [Bug 1248854] Re: The guest cannot boot up with parameter -no-acpi

2013-11-21 Thread chao zhou
** Changed in: qemu Status: Confirmed = Fix Committed ** Changed in: qemu Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1248854 Title: The guest

[Qemu-devel] [Bug 1248854] [NEW] The guest cannot boot up with parameter -no-acpi

2013-11-07 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Linux kvm.git Commit:81e87e26796782e014fd1f2bb9cd8fb6ce4021a8 qemu.git Commit:a126050a103c924b03388a9a64ce9af8c96b0969 Host Kernel Version:3.12.0-rc5

[Qemu-devel] [Bug 1248854] Re: The guest cannot boot up with parameter -no-acpi

2013-11-07 Thread chao zhou
the first bad commit is: commit 72c194f7e75cb64b2558111cb111adb49fbf4097 Author: Michael S. Tsirkin m...@redhat.com Date: Wed Jul 24 18:56:14 2013 +0300 i386: ACPI table generation code from seabios This adds C code for generating ACPI tables at runtime, imported from seabios git

[Qemu-devel] [Bug 1019179] Re: vCPU hot-add makes the guest abort

2013-09-12 Thread chao zhou
qemu-kvm.git has merged to qemu.git, upstream qemu doesn't have cpu_set command. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1019179 Title: vCPU hot-add makes the guest abort Status in QEMU:

[Qemu-devel] [Bug 1019179] Re: vCPU hot-add makes the guest abort

2013-09-12 Thread chao zhou
** Changed in: qemu Status: New = Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1019179 Title: vCPU hot-add makes the guest abort Status in QEMU: Invalid Bug description:

[Qemu-devel] [Bug 1007269] Re: Can’t install or boot up 32bit win8 guest.

2013-09-11 Thread chao zhou
It's not a KVM bug. ** Changed in: qemu Status: New = Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1007269 Title: Can’t install or boot up 32bit win8 guest. Status in QEMU:

[Qemu-devel] [Bug 1213797] Re: Guest hang after live migration

2013-08-26 Thread chao zhou
The bug has been fixed by the following commit: commit df67696e97d3edd0cb1683bf2eb3b3236bd9a5ed Author: Liu Jinsong jinsong@intel.com Date: Mon Aug 19 09:33:30 2013 +0800 kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled This patch is to fix the bug

[Qemu-devel] [Bug 1213797] Re: Guest hang after live migration

2013-08-22 Thread chao zhou
OK. Thanks. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1213797 Title: Guest hang after live migration Status in QEMU: New Bug description: Environment: Host OS

[Qemu-devel] [Bug 1213797] Re: Guest hang after live migration

2013-08-20 Thread chao zhou
Jinsong Liu (@Intel) 's patch qemu-kvm bugfix for IA32_FEATURE_CONTROL will fix this bug. That patch will also fix the following bug. 10. 64bit RHEL6.4 guest crashes and reboots continuously https://bugs.launchpad.net/qemu-kvm/+bug/1207623 So you suggent we should use qemu instead of

[Qemu-devel] [Bug 1213797] [NEW] Guest hang after live migration

2013-08-19 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Linux kvm.git Commit:205befd9a5c701b56f569434045821f413f08f6d qemu-kvm uq/master Commit:ca916d3729564d0eb3c2374a96903f7e8aced8a7 Host Kernel

[Qemu-devel] [Bug 979714] Re: Guest timer interrupt isn't switched off when local timer is enabled

2012-04-12 Thread chao zhou
** Attachment added: dmesg in guest https://bugs.launchpad.net/bugs/979714/+attachment/3051557/+files/timerdmesg.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/979714 Title: Guest timer

[Qemu-devel] [Bug 979714] [NEW] Guest timer interrupt isn't switched off when local timer is enabled

2012-04-12 Thread chao zhou
Public bug reported: Environment: Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows): Linux(RHEL6u1) kvm.git Commit:4f324a1b qemu-kvm Commit: b5ed4b6f Host Kernel Version:3.3.0-rc5 Hardware: Romley-EP, WSM-EP Bug detailed description:

[Qemu-devel] [Bug 979714] Re: The pit interrupt still exists even with tickless guest

2012-04-12 Thread chao zhou
** Summary changed: - Guest timer interrupt isn't switched off when local timer is enabled + The pit interrupt still exists even with tickless guest -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.