Skip to content

Commit

Permalink
virtio bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWin committed Oct 11, 2023
1 parent b0a8a8e commit 2ab24eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcml/protocols/virtio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ virtqueue::virtqueue(const virtio_queue_desc& desc, virtio_dmifn dmi):
addr_device(desc.device),
has_event_idx(desc.has_event_idx),
notify(false),
vector(VIRTIO_NO_VECTOR),
vector(desc.vector),
dmi(std::move(dmi)),
parent(hierarchy_search<module>()),
log(this) {
Expand Down

0 comments on commit 2ab24eb

Please sign in to comment.