Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152520784
D7021.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
962 B
Referenced Files
None
Subscribers
None
D7021.diff
View Options
Index: head/sys/dev/hyperv/include/hyperv.h
===================================================================
--- head/sys/dev/hyperv/include/hyperv.h
+++ head/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: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c
+++ head/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
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 11:34 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31599799
Default Alt Text
D7021.diff (962 B)
Attached To
Mode
D7021: hyperv/vmbus: Remove the embedded offer message from hv_vmbus_channel
Attached
Detach File
Event Timeline
Log In to Comment