Changes between Version 49 and Version 50 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-07T15:55:40Z (6 years ago)
Author:
Martin Decky
Comment:

describe async framework changes

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v49 v50  
    4545
    4646  * Added `libvirtio` to aid writing VIRTIO device drivers.
    47   * FIXME: Async framework improvements
     47  * The async framework API has been streamlined and the the abstraction no longer leaks the internals of the low-level IPC mechanism. The async framework server calls no longer require the call capability handle and the pointer to the IPC call structure serves as an universal identifier of the given IPC call on the server side.
    4848  * Improved ISO C comformance
    4949  * FIXME: C++14 Runtime support