mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00:00
hw/hyperv/vmbus: Remove unused vmbus_load/save_req()
vmbus_save_req() and vmbus_load_req() are not used.
Remove them to avoid maintaining dead code.
This essentially reverts commit 4dd8a7064b
("vmbus: add infrastructure to save/load vmbus requests").
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211106134155.582312-2-philmd@redhat.com>
[MSS: Remove also corresponding variables, which are now unused]
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
This commit is contained in:
committed by
Maciej S. Szmigiero
parent
ee344768c1
commit
6ede46b910
@@ -223,7 +223,4 @@ int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
|
||||
void vmbus_unmap_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov,
|
||||
unsigned iov_cnt, size_t accessed);
|
||||
|
||||
void vmbus_save_req(QEMUFile *f, VMBusChanReq *req);
|
||||
void *vmbus_load_req(QEMUFile *f, VMBusDevice *dev, uint32_t size);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user