-
Mon Aug 27 2018 <> - 3.0-66
- Merged branches-7/ovmd-3.7:r635 to trunk.
ovmd:
Replaced select with fgets which is restartable after a signal.
Outchild pipe needs to be kept open to write ovmapi data.
xenstoreprovider:
Added restart to SIGIO sa_flags so that syscalls can be restarted after event handling.
Signed-off-by: Paul Benoit <paul.x.benoit@oracle.com> [bug 27923102]
-
Thu Feb 22 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-65
- Merged branches-7/ovmd-3.7:r621 to trunk.
This removes the osolete 30-second timeout on OVMAPI_Register. [bug 27486046]
-
Wed Jan 10 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-64
- Implemented workaround for unexpected startup script termination during boot process.
Signed-off-by: Alexandre Khodakovski <alexandre.khodakovski@oracle.com> [bug 23244608]
-
Fri Jan 05 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-63
- Fixed deadlock between ovmd and ovm-template-config on attempt to exchange parameters.
Signed-off-by: Alexandre Khodakovski <alexandre.khodakovski@oracle.com> [bug 23244608]
-
Thu Jan 04 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-62
- Fixed the initial config functionality that the previous change (r569) broke.
Signed-off-by: Alexandre Khodakovski <alexandre.khodakovski@oracle.com> [bug 23244608]
-
Thu Jan 04 2018 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-61
- Fixed incorrect use of select() that could cause SIGIO handler to hang.
Signed-off-by: Alexandre Khodakovski <alexandre.khodakovski@oracle.com> [bug 27250922] [bug 23244608]
-
Tue Dec 05 2017 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-60
- Handle multiple IPv4 addresses per network interface.
Signed-off-by: Alexandre Khodakovski <alexandre.khodakovski@oracle.com>
Reviewed-by: Zhigang Wang <zhigang.x.wang@oracle.com> [bug 27150498]
-
Thu Oct 29 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-59
- Update the build and runtime dependency on libovmapi version >= 3.2
-
Thu Oct 29 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-58
- Reviewed-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Added debug build mode, fixed compiler warnings, fixed the IPChange message for interfaces without IPv6 addresses.
-
Mon Oct 19 2015 Alexandre Khodakovski <alexandre.khodakovski@oracle.com> - 3.0-57
- Reviewed-by: Zhigang Wang <zhigang.x.wang@oracle.com>
Removed "goto fail" from sendAliveEvent and sendIPChangeInfoMessage.