mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
* 'trivial-patches' of git://github.com/stefanha/qemu: pc: Drop redundant test for ROM memory region exec: make some functions static target-ppc: make some functions static ppc: add missing static vnc: add missing static vl.c: add missing static target-sparc: make do_unaligned_access static m68k: Return semihosting errno values correctly cadence_uart: More debug information Conflicts: target-m68k/m68k-semi.c
This commit is contained in:
commit
ef84755ebb
21 changed files with 66 additions and 96 deletions
5
ui/vnc.h
5
ui/vnc.h
|
@ -496,9 +496,6 @@ void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
|
|||
|
||||
|
||||
/* Buffer I/O functions */
|
||||
uint8_t read_u8(uint8_t *data, size_t offset);
|
||||
uint16_t read_u16(uint8_t *data, size_t offset);
|
||||
int32_t read_s32(uint8_t *data, size_t offset);
|
||||
uint32_t read_u32(uint8_t *data, size_t offset);
|
||||
|
||||
/* Protocol stage functions */
|
||||
|
@ -510,8 +507,6 @@ void start_auth_vnc(VncState *vs);
|
|||
|
||||
/* Buffer management */
|
||||
void buffer_reserve(Buffer *buffer, size_t len);
|
||||
int buffer_empty(Buffer *buffer);
|
||||
uint8_t *buffer_end(Buffer *buffer);
|
||||
void buffer_reset(Buffer *buffer);
|
||||
void buffer_free(Buffer *buffer);
|
||||
void buffer_append(Buffer *buffer, const void *data, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue