qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Fix for compile on FreeBSD/i386 (and others?


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v2 0/2] Fix for compile on FreeBSD/i386 (and others?)
Date: Mon, 4 Apr 2016 15:35:47 +0100

Only the first patch has actually changed. Instead of moving the read
inside the write seqlock it is now done using the seqlock_read_*
primitives.

Build tested on a FreeBSB/i386 VM with these applied:

  https://github.com/berrange/qemu/tree/freebsd-fixes

There are still a ton of unrelated warnings being kicked out of the compiler
though. On the VM "make check" fails at ... but as the build was
broken beforehand I can't tell if this is a regression. It passes fine
on my Linux box.

Alex Bennée (2):
  cpus: don't use atomic_read for vm_clock_warp_start
  include/qemu/atomic: add compile time asserts

 cpus.c                | 10 ++++++++-
 include/qemu/atomic.h | 58 ++++++++++++++++++++++++++++++---------------------
 2 files changed, 43 insertions(+), 25 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]