qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Fix for compile on FreeBSD/i386 (and others?)
@ 2016-04-04 14:35 Alex Bennée
  2016-04-04 14:35 ` [Qemu-devel] [PATCH v2 1/2] cpus: don't use atomic_read for vm_clock_warp_start Alex Bennée
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alex Bennée @ 2016-04-04 14:35 UTC (permalink / raw)
  To: peter.maydell; +Cc: Alex Bennée, pbonzini, sbruno, qemu-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-04 19:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 14:35 [Qemu-devel] [PATCH v2 0/2] Fix for compile on FreeBSD/i386 (and others?) Alex Bennée
2016-04-04 14:35 ` [Qemu-devel] [PATCH v2 1/2] cpus: don't use atomic_read for vm_clock_warp_start Alex Bennée
2016-04-04 14:35 ` [Qemu-devel] [PATCH v2 2/2] include/qemu/atomic: add compile time asserts Alex Bennée
2016-04-04 14:44 ` [Qemu-devel] [PATCH v2 0/2] Fix for compile on FreeBSD/i386 (and others?) Paolo Bonzini
2016-04-04 14:56   ` Peter Maydell
2016-04-04 14:57     ` Paolo Bonzini
2016-04-04 18:10 ` Ed Maste
2016-04-04 19:26   ` Alex Bennée
2016-04-04 19:38     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).