]> Git Repo - qemu.git/commit - hw/ide/core.c
hw/ide: drop iov field from IDEBufferedRequest
authorVladimir Sementsov-Ogievskiy <[email protected]>
Mon, 18 Feb 2019 14:09:25 +0000 (17:09 +0300)
committerStefan Hajnoczi <[email protected]>
Fri, 22 Feb 2019 09:42:13 +0000 (09:42 +0000)
commit5bbe9325a07520dbeadcc96b02a3b8f471f73e4a
tree6a853b1d0f0421c3978b2aa48264c1545d99cc9d
parente5863d49e41b1b4b695f854c711a55d2584ee367
hw/ide: drop iov field from IDEBufferedRequest

@iov is used only to initialize @qiov. Let's use new
qemu_iovec_init_buf() instead, which simplifies the code.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 20190218140926[email protected]
Message-Id: <20190218140926[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
hw/ide/core.c
include/hw/ide/internal.h
This page took 0.026234 seconds and 4 git commands to generate.