<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#a6dbe3721eb3b5990707fc3e378c95e505dd8ab5</link>
        <description>update Intel copyright noticesper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the 4 digit year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc).  Contribution date used&quot;--follow -C95%&quot; to get the most accurate date.Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 20:26:26 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>40319c0e77e1ca01b3e8fb6547e4962004f02879 - app: every app should have an (un)install target</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#40319c0e77e1ca01b3e8fb6547e4962004f02879</link>
        <description>app: every app should have an (un)install targetmake install should install all apps.Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;Change-Id: I66c2f4536cb9f4c5bae1895066be2836038c0672Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12901Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 13:10:35 +0000</pubDate>
        <dc:creator>Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>488570ebd418ba07c9e69e65106dcc964f3bb41b - Replace most BSD 3-clause license text with SPDX identifier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#488570ebd418ba07c9e69e65106dcc964f3bb41b</link>
        <description>Replace most BSD 3-clause license text with SPDX identifier.Many open source projects have moved to using SPDX identifiersto specify license information, reducing the amount ofboilerplate code in every source file.  This patch replacesthe bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clauseidentifier.Almost all of these files share the exact same license text,and this patch only modifies the files that contain themost common license text.  There can be slight variationsbecause the third clause contains company names - most say&quot;Intel Corporation&quot;, but there are instances for Nvidia,Samsung, Eideticom and even &quot;the copyright holder&quot;.Used a bash script to automate replacement of the license textwith SPDX identifier which is checked into scripts/spdx.sh.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: &lt;qun.wan@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 19:15:11 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e0516095fc8f50e7ac4e8ecba1c1bed8acbe32a0 - event/vhost: separate vhost subsystem to scsi and blk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#e0516095fc8f50e7ac4e8ecba1c1bed8acbe32a0</link>
        <description>event/vhost: separate vhost subsystem to scsi and blkSeparate out SCSI and BLK vhost subsystems to later addvirtio_blk transport abstraction.This allows for further changes to the vhost_blk, notaffecting vhost_scsi.Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Change-Id: Id1ecfeafeb936809a479a43c321e13f75cb3d5adReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9539Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Tue, 31 Aug 2021 09:28:29 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>af935f768e20bbfa9e866251ff68841b1090eea8 - event: Shift subsystem initialization code to a separate library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#af935f768e20bbfa9e866251ff68841b1090eea8</link>
        <description>event: Shift subsystem initialization code to a separate libraryThis is useful for applications even if they elect not to use the SPDKevent framework.This doesn&apos;t shift everything in one go - just the subsysteminitialization logic. Configuration file loading also needs to movein a separate patch later.Change-Id: Id419df1045442d416650ed90e5ee78adfdd623d7Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6641Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 22:00:03 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d132ee3531c89ea8bdf068f2e0b556bf1ccb86f4 - build: use DEPDIRS variables to build SPDK_LIB_LIST</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#d132ee3531c89ea8bdf068f2e0b556bf1ccb86f4</link>
        <description>build: use DEPDIRS variables to build SPDK_LIB_LISTAll of our Makefiles duplicate huge lists of librariesin SPDK_LIB_LIST.  We have a very precise and accurateaccounting of the library dependencies inmk/spdk.lib_deps.mk which can be used to generatethe full list if the app specifies the modules andsubsystem libraries it wishes to link.I did a first pass through all of the existingMakefiles to take advantage of this new functionality.There may be more optimizations we can make later butdon&apos;t want to hold up this patch for all of them.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Icdaf6f749a6908df2c2ce2db22631a4af4ff3a9eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5553Community-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 11 Dec 2020 20:41:37 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6bd7bd0da2ca5f5045f071b8e48dabebe26974aa - vhost: deprecate internal vhost library support</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#6bd7bd0da2ca5f5045f071b8e48dabebe26974aa</link>
        <description>vhost: deprecate internal vhost library supportThe internal vhost library is used when DPDK&apos;s versionis older than 19.05 and the experiemntal vhost nvmetarget.For the CONFIG_INTERNAL_VHOST_LIB option, SPDK doesn&apos;tenable this option by default over one year and CIdoesn&apos;t cover it either, so we may remove it withthis release.As for the vhost-nvme target, since we are developinga new vfio-user target solution, it&apos;s OK for us to removeit now.Change-Id: Ib2cce1db99cd09754307c2828b3187f2d4550304Signed-off-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4562Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 09 Oct 2020 02:30:05 +0000</pubDate>
        <dc:creator>Changpeng Liu &lt;changpeng.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ebc227d9b23abcf5f81099611254eef84221d186 - bdev: move bdev_rpc library contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#ebc227d9b23abcf5f81099611254eef84221d186</link>
        <description>bdev: move bdev_rpc library contentsWe have some RPCs defined in the bdev library itself,others in a separate bdev_rpc library.  There&apos;s no needfor the separate library - just move them all into thebdev library.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I298eedb88924197e64eb315369efb10f402903a5Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4364Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:24:33 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>73b483c6d2dd31e946da640ee9cb00ae90ea156c - event: move app_rpc contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#73b483c6d2dd31e946da640ee9cb00ae90ea156c</link>
        <description>event: move app_rpc contentsThere is no need to have the application-level RPCsdefined separately from the event library itself(which defines the application framework).Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ic264ed761f5ec1a40d604e63395c5740af4be1a6Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4363Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:12:41 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2e3182551259dc0ed2e140ee5201dca3c111c882 - event: move log_rpc contents to event library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#2e3182551259dc0ed2e140ee5201dca3c111c882</link>
        <description>event: move log_rpc contents to event libraryThe log_rpc library serves little (if any) use inisolation.  It makes more sense to just includethis code in the event library.  The event libraryalready depends on and uses the log library, and itis natural to just enable these RPCs directly inthat library instead.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ie39b8598ce0c06729a13d188ce00da44a996acccReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4362Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:01:28 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c5c9a150a3759736f5f2b9bd0249ecf5ce87174a - make: Create variable for event_bdev dependencies</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#c5c9a150a3759736f5f2b9bd0249ecf5ce87174a</link>
        <description>make: Create variable for event_bdev dependenciesSigned-off-by: Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;Change-Id: I7468dd242b83af8b41d72e503c212c1ffac1abd1Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/614Community-CI: Mellanox Build BotCommunity-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Fri, 31 Jan 2020 15:49:37 +0000</pubDate>
        <dc:creator>Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>aa7a13afc7fbc0663c32833e4a5b3b3606d86fca - global: rename copy to accel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#aa7a13afc7fbc0663c32833e4a5b3b3606d86fca</link>
        <description>global: rename copy to accelThe copy engine library, modules and public APIs have been renamed.Use of the word `copy` has been replaced with the word `accel`short for accelerator in preparation for adding new capabilitiesin the future. Additionally, APIs for what was previously calledthe `memcpy` engine have been renamed to identify the engine as asoftware accelerator.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Ia607aa718416146fbba1e6792b8de0f66bd8a5deReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/576Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 05 Feb 2020 17:10:05 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de467ec91d39d768301dfa150328e86663957101 - env_dpdk/rpc: add rpc to get memory stats.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#de467ec91d39d768301dfa150328e86663957101</link>
        <description>env_dpdk/rpc: add rpc to get memory stats.This will enable us to create a helper applciation to print memorystatistics for a given SPDK application.Change-Id: I0ad5a8163166a5d67d9a5533303ec0858297ba6bSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477511Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Tue, 10 Dec 2019 23:29:37 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bc83adc2db4690d01106db1dbd07254350d99cfb - lib: move trace_rpc into lib/trace</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#bc83adc2db4690d01106db1dbd07254350d99cfb</link>
        <description>lib: move trace_rpc into lib/traceCombinining these two libraries removes some directory complexity. Italso helps us to align on a common practice for including the rpc codewith a given module. This is how all of our bdev modules already do it.The nbd, net, and scsi modules also follow this pattern.Change-Id: I5e4c99d7f0facacc6dfe30b2274b60e0d151f8d8Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465210Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 14 Aug 2019 22:26:37 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fd508c14ca9e8e2b7b6154ba9171b43bead31633 - app/vhost: Optional VMD enumeration</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#fd508c14ca9e8e2b7b6154ba9171b43bead31633</link>
        <description>app/vhost: Optional VMD enumerationVMD section with Enable flag set to trueneed to be defined in config file toenumerate devices behind VMD.Change-Id: Id22e0b940e789a32507e582efda564adae5beb28Signed-off-by: Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459642Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Thu, 27 Jun 2019 15:04:52 +0000</pubDate>
        <dc:creator>Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de5f53220cb1b96b8f1bb4112bc184037c8d116d - notify: add notification library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#de5f53220cb1b96b8f1bb4112bc184037c8d116d</link>
        <description>notify: add notification libraryThis patch adds library that will provide ability to notify aboutevents. On one side each spdk library can specify what kind ofnotification it can produce and on the other side libraries can fetchthose notifications.Example is bdev module, which lib notify about added or removed bdev.Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Signed-off-by: Pawel Wodkowski &lt;pawelx.wodkowski@intel.com&gt;Change-Id: Ia95e564a8a43400b2745d9de8217b9cc84cd1b16Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/431920Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 08:36:25 +0000</pubDate>
        <dc:creator>Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2b846acc49b819c03d394303d2e2fbd95f21d3a3 - configure: add option not to use the internal rte_vhost copy</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#2b846acc49b819c03d394303d2e2fbd95f21d3a3</link>
        <description>configure: add option not to use the internal rte_vhost copyIt&apos;s disabled by default, so no functionality is changed yet.The intention is to use the upstream rte_vhost from DPDK,which - starting from DPDK 19.05 - is finally capable ofrunning with storage device backends.SPDK still requires a lot of changes in order to supportthat upstream version, but the most fundamental change isdropping vhost-nvme support. It&apos;ll remain usable only withthe internal rte_vhost copy and with the upstream rte_vhostit simply won&apos;t be compiled. This allows us at least tocompile with that upstream rte_vhost, where we can pursueadding the full integration.Change-Id: Ic8bc5497c4d77bfef77c57f3d5a1f8681ffb6d1fSigned-off-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/446082Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Mon, 25 Feb 2019 00:57:46 +0000</pubDate>
        <dc:creator>Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae0aae1532c95473937a116c9b6e630f91965e3e - lib/trace: add 3 RPC method for tpoint_group_mask</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#ae0aae1532c95473937a116c9b6e630f91965e3e</link>
        <description>lib/trace: add 3 RPC method for tpoint_group_maskNow trace facility can be enabled/disabled at runtime,besides app starting parametersChange-Id: I086564665ba4375b946a5339d5921d6584e9bfdaSigned-off-by: Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/435470Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Thu, 29 Nov 2018 11:12:26 +0000</pubDate>
        <dc:creator>Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5b16c18d179f15ffaabda19cdabdcc9434962aaa - build: move app rules to spdk.app.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#5b16c18d179f15ffaabda19cdabdcc9434962aaa</link>
        <description>build: move app rules to spdk.app.mkThis removes a ton of duplicate from a lot ofMakefiles.  Note that spdk.unittest.mk still keepsits own app rules, and now just includesspdk.app_vars.mk instead.  Fixing Makefiles thatinclude this .mk file requires more work that isdeferred for now.  We do need to add the&quot;install: all&quot; rule explicitly to this .mk files.Note that Makefiles need to include spdk.app.mknow at the end of the file, so that things likeAPP and SPDK_LIB_LIST are defined before includingit.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: If6823cda135180c37690ffc96c91660b7f0718e3Reviewed-on: https://review.gerrithub.io/434283Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 22:03:15 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5704be8987663f79c140c2178533c938b492c8b3 - build: remove xx_MODULES_LINKER_ARGS and xx_MODULES_FILES</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/app/vhost/Makefile#5704be8987663f79c140c2178533c938b492c8b3</link>
        <description>build: remove xx_MODULES_LINKER_ARGS and xx_MODULES_FILESApplication Makefiles can now just add xx_MODULES_LIB_LISTto SPDK_LIB_LIST.  This is possible now since allSPDK libraries are linked with --whole-archive, so thereis no need to differentiate between &quot;modules&quot; librariesand other SPDK libraries.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iabf81a388b72d3b2a2f48287a8491ddc977722acReviewed-on: https://review.gerrithub.io/434277Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/app/vhost/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 21:28:09 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
