<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Makefile#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/platform/goldfish/Makefile</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>9a481bdc - platform: goldfish: Retire pdev_bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Makefile#9a481bdc</link>
        <description>platform: goldfish: Retire pdev_busNot used by goldfish.Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Makefile</description>
        <pubDate>Wed, 01 Aug 2018 00:38:50 +0000</pubDate>
        <dc:creator>Roman Kiryanov &lt;rkir@google.com&gt;</dc:creator>
    </item>
<item>
        <title>bd2f348d - goldfish: refactor goldfish platform configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Makefile#bd2f348d</link>
        <description>goldfish: refactor goldfish platform configsOn new virtual devices, the goldfish virtual bus can be replaced withautoprobing infrastructure like Device Tree.  Refactor the goldfishkernel configs to better accommodate this.Move the goldfish platform into a menuconfig in the style of the chromeplatform, and separate the goldfish bus into its own config option.Signed-off-by: Greg Hackmann &lt;ghackmann@google.com&gt;Signed-off-by: Jin Qian &lt;jinqian@android.com&gt;[Corrected a tristate to bool]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Makefile</description>
        <pubDate>Wed, 06 Jan 2016 14:04:13 +0000</pubDate>
        <dc:creator>Greg Hackmann &lt;ghackmann@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c89f2750 - goldfish: add QEMU pipe driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Makefile#c89f2750</link>
        <description>goldfish: add QEMU pipe driverA QEMU pipe is a very fast communication channel between theguest system and the emulator. Usage from the guest is simplysomething like;  // connect to special device  fd = open(&quot;/dev/qemu_pipe&quot;, O_RDWR);  // tell which service we want to talk to (must be zero-terminated)  write(fd, &quot;pipeName&quot;, strlen(&quot;pipeName&quot;)+1);  // do read()/write() through fd now  ...  // close channel  close(fd);Signed-off-by: David &apos;Digit&apos; Turner &lt;digit@android.com&gt;[Added support for parameter buffers for speed]igned-off-by: Xin, Xiaohui &lt;xiaohui.xin@intel.com&gt;Signed-off-by: Jiang, Yunhong &lt;yunhong.jiang@intel.com&gt;Signed-off-by: Nakajima, Jun &lt;jun.nakajima@intel.com&gt;[Ported to 3.6]Signed-off-by: Tom Keel &lt;thomas.keel@intel.com&gt;[Ported to 3.7, moved to platform/goldfish]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Makefile</description>
        <pubDate>Mon, 21 Jan 2013 23:48:21 +0000</pubDate>
        <dc:creator>David &apos;Digit&apos; Turner &lt;digit@android.com&gt;</dc:creator>
    </item>
<item>
        <title>e809c22b - goldfish: add the goldfish virtual bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/goldfish/Makefile#e809c22b</link>
        <description>goldfish: add the goldfish virtual busThis imports the current Google code and cleans it up slightly to use pr_ andto properly request its resources.Goldfish is an emulator used for Android development. It has a virtual bus wherethe emulator passes platform device information to the guest which then createsthe appropriate devices.This part of the emulation is not architecture specific so should not be hidingin architecture trees as it does in the Google Android tree. The constants ituses do depend on the platform and the platform creates the bus device which thentalks to the emulator to ascertain the actual devices present.Signed-off-by: Sheng Yang &lt;sheng@linux.intel.com&gt;Signed-off-by: Yunhong Jiang &lt;yunhong.jiang@intel.com&gt;Signed-off-by: Xiaohui Xin &lt;xiaohui.xin@intel.com&gt;Signed-off-by: Jun Nakajima &lt;jun.nakajima@intel.com&gt;Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;[Moved out of x86, cleaned up headers]Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/platform/goldfish/Makefile</description>
        <pubDate>Mon, 21 Jan 2013 23:48:07 +0000</pubDate>
        <dc:creator>Jun Nakajima &lt;jnakajim@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
