#
b2402d33 |
| 28-Feb-2020 |
Paolo Bonzini <pbonzini@redhat.com> |
pci: use uint32_t for unsigned long values
The "pci_bar_*" functions use 64-bit masks, but the results are assigned to 32-bit variables; clang complains. Use signed masks that can be sign-extended a
pci: use uint32_t for unsigned long values
The "pci_bar_*" functions use 64-bit masks, but the results are assigned to 32-bit variables; clang complains. Use signed masks that can be sign-extended at will.
Reported-by: Bill Wendling <morbo@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
80c72be7 |
| 18-Jan-2016 |
Andrew Jones <drjones@redhat.com> |
lib/linux: import pci_regs.h
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Radim KrÄmář <rkrcmar@redhat.com> Message-Id: <1453140064-9040-4-git-send-email-drjones@redhat.com> Sign
lib/linux: import pci_regs.h
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Radim KrÄmář <rkrcmar@redhat.com> Message-Id: <1453140064-9040-4-git-send-email-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|