virtio-blk: rename dataplane to ioeventfd

The dataplane code is really about using ioeventfd. It's used both for
IOThreads (what we think of as dataplane) and for the core virtio-pci
code's ioeventfd feature (which is enabled by default and used when no
IOThread has been specified). Rename the code to reflect this.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20240119135748.270944-4-stefanha@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Stefan Hajnoczi 2024-01-19 08:57:45 -05:00 committed by Kevin Wolf
parent 57bc265893
commit 3cdaf3dd4a
2 changed files with 43 additions and 43 deletions

View file

@ -60,10 +60,10 @@ struct VirtIOBlock {
unsigned short sector_mask;
bool original_wce;
VMChangeStateEntry *change;
bool dataplane_disabled;
bool dataplane_started;
bool dataplane_starting;
bool dataplane_stopping;
bool ioeventfd_disabled;
bool ioeventfd_started;
bool ioeventfd_starting;
bool ioeventfd_stopping;
/*
* The AioContext for each virtqueue. The BlockDriverState will use the