mirror of https://gitee.com/openkylin/qemu.git
ISCSI: change num_blocks to 64-bit
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c9b9f6824f
commit
c7b4a95202
|
@ -38,7 +38,7 @@ typedef struct IscsiLun {
|
|||
struct iscsi_context *iscsi;
|
||||
int lun;
|
||||
int block_size;
|
||||
unsigned long num_blocks;
|
||||
uint64_t num_blocks;
|
||||
int events;
|
||||
} IscsiLun;
|
||||
|
||||
|
|
Loading…
Reference in New Issue