<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d9ef309 - libvmmapi: Add a struct vcpu and use it in most APIs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#7d9ef309</link>
        <description>libvmmapi: Add a struct vcpu and use it in most APIs.This replaces the &apos;struct vm, int vcpuid&apos; tuple passed to most APIcalls and is similar to the changes recently made in vmm(4) in thekernel.struct vcpu is an opaque type managed by libvmmapi.  For now it storesa pointer to the VM context and an integer id.As an immediate effect this removes the divergence between the kerneland userland for the instruction emulation code introduced by therecent vmm(4) changes.Since this is a major change to the vmmapi API, bump VMMAPI_VERSION to0x200 (2.0) and the shared library major version.While here (and since the major version is bumped), remove unusedvcpu argument from vm_setup_pptdev_msi*().Add new functions vm_suspend_all_cpus() and vm_resume_all_cpus() foruse by the debug server.  The underyling ioctl (which uses a vcpuid of-1) remains unchanged, but the userlevel API now uses separatefunctions for global CPU suspend/resume.Reviewed by:	corvink, markjDifferential Revision:	https://reviews.freebsd.org/D38124

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Fri, 24 Mar 2023 18:49:06 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45cd18ec - libvmmapi: Fix warnings and stop overridding WARNS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#45cd18ec</link>
        <description>libvmmapi: Fix warnings and stop overridding WARNS- Avoid shadowing the global optarg.- Sprinkle __unused.- Cast nitems() to int.- Fix sign in vm_copy_setup().Reviewed by:	grehanMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D31306

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Mon, 26 Jul 2021 20:40:16 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea4a4d8a - Fix overlinking in bhyve:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#ea4a4d8a</link>
        <description>Fix overlinking in bhyve:libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Thu, 09 Apr 2015 21:38:40 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbfc1c76 - Remove mptable generation code from libvmmapi and move it to bhyve.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#fbfc1c76</link>
        <description>Remove mptable generation code from libvmmapi and move it to bhyve.Firmware tables require too much knowledge of system configuration,and it&apos;s difficult to pass that information in general terms to a library.The upcoming ACPI work exposed this - it will also livein bhyve.Also, remove code specific to NetApp from the mptable name, and removethe -n option from bhyve.Reviewed by:	neelObtained from:	NetApp

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Fri, 26 Oct 2012 13:40:12 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>366f6083 - Import of bhyve hypervisor and utilities, part 1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libvmmapi/Makefile#366f6083</link>
        <description>Import of bhyve hypervisor and utilities, part 1.  vmm.ko - kernel module for VT-x, VT-d and hypervisor control  bhyve  - user-space sequencer and i/o emulation  vmmctl - dump of hypervisor register state  libvmm - front-end to vmm.ko chardev interfacebhyve was designed and implemented by Neel Natu.Thanks to the following folk from NetApp who helped to make this available:	Joe CaraDonna	Peter Snyder	Jeff Heller	Sandeep Mann	Steve Miller	Brian Pawlowski

            List of files:
            /freebsd-14.2/lib/libvmmapi/Makefile</description>
        <pubDate>Fri, 13 May 2011 04:54:01 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
