Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v2 0/2] virtio-balloon: tweak config_changed
@ 2019-01-04  7:11 Wei Wang
  2019-01-04  7:11 ` [virtio-dev] [PATCH v2 1/2] virtio-balloon: tweak config_changed implementation Wei Wang
  2019-01-04  7:11 ` [virtio-dev] [PATCH v2 2/2] virtio-balloon: improve update_balloon_size_func Wei Wang
  0 siblings, 2 replies; 8+ messages in thread
From: Wei Wang @ 2019-01-04  7:11 UTC (permalink / raw)
  To: virtio-dev, linux-kernel, virtualization, kvm, mst, cohuck, pasic,
	borntraeger
  Cc: pbonzini, dgilbert, wei.w.wang

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


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-06  0:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-04  7:11 [virtio-dev] [PATCH v2 0/2] virtio-balloon: tweak config_changed Wei Wang
2019-01-04  7:11 ` [virtio-dev] [PATCH v2 1/2] virtio-balloon: tweak config_changed implementation Wei Wang
2019-01-04 11:02   ` [virtio-dev] " Cornelia Huck
2019-01-04 11:26   ` [virtio-dev] " Halil Pasic
2019-01-04 15:44   ` [virtio-dev] " Michael S. Tsirkin
2019-01-05  3:32     ` [virtio-dev] " Wang, Wei W
2019-01-06  0:31       ` [virtio-dev] " Michael S. Tsirkin
2019-01-04  7:11 ` [virtio-dev] [PATCH v2 2/2] virtio-balloon: improve update_balloon_size_func Wei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox