Page MenuHomeFreeBSD

D7021.id18004.diff
No OneTemporary

D7021.id18004.diff

Index: sys/dev/hyperv/include/hyperv.h
===================================================================
--- sys/dev/hyperv/include/hyperv.h
+++ sys/dev/hyperv/include/hyperv.h
@@ -537,7 +537,6 @@
struct hv_device* device;
struct vmbus_softc *vmbus_sc;
hv_vmbus_channel_state state;
- hv_vmbus_channel_offer_channel offer_msg;
uint32_t ch_flags; /* VMBUS_CHAN_FLAG_ */
uint32_t ch_id; /* channel id */
/*
Index: sys/dev/hyperv/vmbus/hv_channel_mgmt.c
===================================================================
--- sys/dev/hyperv/vmbus/hv_channel_mgmt.c
+++ sys/dev/hyperv/vmbus/hv_channel_mgmt.c
@@ -321,8 +321,6 @@
new_channel->ch_sigevt->hc_connid = offer->connection_id;
}
- memcpy(&new_channel->offer_msg, offer,
- sizeof(hv_vmbus_channel_offer_channel));
new_channel->monitor_group = (uint8_t) offer->monitor_id / 32;
new_channel->monitor_bit = (uint8_t) offer->monitor_id % 32;

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 15, 10:50 PM (3 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31559907
Default Alt Text
D7021.id18004.diff (932 B)

Event Timeline