summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
ame='dt' onchange='this.form.submit();'>
authorPaolo Bonzini <pbonzini@redhat.com>2016-06-09 20:12:34 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-08-04 13:52:21 +0200
commitabe9efa79be02cf2ba27f643b214b07877bb050b (patch)
treec6dc89fa650f50a2409307d0a92ed00d5d8fbb32
parent3aed64f6d341cdb62bb2d6232589fb13448ce063 (diff)
x86: vdso: use __pvclock_read_cycles
The new simplified __pvclock_read_cycles does the same computation as vread_pvclock, except that (because it takes the pvclock_vcpu_time_info pointer) it has to be moved inside the loop. Since the loop is expected to never roll, this makes no difference. Acked-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat