]> xenbits.xensource.com Git - xen.git/commitdiff
x86/HVM: add emacs local variables to a couple of files
authorDon Slutz <dslutz@verizon.com>
Wed, 9 Apr 2014 10:15:35 +0000 (12:15 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Apr 2014 10:15:35 +0000 (12:15 +0200)
This is per CODING_STYLE.

Signed-off-by: Don Slutz <dslutz@verizon.com>
xen/arch/x86/hvm/hpet.c
xen/arch/x86/hvm/i8254.c
xen/arch/x86/hvm/rtc.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vpic.c

index 4324b52108d6e53de14471cabd7c3f48d5fb320a..e1e769a02f54debfb850a27b600444a7cf06d3c3 100644 (file)
@@ -622,3 +622,12 @@ void hpet_reset(struct domain *d)
     hpet_deinit(d);
     hpet_init(d->vcpu[0]);
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index f7493b8583f73178c12e6eab21346f549df061db..6e66b49eadf1e043b27abc4d4682ec3eb1d020d7 100644 (file)
@@ -556,3 +556,12 @@ int pv_pit_handler(int port, int data, int write)
 
     return !write ? ioreq.data : 0;
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index 639b4c57eb9824c0f47dba5791bbaf44539e5dfb..7cd0cf453ffe0f051dd7202856b94a593e95b192 100644 (file)
@@ -827,3 +827,12 @@ void rtc_update_clock(struct domain *d)
     s->current_tm = gmtime(get_localtime(d));
     spin_unlock(&s->lock);
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index bc0601059dd5cb64cadd089b44c1a8f15658b74d..fc307c0fc5f6320e549e555494475baf60bc8620 100644 (file)
@@ -1279,3 +1279,12 @@ void vlapic_destroy(struct vcpu *v)
     unmap_domain_page_global(vlapic->regs);
     free_domheap_page(vlapic->regs_page);
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
index fea3f68f9ea6de944ee6159898e5484be4b481e7..5ca513cd3c2f326ad6d781be18c4a14920e98d9b 100644 (file)
@@ -473,3 +473,12 @@ int vpic_ack_pending_irq(struct vcpu *v)
     vector = vpic[irq >> 3].irq_base + (irq & 7);
     return vector;
 }
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */