mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 10:22:14 -07:00
The NetReceive prototype gets a const buffer: typedef ssize_t (NetReceive)(NetClientState *, const uint8_t *, size_t); We already have the address_space_write() method to write a const buffer to an address space. Use it to avoid: hw/net/i82596.c: In function ‘i82596_receive’: hw/net/i82596.c:644:54: error: passing argument 4 of ‘address_space_rw’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] This commit was produced with the included Coccinelle script scripts/coccinelle/exec_rw_const. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
||
|---|---|---|
| .. | ||
| cpu_restore_state.cocci | ||
| err-bad-newline.cocci | ||
| error_propagate_null.cocci | ||
| exec_rw_const.cocci | ||
| inplace-byteswaps.cocci | ||
| memory-region-init-ram.cocci | ||
| overflow_muldiv64.cocci | ||
| qobject.cocci | ||
| remove_local_err.cocci | ||
| remove_muldiv64.cocci | ||
| return_directly.cocci | ||
| round.cocci | ||
| simplify_muldiv64.cocci | ||
| swap_muldiv64.cocci | ||
| tcg_gen_extract.cocci | ||
| typecast.cocci | ||
| use-error_fatal.cocci | ||