search for: timer1

Displaying 20 results from an estimated 22 matches for "timer1".

Did you mean: timer
2007 Jan 10
9
[Patch] Fix the slow wall clock time issue in x64 SMP Vista
In x64 SMP Vista HVM guest (vcpus=2 in the configuration file), the wall clock time is 50% slower than that in the real world. The attached patch fixes the issue. -- Dexuan Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Jul 16
3
Simultaneous Ring
I have a need to issue a dial command to a number: same => n,Dial(${DIALGROUP1},${TIMER1},t) After a number of seconds, let's say 10 seconds. I want to dial another set of numbers while continuing to ring, or interrupting the first group of numbers. same => n,Dial(${DIALGROUP2},${TIMER1},t) Is there a way to do this without interrupting the first call? Thanks, Scott Haley...
2007 May 14
3
zaptel huge irq problem
...735119 0 Dynamic-irq timer0 257: 3986325 0 Dynamic-irq resched0 258: 37 0 Dynamic-irq callfunc0 259: 0 4652748 Dynamic-irq resched1 260: 0 139 Dynamic-irq callfunc1 261: 0 28924306 Dynamic-irq timer1 262: 1021 0 Dynamic-irq xenbus 263: 0 0 Dynamic-irq console NMI: 0 0 LOC: 0 0 ERR: 0 MIS: 0
2003 Dec 08
3
Strange variable chopping from AGI's
...ot;, so this is not an issue of the digits being dropped due to ending with "0" or "00". Other notes: if I swap out priority 5 with other non-agi applications, there is no difference in results. [foo] exten => _X.,1,AbsoluteTimeout(4) exten => _X.,2,AGI(/home/jtodd/agi/timer1) exten => _X.,3,SetVar(STARTTIME=${HIRESTIMESTAMP}) exten => _X.,4,NoOp(${HIRESTIMESTAMP}) exten => _X.,5,AGI(some-harmless-other-agi-here) exten => _X.,6,AGI(/home/jtodd/agi/timer1) exten => _X.,7,NoOp(${HIRESTIMESTAMP}) exten => _X.,8,SetVar(ENDTIME=${HIRESTIMESTAMP}) exten =&gt...
2011 Jul 15
0
APIC not running in Xen
...sched0 258: 32 0 0 0 Dynamic-irq callfunc0 259: 0 9402 0 0 Dynamic-irq resched1 260: 0 109 0 0 Dynamic-irq callfunc1 261: 0 168102 0 0 Dynamic-irq timer1 262: 0 0 1118 0 Dynamic-irq resched2 263: 0 0 111 0 Dynamic-irq callfunc2 264: 0 0 150643 0 Dynamic-irq timer2 265: 0 0 0 1787 Dynamic-irq resched3...
2008 Jun 11
3
RE: Missed interrupt. Increasing latency to 5 ms in orderto compensate.
Is it possible the cpu(s) are being taxed? If they are under heavy load (from another domain most likely) it may cause the domain to not respond to interrupts in a timely manner. If this is the case, you might try changing the scheduling weights of your domains (search the list). _____ From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of
2007 Jul 06
0
eth0 does not exist when booting xen kernel
...613405 0 Dynamic-irq timer0 257: 1660 0 Dynamic-irq resched0 258: 38 0 Dynamic-irq callfunc0 259: 0 1905 Dynamic-irq resched1 260: 0 50 Dynamic-irq callfunc1 261: 0 12785 Dynamic-irq timer1 262: 83 0 Dynamic-irq xenbus 263: 54 0 Dynamic-irq console NMI: 0 0 LOC: 0 0 ERR: 0 MIS: 0 /proc/interrupts then i boot non-xen kernel looks like this: cat /proc/interrupts CPU0 CPU...
2006 Feb 22
4
PCI passthrough working on Xen 3!
...12093 0 Dynamic-irq timer0 257: 1852 0 Dynamic-irq resched0 258: 39 0 Dynamic-irq callfunc0 259: 0 2057 Dynamic-irq resched1 260: 0 39 Dynamic-irq callfunc1 261: 0 6934 Dynamic-irq timer1 262: 340 0 Dynamic-irq xenbus 263: 1098 0 Dynamic-irq xencons 264: 2357 0 Dynamic-irq blkif 265: 6 0 Dynamic-irq eth0 NMI: 0 0 LOC: 0 0 ERR: 0 MIS: 0 Thanks Je...
2010 Aug 05
2
working config for xen which would transfer a serial interface
...namic-irq xenfb 262: 0 Dynamic-irq xenkbd 263: 6607 Dynamic-irq blkif 264: 8959 Dynamic-irq eth0 NMI: 0 LOC: 0 ERR: 0 MIS: 0 [root at DomU ~]# cat /proc/ioports 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-0060 : keyboard 0064-0064 : keyboard 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu [root at DomU ~]# lsmod Module Size Used by 8250_pnp 43969 0 parport_serial 41153 0 8250_pci 56257 1 parport_serial 8250...
2006 Jan 17
0
asterisk.ctl limitations
...%d"; static char hexnibs[20] = "0123456789abcdef "; +char * unixsock_name = NULL; /* the filename for the unix domain socket to + connect to or listen on, and also a flag + to tell when in unixsock mode */ /* will malloc up the following globals: */ struct timeval * timer1 = NULL; struct timeval * timer2 = NULL; SAI * lclend = NULL; /* sockaddr_in structs */ SAI * remend = NULL; +SAU * unixsock = NULL; HINF ** gates = NULL; /* LSRR hop hostpoop */ char * optbuf = NULL; /* LSRR or sockopts */ char * bigbuf_in; /* data buffers */ @@ -660,10 +666,17 @@ /* g...
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...timer0 65: 3420 0 xen-percpu-ipi resched0 66: 0 0 xen-percpu-ipi callfunc0 67: 0 0 xen-percpu-virq debug0 68: 389 0 xen-percpu-ipi callfuncsingle0 69: 0 8640 xen-percpu-virq timer1 70: 0 3003 xen-percpu-ipi resched1 71: 0 0 xen-percpu-ipi callfunc1 72: 0 0 xen-percpu-virq debug1 73: 0 415 xen-percpu-ipi callfuncsingle1 74: 304 0 xen-dyn-event xenbus...
2006 Jul 07
7
[PATCH] xenconsole fix
xenconsole fix. reference of tty->count in xencons_close() is racy. It must be protected by tty_sem semaphore like con_close() in drivers/char/vt.c -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 May 20
7
[pv_ops] e1000e: "Detected Tx Unit Hang"
Hello, my server has massive problems with my NIC. I got: "Detected Tx Unit Hang". At the moment I use 2.6.31 from Jeremy, does anyone know if it''s fixed in 2.6.32 or newer tree? Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 02
12
latest pv_ops dom0 (2.6.29-rc6) crashes / unhandled page fault
Hello. log of the crashing boot process: http://pasik.reaktio.net/xen/pv_ops-dom0-debug/pv_ops-dom0-bootlog-14-xen331-linux-2.6.29-rc6-crash.txt 2.6.29-rc5 based pv_ops dom0 works on the same computer.. with the same Xen version. I tried with and without pci=nomsi. adding ''noapic'' doesn''t seem to help (I need that with 2.6.29-rc5 to make it work). Any ideas
2010 Apr 11
7
dom0 crash, require assistance interpretting logs and config suggestions
...2805 0 0 Dynamic-irq-level resched1 261: 0 189 0 0 Dynamic-irq-level callfunc1 262: 0 543 0 0 Dynamic-irq-level spinlock1 263: 0 58565 0 0 Dynamic-irq-level timer1 264: 0 0 4449 0 Dynamic-irq-level resched2 265: 0 0 177 0 Dynamic-irq-level callfunc2 266: 0 0 570 0 Dynamic-irq-level spinlock2 267: 0 0 43025 0 D...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nd serial interrupts\n"); writeb((u8) HC_INT_MASK_REG, csr_hc_index); writeb((u8) ALL_INDEXED_INTS_MASK, csr_hc_data); - dbg("disabled host control, fault and serial interrupts"); + dbg("disabled host control, fault and serial interrupts\n"); /* * Disable timer0, timer1 and ENUM interrupts */ - dbg("disabling timer0, timer1 and ENUM interrupts"); + dbg("disabling timer0, timer1 and ENUM interrupts\n"); writeb((u8) ALL_DIRECT_INTS_MASK, csr_int_mask); - dbg("disabled timer0, timer1 and ENUM interrupts"); + dbg("disabled timer...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nd serial interrupts\n"); writeb((u8) HC_INT_MASK_REG, csr_hc_index); writeb((u8) ALL_INDEXED_INTS_MASK, csr_hc_data); - dbg("disabled host control, fault and serial interrupts"); + dbg("disabled host control, fault and serial interrupts\n"); /* * Disable timer0, timer1 and ENUM interrupts */ - dbg("disabling timer0, timer1 and ENUM interrupts"); + dbg("disabling timer0, timer1 and ENUM interrupts\n"); writeb((u8) ALL_DIRECT_INTS_MASK, csr_int_mask); - dbg("disabled timer0, timer1 and ENUM interrupts"); + dbg("disabled timer...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...nd serial interrupts\n"); writeb((u8) HC_INT_MASK_REG, csr_hc_index); writeb((u8) ALL_INDEXED_INTS_MASK, csr_hc_data); - dbg("disabled host control, fault and serial interrupts"); + dbg("disabled host control, fault and serial interrupts\n"); /* * Disable timer0, timer1 and ENUM interrupts */ - dbg("disabling timer0, timer1 and ENUM interrupts"); + dbg("disabling timer0, timer1 and ENUM interrupts\n"); writeb((u8) ALL_DIRECT_INTS_MASK, csr_int_mask); - dbg("disabled timer0, timer1 and ENUM interrupts"); + dbg("disabled timer...
2012 Jul 11
12
99% iowait on one core in 8 core processor
Hi All, We have a xen server and using 8 core processor. I can see that there is 99% iowait on only core 0. 02:28:49 AM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s 02:28:54 AM all 0.00 0.00 0.00 12.65 0.00 0.02 2.24 85.08 1359.88 02:28:54 AM 0 0.00 0.00 0.00 96.21 0.00 0.20 3.19 0.40 847.11 02:28:54 AM
2012 Dec 13
7
HVM bug: system crashes after offline online a vcpu
Hi Konrad I encountered a bug when trying to bring offline a cpu then online it again in HVM. As I''m not very familiar with HVM stuffs I cannot come up with a quick fix. The HVM DomU is configured with 4 vcpus. After booting into command prompt, I do following operations. # echo 0 > /sys/devices/system/cpu/cpu3/online # echo 1 > /sys/devices/system/cpu/cpu3/online With