[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/vpt: convert periodic_time fields to bool
commit 0c0cdeed7f7c3ef177379fb9058b91b65f664b8d Author: Roger Pau Monné <roger.pau@xxxxxxxxxx> AuthorDate: Thu Jul 5 15:43:54 2018 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Jul 5 15:43:54 2018 +0200 x86/vpt: convert periodic_time fields to bool No functional change. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/include/asm-x86/hvm/vpt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/include/asm-x86/hvm/vpt.h b/xen/include/asm-x86/hvm/vpt.h index 0eb5ff632e..f693c0bcf1 100644 --- a/xen/include/asm-x86/hvm/vpt.h +++ b/xen/include/asm-x86/hvm/vpt.h @@ -37,11 +37,11 @@ typedef void time_cb(struct vcpu *v, void *opaque); struct periodic_time { struct list_head list; - bool_t on_list; - bool_t one_shot; - bool_t do_not_freeze; - bool_t irq_issued; - bool_t warned_timeout_too_short; + bool on_list; + bool one_shot; + bool do_not_freeze; + bool irq_issued; + bool warned_timeout_too_short; #define PTSRC_isa 1 /* ISA time source */ #define PTSRC_lapic 2 /* LAPIC time source */ #define PTSRC_ioapic 3 /* IOAPIC time source */ -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |