mbox series

[kvm-unit-tests,0/3] Patches for clang compilation

Message ID 20191010183506.129921-1-morbo@google.com (mailing list archive)
Headers show
Series Patches for clang compilation | expand

Message

Bill Wendling Oct. 10, 2019, 6:35 p.m. UTC
These three patches fixes some compilation issues that clang's
encountering. I ran the tests and there are no regressions with gcc.

Bill Wendling (3):
  x86: emulator: use "SSE2" for the target
  pci: use uint64_t for unsigned long values
  Makefile: use "-Werror" in cc-option

 Makefile       | 19 +++++++++++--------
 lib/pci.c      | 18 +++++++++---------
 lib/pci.h      |  4 ++--
 x86/emulator.c |  2 +-
 4 files changed, 23 insertions(+), 20 deletions(-)