]> Git Repo - qemu.git/commit
libqos: enforce Device Initialization order
authorStefan Hajnoczi <[email protected]>
Wed, 23 Oct 2019 10:04:16 +0000 (11:04 +0100)
committerMichael S. Tsirkin <[email protected]>
Fri, 25 Oct 2019 11:46:22 +0000 (07:46 -0400)
commit56140fbb8f2bb717eb2670aa1056aeaefe8b0246
treed976fd447f5688d0f2cb2b8036364e5bfdbf0285
parentc5bd6d02e6eb6ae868abbcbeb5c3a3be8c5379a5
libqos: enforce Device Initialization order

According to VIRTIO 1.1 "3.1.1 Driver Requirements: Device
Initialization", configuration space and virtqueues cannot be accessed
before features have been negotiated.  Enforce this requirement.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Message-Id: <20191023100425[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
tests/libqos/virtio.c
tests/libqos/virtio.h
This page took 0.028313 seconds and 4 git commands to generate.