mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -588,9 +588,9 @@ int kvm_s390_set_clock(uint8_t *tod_high, uint64_t *tod_low)
|
|||
* @addr: the logical start address in guest memory
|
||||
* @ar: the access register number
|
||||
* @hostbuf: buffer in host memory. NULL = do only checks w/o copying
|
||||
* @len: length that should be transfered
|
||||
* @len: length that should be transferred
|
||||
* @is_write: true = write, false = read
|
||||
* Returns: 0 on success, non-zero if an exception or error occured
|
||||
* Returns: 0 on success, non-zero if an exception or error occurred
|
||||
*
|
||||
* Use KVM ioctl to read/write from/to guest memory. An access exception
|
||||
* is injected into the vCPU in case of translation errors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue