Hide Forgot
Virtio library defines 'bool' as 'int' and all the drivers include this definition, but netkvm, which is C++ and use 'bool' as fundamental type, which length is 1 byte (VC++ specific). As a result, for example, when netkvm calls virtio_device_initialize(...) with msix_used=false the parameter is passed incorrectly and virtio library executes get_config/set_config incorrectly.
Fixed in virtio-win-prewhql-0.1-130. The BZ can be closed, verified by development.
change status to verified according to comment#7
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2341