- add Conflicts with kernel < 4.2 (fate#320485)

- vss: fix the write()'s argument: error -> vss_msg
- remove repeated HV_FCOPY string
- report ENOSPC errors in hv_fcopy_daemon
- fcopy: full handshake support
- vss: full handshake support
- vss: use misc char device to communicate with kernel
- kvp: use misc char device to communicate with kernel

OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=118
This commit is contained in:
2016-05-04 14:07:47 +00:00
committed by Git OBS Bridge
parent 042757a475
commit 634730c9d6
6 changed files with 125 additions and 256 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 4 13:29:54 UTC 2016 - ohering@suse.de
- add Conflicts with kernel < 4.2 (fate#320485)
- vss: fix the write()'s argument: error -> vss_msg
- remove repeated HV_FCOPY string
- report ENOSPC errors in hv_fcopy_daemon
- fcopy: full handshake support
- vss: full handshake support
- vss: use misc char device to communicate with kernel
- kvp: use misc char device to communicate with kernel
-------------------------------------------------------------------
Fri Sep 18 10:11:01 UTC 2015 - ohering@suse.de