You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/hyperv
Daniel P. Berrangé 5a1f614d0c hw/hyperv/syndbg: skip automatic zero-init of large array
The 'handle_recv_msg' method has a 4k byte array used for copying
data between the network socket and guest memory. Skip the automatic
zero-init of this array to eliminate the performance overhead in the
I/O hot path.

The 'data_buf' array will be fully initialized when data is read
off the network socket.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20250610123709.835102-18-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2 weeks ago
..
Kconfig
hv-balloon-internal.h hyperv: Clean up includes 1 year ago
hv-balloon-our_range_memslots.c hyperv: Clean up includes 1 year ago
hv-balloon-our_range_memslots.h include/system: Move exec/memory.h to system/memory.h 2 months ago
hv-balloon-page_range_tree.c hyperv: Clean up includes 1 year ago
hv-balloon-page_range_tree.h hyperv: Clean up includes 1 year ago
hv-balloon-stub.c qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command 2 years ago
hv-balloon.c hw/hyperv/balloon: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES 3 weeks ago
hyperv.c hw/hyperv/hyperv: common compilation unit 2 months ago
hyperv_testdev.c qom: Have class_init() take a const data argument 2 months ago
meson.build hw/hyperv/hyperv: common compilation unit 2 months ago
syndbg.c hw/hyperv/syndbg: skip automatic zero-init of large array 2 weeks ago
trace-events Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support 2 years ago
trace.h
vmbus.c hw/hyperv/vmbus: common compilation unit 2 months ago