[Qemu-devel] An emulation failure occurs, if I hotplug vcpus immediately after the VM start

2018-06-01 Thread xuyandong
Hi there, I am doing some test on qemu vcpu hotplug and I run into some trouble. An emulation failure occurs and qemu prints the following msg: KVM internal error. Suberror: 1 emulation failure EAX= EBX= ECX= EDX=0600 ESI= EDI= EBP=

Re: [Qemu-devel] An emulation failure occurs, if I hotplug vcpus immediately after the VM start

2018-06-06 Thread xuyandong
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Wednesday, June 06, 2018 9:58 PM > To: Gonglei (Arei) ; Igor Mammedov > ; xuyandong > Cc: Zhanghailiang ; wangxin (U) > ; lidonglin ; > k...@vger.kernel.org; qemu-devel@non

Re: [Qemu-devel] [PATCH] cpu: skip unpluged cpu when querying cpus

2018-04-13 Thread xuyandong
: Igor Mammedov [mailto:imamm...@redhat.com] > Sent: Wednesday, April 11, 2018 7:46 PM > To: linzhecheng <linzhech...@huawei.com> > Cc: qemu-devel@nongnu.org; xuyandong <xuyando...@huawei.com>; > pbonz...@redhat.com; wangxin (U) <wangxinxin.w...@huawei.com>; > r...@t

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-10 Thread xuyandong
On Tue, Dec 11, 2018 at 01:47:37AM +, xuyandong wrote: > > On Sat, Dec 08, 2018 at 11:58:59AM +, xuyandong wrote: > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > > > > > In ou

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-10 Thread xuyandong
On Sat, Dec 08, 2018 at 11:58:59AM +, xuyandong wrote: > > > > Hi all, > > > > > > > > > > > > > > > > In our test, we configured VM with several pci-bridges and a > > > > virtio-net nic been attached with bus 4,

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-10 Thread xuyandong
> On Tue, Dec 11, 2018 at 02:55:43AM +0000, xuyandong wrote: > > On Tue, Dec 11, 2018 at 01:47:37AM +, xuyandong wrote: > > > > On Sat, Dec 08, 2018 at 11:58:59AM +, xuyandong wrote: > > > > > > > > Hi all, > > > > > > >

[Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-08 Thread xuyandong
Hi all, In our test, we configured VM with several pci-bridges and a virtio-net nic been attached with bus 4, After VM is startup, We ping this nic from host to judge if it is working normally. Then, we hot add pci devices to this VM with bus 0. We found the virtio-net NIC in bus 4 is not

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-09 Thread xuyandong
On Sat, Dec 08, 2018 at 11:58:59AM +, xuyandong wrote: > > Hi all, > > > > > > > > In our test, we configured VM with several pci-bridges and a > > virtio-net nic been attached with bus 4, > > > > After VM is startup, We ping this nic from host

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2019-01-07 Thread xuyandong
uct acpi_device *adev, u32 type) > and friends all just ignore this event type. > > > > -- > MST Hi Michael, If we want to fix this problem on the backend, it is not enough to consider only PCI device hot plugging, because I found that if we use a command like "ec

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2019-01-07 Thread xuyandong
> -Original Message- > From: xuyandong > Sent: Monday, January 07, 2019 10:37 PM > To: 'Michael S. Tsirkin' > Cc: mar...@redhat.com; Paolo Bonzini ; qemu- > de...@nongnu.org; Zhanghailiang ; > wangxin (U) ; Huangweidong (C) > > Subject: RE: [BUG]Unassigned mem

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2019-01-07 Thread xuyandong
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Monday, January 07, 2019 11:06 PM > To: xuyandong > Cc: mar...@redhat.com; Paolo Bonzini ; qemu- > de...@nongnu.org; Zhanghailiang ; > wangxin (U) ; Huangweidong (C) > > Subje

Re: [Qemu-devel] [BUG]Unassigned mem write during pci device hot-plug

2018-12-09 Thread xuyandong
n Sat, Dec 08, 2018 at 11:58:59AM +, xuyandong wrote: > > Hi all, > > > > > > > > In our test, we configured VM with several pci-bridges and a > > virtio-net nic been attached with bus 4, > > > > After VM is startup, We ping this nic from host