tech-kern archive

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

re: Another kvm user can go away?



On Wed, 4 Jan 2017, matthew green wrote:

Yeah, I figured that out after I replied (with the help of Christos's
suggestion.  My latest revision uses a 'struct timespec' which has two
64-bit members, so preserves alignment of subsequent members!

this is incorrect.  timespec has a time_t (int64) and a long (variable).

i didn't see what you've commited yet, but using timeval or timespec here
does not provide for "simple" 32bit compat that Simon was asking for.

Yeah, you're right (as usual!)

I'll fix it again, hopefully correct this time, and will commit after testing.


+------------------+--------------------------+------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:      |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+


Home | Main Index | Thread Index | Old Index