summaryrefslogtreecommitdiffstats
path: root/slirp/tcp_output.c
diff options
context:
space:
mode:
authorGerd Hoffmann2018-12-10 15:08:08 +0100
committerGerd Hoffmann2019-01-11 11:57:17 +0100
commit7a1b46e09504419a3aa867dba3bcf23db5d6d956 (patch)
tree5aef77b9faa0de21b5d2f619a020ba722c704cca /slirp/tcp_output.c
parentMerge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re... (diff)
downloadqemu-7a1b46e09504419a3aa867dba3bcf23db5d6d956.tar.gz
qemu-7a1b46e09504419a3aa867dba3bcf23db5d6d956.tar.xz
qemu-7a1b46e09504419a3aa867dba3bcf23db5d6d956.zip
input: avoid malloc for mouse events
There is no reason to allocate mouse events using malloc, we can allcoate them from stack instead, save a few cpu cycles and make the code more readable with c99 initializers. Suggested-by: FelixYao <felix.yzg@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20181210140808.26794-1-kraxel@redhat.com
Diffstat (limited to 'slirp/tcp_output.c')
0 files changed, 0 insertions, 0 deletions