Hi,
  In VirtioScsi.c, two structure assignments will cause MSVC build error.

  EFI_STATUS
  EFIAPI
  VirtioScsiPassThru (
    IN     EFI_EXT_SCSI_PASS_THRU_PROTOCOL            *This,
    IN     UINT8                                      *Target,
    IN     UINT64                                     Lun,
    IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet,
    IN     EFI_EVENT                                  Event   OPTIONAL
    )
  {
    ...
    Request  = Zero.Request;
    Response = Zero.Response;
    ...
  }

  Seems that these two are translated into memcpy() in MSVC.

BR,
Mike
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to