KVM Clock

2014-01-14 Thread Julian Stecklina
Hello, is anyone working on KVM clock support for FreeBSD? If not, I might take a shot at it. Julian signature.asc Description: OpenPGP digital signature

Re: KVM Clock

2014-12-10 Thread Ryan Stone
On Mon, Jan 20, 2014 at 7:41 PM, Julian Stecklina 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. > > Julian I'm interesti

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 http://lists.freebsd.org/mailman/listinfo/freebsd

Re: KVM Clock

2014-01-15 Thread Julian Stecklina
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: https://github.com/blitz/freebsd/commit/cdc5f872b3e48cc0dda0

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 :) > &g

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 > >>>

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 workin

Re: KVM Clock

2014-01-15 Thread Julian Stecklina
>>>> 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 :) > >>> > >>> Wo

Re: KVM Clock

2014-01-20 Thread John Baldwin
cklina 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. >

Re: KVM Clock

2014-01-20 Thread Julian Stecklina
John Baldwin wrote: >There is the __compiler_membar() macro in 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 patch that does not duplica