Re: KVM Clock

2014-12-10 Thread Ryan Stone
On Mon, Jan 20, 2014 at 7:41 PM, Julian Stecklina jstec...@os.inf.tu-dresden.de wrote: Ah. Thanks. This will do. Something like access_once would be perfect, though. I'll post an updated patch that does not duplicate code that is in xen/ soonish. Didn't get around to testing it the last days.

Re: KVM Clock

2014-01-20 Thread John Baldwin
On Wednesday 15 January 2014 17:59:10 Julian Stecklina wrote: On Mi, 2014-01-15 at 17:04 +0100, Roger Pau Monné wrote: On 15/01/14 14:45, Julian Stecklina wrote: On Mi, 2014-01-15 at 14:08 +0100, Roger Pau Monné wrote: On 15/01/14 13:05, Julian Stecklina wrote: On 01/14/2014 05:13 PM,

Re: KVM Clock

2014-01-20 Thread Julian Stecklina
John Baldwin j...@freebsd.org wrote: There is the __compiler_membar() macro in sys/cdefs.h that you could use if this code is x86-specific (and thus knows it only needs a compiler barrier). Ah. Thanks. This will do. Something like access_once would be perfect, though. I'll post an updated

Re: KVM Clock

2014-01-15 Thread Roger Pau Monné
On 15/01/14 13:05, Julian Stecklina wrote: On 01/14/2014 05:13 PM, Peter Grehan wrote: Hi Julian, is anyone working on KVM clock support for FreeBSD? If not, I might take a shot at it. None I know of: go for it :) Works for me so far:

Re: KVM Clock

2014-01-15 Thread Julian Stecklina
On Mi, 2014-01-15 at 14:08 +0100, Roger Pau Monné wrote: On 15/01/14 13:05, Julian Stecklina wrote: On 01/14/2014 05:13 PM, Peter Grehan wrote: Hi Julian, is anyone working on KVM clock support for FreeBSD? If not, I might take a shot at it. None I know of: go for it :) Works

Re: KVM Clock

2014-01-15 Thread Roger Pau Monné
On 15/01/14 14:45, Julian Stecklina wrote: On Mi, 2014-01-15 at 14:08 +0100, Roger Pau Monné wrote: On 15/01/14 13:05, Julian Stecklina wrote: On 01/14/2014 05:13 PM, Peter Grehan wrote: Hi Julian, is anyone working on KVM clock support for FreeBSD? If not, I might take a shot at it. None

Re: KVM Clock

2014-01-15 Thread Julian Stecklina
On Mi, 2014-01-15 at 17:04 +0100, Roger Pau Monné wrote: On 15/01/14 14:45, Julian Stecklina wrote: On Mi, 2014-01-15 at 14:08 +0100, Roger Pau Monné wrote: On 15/01/14 13:05, Julian Stecklina wrote: On 01/14/2014 05:13 PM, Peter Grehan wrote: Hi Julian, is anyone working on KVM clock

Re: KVM Clock

2014-01-14 Thread Peter Grehan
Hi Julian, is anyone working on KVM clock support for FreeBSD? If not, I might take a shot at it. None I know of: go for it :) later, Peter. ___ freebsd-virtualization@freebsd.org mailing list