Displaying 3 results from an estimated 3 matches for "338,29".
2011 Nov 10
3
[PATCH] libxl: use named options for tsc_mode
...011 +0000
+++ b/docs/user/xl-domain-config.markdown Thu Nov 10 10:54:39 2011 +0000
@@ -1,4 +1,4 @@
- # xl Domain Configuration
+# xl Domain Configuration
To create a VM (a domain in Xen terminology, sometimes called a guest)
with xl requires the provision of a domain config file. Typically
@@ -338,6 +338,29 @@ accept the defaults for these options wh
extensions (e.g. Windows XP compatibility mode on more modern
Windows OS).
+### Guest Virtual Time Controls
+
+ * `tsc_mode="MODE"`: Specifies how the TSC (Time Stamp Counter)
+ should be provided to the guest (X86 only). S...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...dle_no_hz_irqs);
+DEFINE_PER_CPU(unsigned long, vmi_idle_no_hz_jiffies);
+static DEFINE_PER_CPU(unsigned long, idle_start_jiffies);
+#endif /* CONFIG_NO_IDLE_HZ */
+
/* Number of alarms per second. By default this is CONFIG_VMI_ALARM_HZ. */
static int alarm_hz = CONFIG_VMI_ALARM_HZ;
@@ -324,6 +338,29 @@ static inline void vmi_account_process_t
}
}
+/* Update per-cpu idle times. Used when a no-hz halt is ended. */
+static inline void vmi_account_no_hz_idle_cycles(struct pt_regs *regs,
+ int cpu,
+ unsigned long long cur_process_times_cycles)
+{
+ long long cycles_not_account...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...dle_no_hz_irqs);
+DEFINE_PER_CPU(unsigned long, vmi_idle_no_hz_jiffies);
+static DEFINE_PER_CPU(unsigned long, idle_start_jiffies);
+#endif /* CONFIG_NO_IDLE_HZ */
+
/* Number of alarms per second. By default this is CONFIG_VMI_ALARM_HZ. */
static int alarm_hz = CONFIG_VMI_ALARM_HZ;
@@ -324,6 +338,29 @@ static inline void vmi_account_process_t
}
}
+/* Update per-cpu idle times. Used when a no-hz halt is ended. */
+static inline void vmi_account_no_hz_idle_cycles(struct pt_regs *regs,
+ int cpu,
+ unsigned long long cur_process_times_cycles)
+{
+ long long cycles_not_account...