[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1546585913-34804-1-git-send-email-wei.w.wang@intel.com>
Date: Fri, 4 Jan 2019 15:11:51 +0800
From: Wei Wang <wei.w.wang@...el.com>
To: virtio-dev@...ts.oasis-open.org, linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org,
mst@...hat.com, cohuck@...hat.com, pasic@...ux.ibm.com,
borntraeger@...ibm.com
Cc: pbonzini@...hat.com, dgilbert@...hat.com, wei.w.wang@...el.com
Subject: [PATCH v2 0/2] virtio-balloon: tweak config_changed
Since virtio-ccw doesn't work with accessing to the config space
inside an interrupt context, this patch series avoids that issue by
moving the config register accesses to the related workqueue contexts.
v1->v2 ChangeLog:
- add config_read_bitmap to indicate to the workqueue callbacks about
the necessity of reading the related config fields.
Wei Wang (2):
virtio-balloon: tweak config_changed implementation
virtio-balloon: improve update_balloon_size_func
drivers/virtio/virtio_balloon.c | 86 +++++++++++++++++++++++++++--------------
1 file changed, 57 insertions(+), 29 deletions(-)
--
2.7.4
Powered by blists - more mailing lists