Changelog for
hyper-v-8-150200.14.8.1.x86_64.rpm :
* Thu Aug 20 2020 oheringAATTsuse.de- Allow daemon restart again (bsc#1116957) Since some time the kernel moved from netlink sockets to char devices, which is supposed to handle a connection reopen for the kernel<->daemon interface
* Wed Jul 22 2020 oheringAATTsuse.de- Remove dependency to network-online.target now that gethostname is used in kvp_daemon (bsc#1174443, bsc#1174444)- Reopen the devices if read() or write() returns errors (9fc3c01a)- Use either python2 or python3 for lsvmbus (bsc#1093910)- Remove sysv init scripts
* Wed Jul 22 2020 guillaume.gardetAATTopensuse.org- Enable build on aarch64
* Thu Feb 20 2020 oheringAATTsuse.de- Revert previous non-upstream change for async name resolution Just use gethostname via hyper-v.kvp.gethostname.patch (bsc#1100758)
* Fri Nov 29 2019 oheringAATTsuse.de- Update lsvmbus interpreter from python(1) to python3(1) again because only SLE12 lacked proper python3 support (bsc#1093910)
* Wed Nov 27 2019 oheringAATTsuse.de- async name resolution in kvp_daemon (bsc#1100758)- kvp: eliminate \'may be used uninitialized\' warning (89eb4d8d)- fix typos in toolchain (2d35c660)- fixed Python pep8/flake8 warnings for lsvmbus (5912e791)- Replace GPLv2 boilerplate/reference with SPDX (43aa3132)- Fix a warning of buffer overflow with gcc 8.0.1 (4fcba780)
* Tue Oct 09 2018 oheringAATTsuse.de- fcopy: set \'error\' in case an unknown operation was requested (c2d68afb)
* Mon Oct 08 2018 oheringAATTsuse.de- Update lsvmbus interpreter from python3(1) to python(1) because SLE12 lacks python3 support (bsc#1093910)
* Tue Sep 25 2018 oheringAATTsuse.de- vss: fix loop device detection (07136793)- Fix IP reporting by KVP daemon with SRIOV (4ba63412)- Fix a bug in the key delete code (86503bd3)- fix compiler warnings about major/target_fname (1330fc35)- PRIVATE hyper-v.compare-with-upstream.sh
* Thu Aug 02 2018 schwabAATTsuse.de- hyper-v.tools.hv.hv_vss_daemon.c: Include
for major
* Tue May 22 2018 oheringAATTsuse.de- Update lsvmbus interpreter from env(1) to python3(1) (bsc#1093910)
* Mon Jan 08 2018 oheringAATTsuse.de- update buffer handling in hv_fcopy_daemon- remove unnecessary header files and netlink related code- Avoid reading past allocated blocks from KVP file (bnc#1087658)- fix snprintf warning in kvp_daemon- properly handle long paths- kvp: configurable external scripts path- vss: Thaw the filesystem and continue if freeze call has timed out- vss: Skip freezing filesystems backed by loop
* Wed Jun 28 2017 oheringAATTsuse.de- Check VSS daemon is listening before a hot backup (bnc#1029693)- fix a compile warning in snprintf- kvp: ensure kvp device fd is closed on exec- lsvmbus: add pci pass-through UUID
* Wed May 04 2016 oheringAATTsuse.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 2015 oheringAATTsuse.de- add a python script lsvmbus to list VMBus devices (fate#315887)
* Thu Apr 30 2015 oheringAATTsuse.de- hv: hypervvssd: call endmntent before call setmntent again- remove unused bytes_written from kvp_update_file()- address compiler warnings for hv_kvp_daemon.c- kvp_daemon: make IPv6-only-injection work- address compiler warnings for hv_fcopy_daemon.c- do not add redundant \'/\' in hv_start_fcopy()
* Thu Apr 16 2015 oheringAATTsuse.de- Add runlevel script for fcopy daemon in SLE11 (bnc#926534)
* Mon Jan 12 2015 oheringAATTsuse.de- Check return value of setsockopt call- Improve error logging in VSS daemon.- Check return value of poll call- Properly pack the data for file copy functionality- make struct hv_do_fcopy match Hyper-V host messages
* Wed Dec 17 2014 oheringAATTsuse.de- Start hv_kvp_daemon after network-online.target (bnc#910353)- ignore ENOBUFS and ENOMEM in the KVP daemon- vssdaemon: skip all filesystems mounted readonly (bnc#909864)- vssdaemon: report freeze errors
* Tue Nov 25 2014 oheringAATTsuse.de- introduce -n/--no-daemon option (fate#317533)
* Sun Nov 09 2014 ledestAATTgmail.com- fix bashisms in pre/post scripts