<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic about vt-d in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486983#M23979</link>
    <description>&lt;P&gt;hi, the vt-d is very complicate.&lt;/P&gt;&lt;P&gt;is there any sample code could help me to implment the dma-remapping in my system?&lt;/P&gt;&lt;P&gt;my processor is i7 2600.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2014 07:10:15 GMT</pubDate>
    <dc:creator>wmirr</dc:creator>
    <dc:date>2014-03-21T07:10:15Z</dc:date>
    <item>
      <title>about vt-d</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486983#M23979</link>
      <description>&lt;P&gt;hi, the vt-d is very complicate.&lt;/P&gt;&lt;P&gt;is there any sample code could help me to implment the dma-remapping in my system?&lt;/P&gt;&lt;P&gt;my processor is i7 2600.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 07:10:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486983#M23979</guid>
      <dc:creator>wmirr</dc:creator>
      <dc:date>2014-03-21T07:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: about vt-d</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486984#M23980</link>
      <description>&lt;P&gt;Hi watermirror,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confirm if you are referring to a code to modify the DMA on the processor? I mean changing the configuration on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some information you can find very helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html"&gt;https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html&lt;/A&gt; &lt;A href="https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html"&gt;https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 16:51:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486984#M23980</guid>
      <dc:creator>Kevin_M_Intel</dc:creator>
      <dc:date>2014-03-24T16:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: about vt-d</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486985#M23981</link>
      <description>&lt;P&gt;Hi kevin,&lt;/P&gt;&lt;P&gt;My goal is to prevent some part of memory from being destroied by DMA access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already read the &lt;/P&gt;&lt;P&gt;&lt;A href="https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html"&gt;https://www-ssl.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html&lt;/A&gt; Intel® Virtualization Technology for Directed I/O: Spec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still do not know how to start code.I can understand the table which remaped dma.&lt;/P&gt;&lt;P&gt;But how could I assign device to certain guest(or VM), how could I know if there any access volating the dma remaping table?&lt;/P&gt;&lt;P&gt;Is there any more document I should read?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2014 07:40:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486985#M23981</guid>
      <dc:creator>wmirr</dc:creator>
      <dc:date>2014-03-25T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: about vt-d</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486986#M23982</link>
      <description>&lt;P&gt;I will verify this with the development team. Let me check and I will be back with more information.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 16:39:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486986#M23982</guid>
      <dc:creator>Kevin_M_Intel</dc:creator>
      <dc:date>2014-03-27T16:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: about vt-d</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486987#M23983</link>
      <description>&lt;P&gt;Hello watermirror,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for the delay and I appreciate your patience.&lt;/P&gt;&lt;P&gt;Based on the research, there is a link that contains very detail information that can help you with your task. Here is it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/"&gt;https://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/&lt;/A&gt; &lt;A href="https://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/"&gt;https://software.intel.com/en-us/blogs/2009/02/24/step-by-step-guide-on-how-to-enable-vt-d-and-perform-direct-device-assignment/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, you should not need to do any programming. Let me know if it works.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 18:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/about-vt-d/m-p/486987#M23983</guid>
      <dc:creator>Kevin_M_Intel</dc:creator>
      <dc:date>2014-04-16T18:46:55Z</dc:date>
    </item>
  </channel>
</rss>

