]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 307952,307953,308278
authorsephe <sephe@FreeBSD.org>
Mon, 14 Nov 2016 03:04:54 +0000 (03:04 +0000)
committersephe <sephe@FreeBSD.org>
Mon, 14 Nov 2016 03:04:54 +0000 (03:04 +0000)
commit9cc4c5cd169b63399e6f369b6daaa498aea069d1
tree7aa5453db49ee3ab833480bb2e11becf1d7210eb
parent1fe7d0086fee14e5783d34aa823c66ea81bf23db
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
sys/dev/hyperv/vmbus/vmbus.c
sys/dev/hyperv/vmbus/vmbus_chan.c