]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 295919,295958,295964
authorsephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Jun 2016 09:02:08 +0000 (09:02 +0000)
committersephe <sephe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Jun 2016 09:02:08 +0000 (09:02 +0000)
commitb175171b9ff08b1e8d23455144c5105bca9832af
treeedbd3ec5c007e6fadf4d772c788da7397a46e795
parentac54d1014a798cb87aefcfaa67a6a320afe24546
MFC 295919,295958,295964

295919
    hyperv/stor: Fix print format

    Detected by:        PVS Static Analysis
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5388

295958
    hyperv/utils: Code rearrange and cleanup

    Split heartbeat, shutdown and timesync out of utils code
    and name them properly.

    Submitted by:       Jun Su <junsu microsoft com>
    Reviewed by:        adrian, sephe, Hongjiang Zhang <honzhan microsoft com>
    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5216

295964
    hyperv/vmbus: Use free(9) for interrupt page; it is allocated by malloc(9)

    MFC after:  1 week
    Sponsored by:       Microsoft OSTC
    Differential Revision:      https://reviews.freebsd.org/D5417

git-svn-id: svn://svn.freebsd.org/base/stable/10@301866 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/hyperv/include/hyperv.h
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
sys/dev/hyperv/utilities/hv_heartbeat.c [new file with mode: 0644]
sys/dev/hyperv/utilities/hv_kvp.c
sys/dev/hyperv/utilities/hv_kvp.h
sys/dev/hyperv/utilities/hv_shutdown.c [new file with mode: 0644]
sys/dev/hyperv/utilities/hv_timesync.c [new file with mode: 0644]
sys/dev/hyperv/utilities/hv_util.c
sys/dev/hyperv/utilities/hv_util.h [new file with mode: 0644]
sys/dev/hyperv/vmbus/hv_connection.c
sys/modules/hyperv/utilities/Makefile