]> Git Repo - qemu.git/commit
virtio: Introduce started flag to VirtioDevice
authorXie Yongji <[email protected]>
Wed, 20 Mar 2019 11:26:40 +0000 (19:26 +0800)
committerMichael S. Tsirkin <[email protected]>
Mon, 20 May 2019 22:40:02 +0000 (18:40 -0400)
commitbadaf79cfdbd32b22df00bca1a1797036063dc48
treea595b075a699350a8ccce000e20fb144e9f8ac82
parented1be66bfc468236fb0c4328c89a873405c13926
virtio: Introduce started flag to VirtioDevice

The virtio 1.0 transitional devices support driver uses the device
before setting the DRIVER_OK status bit. So we introduce a started
flag to indicate whether driver has started the device or not.

Signed-off-by: Xie Yongji <[email protected]>
Signed-off-by: Zhang Yu <[email protected]>
Message-Id: <20190320112646[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/virtio/virtio.c
include/hw/virtio/virtio.h
This page took 0.026045 seconds and 4 git commands to generate.