mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
accel/tcg: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-18-mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20230823065335.1919380-19-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
b91b0fc163
commit
669dcb606e
13 changed files with 16 additions and 16 deletions
|
@ -720,7 +720,7 @@ void semihost_sys_read_gf(CPUState *cs, gdb_syscall_complete_cb complete,
|
|||
GuestFD *gf, target_ulong buf, target_ulong len)
|
||||
{
|
||||
/*
|
||||
* Bound length for 64-bit guests on 32-bit hosts, not overlowing ssize_t.
|
||||
* Bound length for 64-bit guests on 32-bit hosts, not overflowing ssize_t.
|
||||
* Note the Linux kernel does this with MAX_RW_COUNT, so it's not a bad
|
||||
* idea to do this unconditionally.
|
||||
*/
|
||||
|
@ -761,7 +761,7 @@ void semihost_sys_write_gf(CPUState *cs, gdb_syscall_complete_cb complete,
|
|||
GuestFD *gf, target_ulong buf, target_ulong len)
|
||||
{
|
||||
/*
|
||||
* Bound length for 64-bit guests on 32-bit hosts, not overlowing ssize_t.
|
||||
* Bound length for 64-bit guests on 32-bit hosts, not overflowing ssize_t.
|
||||
* Note the Linux kernel does this with MAX_RW_COUNT, so it's not a bad
|
||||
* idea to do this unconditionally.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue