Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vioscsi] Firmware update handler. Bugfix for bz#1983901 HLK S"torage HBA Firmware Update" job fails #615

Merged
merged 3 commits into from Aug 3, 2021

Conversation

vrozenfe
Copy link
Collaborator

@vrozenfe vrozenfe commented Aug 2, 2021

No description provided.

Signed-off-by: Vadim Rozenfeld <vrozenfe@redhat.com>
Signed-off-by: Vadim Rozenfeld <vrozenfe@redhat.com>
… Firmware Update fails

Signed-off-by: Vadim Rozenfeld <vrozenfe@redhat.com>
@@ -45,6 +45,10 @@ typedef struct VirtIOBufferDescriptor VIO_SG, *PVIO_SG;
#define VIRTIO_SCSI_CDB_SIZE 32
#define VIRTIO_SCSI_SENSE_SIZE 96

#ifndef NTDDI_WINTHRESHOLD
#define NTDDI_WINTHRESHOLD 0x0A000000 /* ABRACADABRA_THRESHOLD */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is needed to make sure that the code can be compiled successfully for Vista targets, which is building with old
WDK tools. WinDDK 7600, which we use in this case, has Windows7 as the most advanced version.

@YanVugenfirer YanVugenfirer merged commit 8132bde into virtio-win:master Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants