mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
virtio-blk: Drop redundant VirtIOBlock member conf
Commit 12c5674
turned it into a pointer to member blk.conf.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Benoît Canet <benoit.canet@nodalink.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
097310b53e
commit
f75167313c
2 changed files with 13 additions and 14 deletions
|
@ -125,7 +125,6 @@ typedef struct VirtIOBlock {
|
|||
VirtQueue *vq;
|
||||
void *rq;
|
||||
QEMUBH *bh;
|
||||
BlockConf *conf;
|
||||
VirtIOBlkConf blk;
|
||||
unsigned short sector_mask;
|
||||
bool original_wce;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue