Re: [PATCH 00/10] goldfish: rebase/resend versus current -next

From: Guennadi Liakhovetski
Date: Mon Mar 10 2014 - 11:40:09 EST


Hi Alan,

I'm currently trying to build and run a recent kernel with x86 goldfish
and failing. The android emulator itself is running, I can also build and
run 3.4-based Google x86 goldfish branch, but not current (vanilla)
kernels. Did you run tests yourself? Do you remember, what was needed -
just the mainline kernel with these patches or any additional ones? Have
you got a kernel configuration and command line? Any idea what the last
working kernel version was?

Thanks
Guennadi

On Wed, 9 Jan 2013, Alan Cox wrote:

> And added the pipe driver
>
> ---
>
> Arve HjÃnnevÃg (4):
> goldfish: tty driver
> goldfish: framebuffer
> goldfish: real time clock
> goldfish: NAND flash driver
>
> Brian Swetland (1):
> goldfish: virtual input event driver
>
> David 'Digit' Turner (1):
> goldfish: add QEMU pipe driver
>
> Jun Nakajima (2):
> goldfish: definitions for Goldfish on x86 platforms
> goldfish: add the goldfish virtual bus
>
> Mike Lockwood (2):
> goldfish: emulated MMC device
> goldfish: power device
>
>
> arch/x86/Kconfig | 12 +
> arch/x86/include/asm/goldfish.h | 40 ++
> drivers/input/keyboard/Kconfig | 11 +
> drivers/input/keyboard/Makefile | 1
> drivers/input/keyboard/goldfish_events.c | 199 +++++++++
> drivers/mmc/host/Kconfig | 7
> drivers/mmc/host/Makefile | 1
> drivers/mmc/host/goldfish.c | 577 +++++++++++++++++++++++++++
> drivers/mtd/devices/Kconfig | 7
> drivers/mtd/devices/Makefile | 3
> drivers/mtd/devices/goldfish_nand.c | 475 ++++++++++++++++++++++
> drivers/mtd/devices/goldfish_nand_reg.h | 72 +++
> drivers/platform/Kconfig | 4
> drivers/platform/Makefile | 1
> drivers/platform/goldfish/Kconfig | 5
> drivers/platform/goldfish/Makefile | 5
> drivers/platform/goldfish/goldfish_pipe.c | 631 +++++++++++++++++++++++++++++
> drivers/platform/goldfish/pdev_bus.c | 265 ++++++++++++
> drivers/power/Kconfig | 8
> drivers/power/Makefile | 1
> drivers/power/goldfish_battery.c | 262 ++++++++++++
> drivers/rtc/Kconfig | 9
> drivers/rtc/Makefile | 1
> drivers/rtc/rtc-goldfish.c | 144 +++++++
> drivers/tty/Kconfig | 6
> drivers/tty/Makefile | 1
> drivers/tty/goldfish.c | 340 ++++++++++++++++
> drivers/video/Kconfig | 9
> drivers/video/Makefile | 1
> drivers/video/goldfishfb.c | 326 +++++++++++++++
> 30 files changed, 3422 insertions(+), 2 deletions(-)
> create mode 100644 arch/x86/include/asm/goldfish.h
> create mode 100644 drivers/input/keyboard/goldfish_events.c
> create mode 100644 drivers/mmc/host/goldfish.c
> create mode 100644 drivers/mtd/devices/goldfish_nand.c
> create mode 100644 drivers/mtd/devices/goldfish_nand_reg.h
> create mode 100644 drivers/platform/goldfish/Kconfig
> create mode 100644 drivers/platform/goldfish/Makefile
> create mode 100644 drivers/platform/goldfish/goldfish_pipe.c
> create mode 100644 drivers/platform/goldfish/pdev_bus.c
> create mode 100644 drivers/power/goldfish_battery.c
> create mode 100644 drivers/rtc/rtc-goldfish.c
> create mode 100644 drivers/tty/goldfish.c
> create mode 100644 drivers/video/goldfishfb.c
>
> --
> Moo
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/