public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
* virtio config access races
@ 2012-07-12 22:59 Michael S. Tsirkin
  2012-07-13  3:55 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2012-07-12 22:59 UTC (permalink / raw)
  To: Rusty Russell; +Cc: kvm, virtualization

It looks like there's a problem in the way virtio config currently
works: if driver reads config in probe routine, config
subsequently can change before core sets DRIVER_OK.
This will not cause an interrupt and so this event is lost.
Maybe we should document that devices should delay such
events until after DRIVER_OK?

-- 
MST

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

end of thread, other threads:[~2012-07-13  3:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 22:59 virtio config access races Michael S. Tsirkin
2012-07-13  3:55 ` Rusty Russell

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