From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Wang Subject: Re: [PATCH v1 1/2] virtio-balloon: tweak config_changed implementation Date: Thu, 03 Jan 2019 18:31:41 +0800 Message-ID: <5C2DE48D.4090105@intel.com> References: <1546493462-32244-1-git-send-email-wei.w.wang@intel.com> <1546493462-32244-2-git-send-email-wei.w.wang@intel.com> <20190103104018.33eeaa29.cohuck@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: virtio-dev@lists.oasis-open.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, mst@redhat.com, borntraeger@de.ibm.com, pbonzini@redhat.com, dgilbert@redhat.com, pasic@linux.ibm.com To: Cornelia Huck Return-path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: In-Reply-To: <20190103104018.33eeaa29.cohuck@redhat.com> List-Id: kvm.vger.kernel.org On 01/03/2019 05:40 PM, Cornelia Huck wrote: > On Thu, 3 Jan 2019 13:31:01 +0800 > Wei Wang wrote: > >> virtio-ccw has deadlock issues with reading config registers inside the > s/config registers/the config space/ ? Sounds good. > >> interrupt context, so we tweak the virtballoon_changed implementation >> by moving the config read operations into the related workqueue contexts. > Also credit Christian with a Reported-by:? Yes, definitely. Sorry for missing that. Best, Wei