mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Merge remote-tracking branch 'kwolf/for-anthony' into staging
This commit is contained in:
commit
bf1cd9b4f5
28 changed files with 2427 additions and 1778 deletions
|
@ -104,7 +104,7 @@ static size_t write_to_port(VirtIOSerialPort *port,
|
|||
}
|
||||
|
||||
len = iov_from_buf(elem.in_sg, elem.in_num,
|
||||
buf + offset, size - offset);
|
||||
buf + offset, 0, size - offset);
|
||||
offset += len;
|
||||
|
||||
virtqueue_push(vq, &elem, len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue