<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c99e1e1d - vbox: add HAS_IOPORT dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/virt/vboxguest/Kconfig#c99e1e1d</link>
        <description>vbox: add HAS_IOPORT dependencyThe vboxguest driver depends on port I/O for debug output:include/asm-generic/io.h:626:15: error: call to &apos;_outl&apos; declared with attribute error: outl() requires CONFIG_HAS_IOPORT  626 | #define _outl _outlinclude/asm-generic/io.h:663:14: note: in expansion of macro &apos;_outl&apos;  663 | #define outl _outl      |              ^~~~~drivers/virt/vboxguest/vboxguest_utils.c:102:9: note: in expansion of macro &apos;outl&apos;  102 |         outl(phys_req, gdev-&gt;io_port + VMMDEV_PORT_OFF_REQUEST);      |         ^~~~Most arm64 platforms don&apos;t actually support port I/O, though it iscurrently enabled unconditionally. Refine the vbox dependency to allowturning HAS_IOPORT off in the future when building for platforms withoutport I/O and allow compile-testing on all architectures.Fixes: 5cf8f938bf5c (&quot;vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20250122065445.1469218-1-arnd@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/virt/vboxguest/Kconfig</description>
        <pubDate>Wed, 22 Jan 2025 06:54:33 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5cf8f938 - vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/virt/vboxguest/Kconfig#5cf8f938</link>
        <description>vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64Now that VirtualBox is able to run as a host on arm64 (e.g. the Apple M3processors) we can enable VBOXSF_FS (and in turn VBOXGUEST) for thisarchitecture. Tested with various runs of bonnie++ and dbench on an AppleMacBook Pro with the latest Virtualbox 7.1.4 r165100 installed.Signed-off-by: Christian Kujau &lt;lists@nerdbynature.de&gt;Link: https://lore.kernel.org/r/7384d96c-2a77-39b0-2306-90129bae9342@nerdbynature.deReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/virt/vboxguest/Kconfig</description>
        <pubDate>Mon, 06 Jan 2025 15:32:05 +0000</pubDate>
        <dc:creator>Christian Kujau &lt;lists@nerdbynature.de&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/virt/vboxguest/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/virt/vboxguest/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>0ba002bc - virt: Add vboxguest driver for Virtual Box Guest integration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/virt/vboxguest/Kconfig#0ba002bc</link>
        <description>virt: Add vboxguest driver for Virtual Box Guest integrationThis commit adds a driver for the Virtual Box Guest PCI device used inVirtual Box virtual machines. Enabling this driver will add support forVirtual Box Guest integration features such as copy-and-paste, seamlessmode and OpenGL pass-through.This driver also offers vboxguest IPC functionality which is neededfor the vboxfs driver which offers folder sharing support.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/virt/vboxguest/Kconfig</description>
        <pubDate>Thu, 30 Nov 2017 16:01:27 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
