search for: maddr

Displaying 20 results from an estimated 119 matches for "maddr".

Did you mean: addr
2007 Jun 11
5
[PATCH][Linux] gnttab: make dma address conversion logic of gnttab dma arch specific.
...c of gnttab dma arch specific. gnttab_dma_map_page() and gnttab_dma_unmap_page() uses machine address with dma address interchangebly. However it doesn''t work with auto translated mode enabled (i.e. on ia64) because - bus address space(dma_addr_t) is different from machine address space(maddr_t). With the terminology in xen/include/public/mm.h, dma_addr_t is maddr and maddr_t is gmaddr. So they should be handled differently with auto translated physmap mode enabled. - dma address conversion depends on dma api implementation and its paravirtualization. "pfn_valid(mfn_to...
2012 Nov 13
6
Does xen-4.2.0 support VGA passthrough with the virtual machine created by xl command?
Hi, everyone! I am working on xen-4.2.0 with spice remote connect. My host is Fedora 14 and guest is win7. I have installed spice package and now I can connect to guest by spice client. For better graphics experience, I want to try the VGA passthrough. With spice tool, I have to create a VM by xl command, and now I am wondering if it supports VGA passghrouth? If so, how should I test it ?
2007 Jan 12
0
[PATCH] xc_ptrace PAE awareness
...12-14 22:49:56.000000000 +0100 +++ 2007-01-11/tools/libxc/xc_ptrace.c 2007-01-12 14:10:45.000000000 +0100 @@ -166,14 +166,11 @@ static unsigned long *page_arr * tables. * */ -static unsigned long -to_ma(int cpu, - unsigned long in_addr) +static uint64_t +to_ma(int cpu, uint64_t maddr) { - unsigned long maddr = in_addr; - if ( current_is_hvm && paging_enabled(&ctxt[cpu]) ) - maddr = page_array[maddr >> PAGE_SHIFT] << PAGE_SHIFT; + maddr = (uint64_t)page_array[maddr >> PAGE_SHIFT] << PAGE_SHIFT; return maddr; } @@...
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello, I have finished setting up the load balancer with IPROUTE ... also patch the kernel to support DGD and now it''s working fine with the valuable guide at LARTC website, Julian Anastasov, and the kind people in this mailing list. Now I would like to launch a web server and a ftp server to the public but I''m stuck into a problem and really need your help. Currently internal
2006 Mar 03
1
SIP Problem - Asterisk to Provider Gateway
...83 Session Progress, with session description 4 1.216377 10.70.0.89 -> 10.70.0.92 SIP Status: 180 Ringing 5 1.528401 10.70.0.89 -> 10.70.0.92 SIP/SDP Status: 200 OK, with session description 6 1.528820 10.70.0.92 -> 10.70.0.89 SIP Request: ACK sip:2924357@127.0.0.100:5060;maddr=10.70.0.89;transport=udp 7 1.771613 10.70.0.89 -> 10.70.0.92 SIP/SDP Status: 200 OK, with session description 8 1.772038 10.70.0.92 -> 10.70.0.89 SIP Request: ACK sip:2924357@127.0.0.100:5060;maddr=10.70.0.89;transport=udp 9 2.271674 10.70.0.89 -> 10.70.0.92 SIP/SDP Statu...
2007 Apr 19
1
Asterisk 1.4.2 connection to Nortel CS1000M -followup with log
...Call-ID: 1a17a38a73f5418d5b23c2ab2c2623a8@161.49.142.250 CSeq: 102 INVITE Via: SIP/2.0/UDP 161.49.142.250:5060;rport=5060;branch=z9hG4bK11268a7d Supported: 100rel,sipvc,replaces User-Agent: Nortel CS1000 SIP GW release_4.0 version_sse-4.00.55 Contact: <sip:7113;phone-context=cdp.udp@qg.com:5060;maddr=192.168.45.129;transport=udp;user=phone> Allow: INVITE,ACK,BYE,REGISTER,REFER,NOTIFY,CANCEL,PRACK,OPTIONS,INFO,SUBSCRIBE,UPDATE Content-Length: 0 <-------------> ?--- (11 headers 0 lines) --- ? [Khfemsrv*CLI> <--- SIP read from 192.168.45.129:5060 ---> SIP/2.0 200 OK From: &quo...
2008 Nov 18
6
[PATCH] fix memory allocation from NUMA node for VT-d.
...diff -r 5fd51e1e9c79 xen/drivers/passthrough/vtd/intremap.c --- a/xen/drivers/passthrough/vtd/intremap.c Wed Nov 05 10:57:21 2008 +0000 +++ b/xen/drivers/passthrough/vtd/intremap.c Tue Nov 18 17:37:31 2008 +0900 @@ -473,7 +473,7 @@ ir_ctrl = iommu_ir_ctrl(iommu); if ( ir_ctrl->iremap_maddr == 0 ) { - ir_ctrl->iremap_maddr = alloc_pgtable_maddr(); + ir_ctrl->iremap_maddr = alloc_pgtable_maddr(NULL); if ( ir_ctrl->iremap_maddr == 0 ) { dprintk(XENLOG_WARNING VTDPREFIX, diff -r 5fd51e1e9c79 xen/drivers/passthrough/vtd/iommu.c --...
2003 Oct 03
4
Iconnect Incomming calls
...he call it disconnects. I believe it may be some type of codec issue but I am not very familiar with that layer. Below is the SIP debug Thank for any help.... to 162.33.165.195:5060 Sip read: INVITE sip:14103445557@162.33.165.198 SIP/2.0 Record-Route: <sip:14103445557@213.137.73.178:5060;maddr=213.137.73.176> Via: SIP/2.0/UDP 213.137.73.176:5060;branch=6acca267-67952546-2efdf97b-e80aa0ef-1 Via: SIP/2.0/UDP 213.137.65.234:5060 From: <sip:4103532264@213.137.65.234>;tag=16A2EDA0-5B2 To: <sip:14103445557@213.137.73.178> Date: Fri, 03 Oct 2003 15:38:58 GMT Call-ID: 8A16D3BE-F4...
2004 Aug 04
0
New Head Appears to Break SIP to iConnect
...recording (Your Call Cannot be completed). I've done a 'sip debug,' and it appears that I've got the old 407 Error: (209.98.47.209 is me; 213.xxx.xxx.xxx is iconnect) lizzie*CLI> Sip read: INVITE sip:16126053676@209.98.47.209:5060 SIP/2.0 Via: SIP/2.0/UDP 213.137.73.140:5060;maddr=213.137.73.183 Via: SIP/2.0/UDP 213.137.73.41:5060;branch=22b27932-ad4142ba-5399fdb0-571ef11f-1 Via: SIP/2.0/UDP 213.137.65.239:5060;received=213.137.65.239 To: <sip:16126053676@213.137.73.179> From: <sip:9529496767@213.137.65.239>;tag=31062DE8-21CE Call-ID: 359C5C75-E5BB11D8-9120D756-7...
2005 Jun 02
0
application sdp message and not answering call
I am getting the following information and asterisk 1.0.7 is not answering the call. Any ideas? jerry ------------------ Sip read: INVITE sip:2828;phone-context=cdp.udp@qg.com:5060;maddr=161.49.198.102;transport=udp;user=phone;x-nt-redirect=redirect-server SIP/2.0 From: <sip:3173241052;phone-context=+1@qg.com;user=phone>;tag=c22da8c0-13c4-429efa71-657b8da-2ed To: <sip:2828;phone-context=cdp.udp@qg.com;user=phone> Call-ID: 103548e8-c22da8c0-13c4-429efa71-657b8da-517@...
2014 Jul 10
3
[PATCH 0/3] nvc0: ARB_(multi_)draw_indirect support
The main patches are from Christoph. Unfortunately they're a little beyond my understanding of all the vertex-related details, but they generally seemed fine. I'm just going to push these unless someone steps up to review them. Christoph Bumiller (2): nvc0: add support for indirect drawing nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS Ilia Mirkin (1): nouveau: check if
2014 Dec 31
0
[PATCH] nv50,nvc0: set vertex id base to index_bias
...nvc0/mme/com9097.mme @@ -227,6 +227,7 @@ locn_0f_ts: /* NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT * * NOTE: Saves and restores VB_ELEMENT,INSTANCE_BASE. + * Forcefully sets VERTEX_ID_BASE to the value of VB_ELEMENT_BASE. * * arg = mode * parm[0] = count @@ -247,6 +248,8 @@ locn_0f_ts: maddr 0x150d /* VB_ELEMENT,INSTANCE_BASE */ send $r4 send $r5 + maddr 0x446 + send $r4 mov $r4 0x1 dei_again: maddr 0x586 /* VERTEX_BEGIN_GL */ @@ -258,8 +261,10 @@ dei_again: branz $r2 #dei_again mov $r1 (extrinsrt $r1 $r4 0 1 26) /* set INSTANCE_NEXT */ maddr 0x150d /*...
2005 Jun 02
0
Asterisk connecting to nortel CS 1000 as sip trunk Need help with final piece (incoming call) outgoing works.
...ualify=yes [QuadNortel] type=friend dtmfmode=rfc2833 username=SXNTM1SS1 disallow=all allow=ulaw allow=alaw context=nortel host=192.168.45.194 canreinvite=yes qualify=yes ------------------------------------------------------------------- Sip read: INVITE sip:2828;phone-context=cdp.udp@qg.com:5060;maddr=161.49.198.102;transport=udp;user=phone;x-nt-redirect=redirect-server SIP/2.0 From: <sip:3173241052;phone-context=+1@qg.com;user=phone>;tag=c22da8c0-13c4-429efa71-657b8da-2ed To: <sip:2828;phone-context=cdp.udp@qg.com;user=phone> Call-ID: 103548e8-c22da8c0-13c4-429efa71-657b8da-517@qg.c...
2003 Aug 21
0
No audio in either direction, sip channels hanging, asterisk will not shut down.
...anch=z9hG4bK1fd80848 Record-route: <sip:62.254.245.14:5060;lr=1> From: "2001" <sip:2001@62.254.245.18>;tag=as6992a8b0 To: <sip:3046@sip.culver-tec.com> Call-ID: 171697661abf036a2b3fa6f8741d4749@62.254.245.18 CSeq: 102 INVITE Contact: <sip:3046@vega.culver-tec.com:5060;maddr=62.254.245.12> User-Agent: Vega100-T1E1/08.02.05.1xT017 Content-Type: application/sdp Content-Length: 190 v=0 o=Vega50 11 1 IN IP4 62.254.245.12 s=Sip Call t=0 0 m=audio 10014 RTP/AVP 0 101 c=IN IP4 62.254.245.12 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15,16 11 head...
2004 Aug 30
1
Snom Programmable button Mini Howto and ring state patch
...at 24/8/2004 11:35:01:770 (1163 bytes): NOTIFY sip:9723048720@4.12.220.193:5060;line=t5116uyl SIP/2.0 Via: SIP/2.0/UDP 209.189.239.106:5060;branch=z9hG4bK-05024cf591289707a53e4345ef25f87f.1 Via: SIP/2.0/UDP 4.13.147.200:11636;branch=z9hG4bK-98k96vibydan;rport Record-Route: <sip:abpusa.com:5060;maddr=209.189.239.106> From: <sip:9723048722@abpusa.com;user=phone>;tag=wr4771pry1 To: <sip:9723048720@abpusa.com>;tag=gh50agmbxb Call-ID: 3c26700d3618-u5uzu5ev2xn6@4-12-220-193 CSeq: 9 NOTIFY Max-Forwards: 69 Contact: <sip:9723048722@abpusa.com;gruu=dekqyehe> Event: dialog Content-T...
2005 Jun 06
1
Issue with SIP inter-op
...ect with a sipura phone or a grandstream, no problem. When I configure asterisk, I'm able to send out calls to the carrier no problems, however, receiving calls doesn't work, and I keep getting the following messages: <-- SIP read from 69.xx.xx.xx:5060: INVITE sip:s@10.0.0.200:5060;maddr=10.0.0.200 SIP/2.0 Record-Route: <sip:83555501@69.xx.xx.xx:5060;maddr=69.xx.xx.xx>, <sip:83555501@69.xx.xx.xx:5062;maddr=69.xx.xx.xx> Via: SIP/2.0/UDP 69.xx.xx.xx:5060, SIP/2.0/UDP 69.xx.xx.xx:5062, SIP/2.0/UDP 69.xx.xx.xx:5062, SIP/2.0/UDP 69.xx.xx.xx:5081;branch=z9hG4bKB18439727BD34C1...
2004 Sep 05
0
iconnect and Asterisk
...5060_192_168_1_250_5060@213.137.73.174 :5060>;expires=14 Expires: 120 Content-Length: 0 10 headers, 0 lines Destroying call '6ed54db642def5322c30b4434b737f76@127.0.0.1' localhost*CLI> Sip read: INVITE sip:442087926805@202.166.50.122:5060 SIP/2.0 Via: SIP/2.0/UDP 213.137.73.140:5060;maddr=213.137.73.173 Via: SIP/2.0/UDP 213.137.73.176:5060;branch=34550e33-69d4c647-76eb3474-c49105c4- 1 Via: SIP/2.0/UDP 213.137.81.27:5060;received=213.137.81.27 To: <sip:442087926805@213.137.73.179> From: <sip:44006597471958@213.137.81.27>;tag=DF81964C-1341 Call-ID: DF214E6E-FE9511D8-9BD8BD...
2004 Jul 02
1
Params on SIP URI REGISTER/INVITE
We're doing some SIP development and have a question on "additional parameters" supplied to the register (in this case maddr= and the non-standard clport= in our example below). What we're experiencing is the INVITE doesn't included these parameters and they get dropped when the INVITE is sent to the 10.1.1.97 address. Ideas? Supported? SIP Bug? REGISTER sip:test1.mydomain.com SIP/2.0 Via: SIP/2.0/UDP10.1.1....
2006 Nov 21
0
Nortel CS1000 Asterisk with SIP
Skipped content of type multipart/alternative-------------- next part -------------- Nov 21 14:17:47 VERBOSE[32580] logger.c: <-- SIP read from 172.25.103.222:5060: INVITE sip:1715;phone-context=exp_net.ascom@ascom.be:5060;maddr=172.25.96.48;transport=udp;user=phone;x-nt-redirect=redirect-server SIP/2.0 From: <sip:1649;phone-context=Exp_Net.ascom@ascom.be;user=phone>;tag=de6719ac-13c4-45630b31-5f87fa39-180d To: <sip:1715;phone-context=Exp_Net.ascom@ascom.be;user=phone> Call-ID: f8b5ad8-de6719ac-13c4-45630b31-5f...
2013 Jan 16
1
rombios unable to loaded MPT BIOS
...be: console-0: xen be: console-0: initialise() failed initialise() failed xen be: console-0: xen be: console-0: initialise() failed initialise() failed xen be: console-0: xen be: console-0: initialise() failed initialise() failed cirrus vga map change while on lfb mode pt_iomem_map: e_phys=f3100000 maddr=df040000 type=0 len=262144 index=3 first_map=1 pt_iomem_map: e_phys=f3140000 maddr=df640000 type=0 len=262144 index=3 first_map=1 pt_iomem_map: e_phys=f3180000 maddr=df03c000 type=0 len=16384 index=1 first_map=1 pt_iomem_map: e_phys=f3184000 maddr=df63c000 type=0 len=16384 index=1 first_map=1 pt_io...