]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 307952,307953,308278
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Nov 2016 04:39:02 +0000 (04:39 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Nov 2016 04:39:02 +0000 (04:39 +0000)
commita7483c463405b733c7da12b5a3e3a3e71046f947
tree713439cbeafb81b0dca7a0f6edc072bcc0d47255
parentb4a2b44e39dd2febae236b83fddbdfa9e69e94d2
MFC 307952,307953,308278

307952
    hyperv/vmbus: Add missing white space.

    Submitted by:   QianYue You <t-youqi microsoft com>
    Sponsored by:   Microsoft

307953
    hyperv/vmbus: Implement vmbus_chan_printf.

    And use it for vmbus channel logging, which can log the channel
    owner's name properly, instead of vmbus0.

    Submitted by:   QianYue You <t-youqi microsoft com>
    Sponsored by:   Microsoft

308278
    hyperv/vmbus: Reset ch_dev, once the child is deleted.

    So it will not be mis-used later on, e.g. in vmbus_chan_printf().

    Submitted by:   dexuan
    Reported by:    dexuan
    Sponsored by:   Microsoft

git-svn-id: svn://svn.freebsd.org/base/stable/10@308501 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/hyperv/vmbus/vmbus.c
sys/dev/hyperv/vmbus/vmbus_chan.c