Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/47] Add QEMU for runing on the target
@ 2012-10-24 21:25 Yann E. MORIN
  2012-10-24 21:25 ` [Buildroot] [PATCH 01/47] package/cURL: fix static link whith openSSL Yann E. MORIN
                   ` (46 more replies)
  0 siblings, 47 replies; 66+ messages in thread
From: Yann E. MORIN @ 2012-10-24 21:25 UTC (permalink / raw)
  To: buildroot

Hello!

This patch series adds qemu as a package to run on the target.

Although this may sound weird in a first place, I use it to build a simple
VM server.

I also use it to build statically-linked user-emulation to run foreign
chroots on my PC (eg. running an ARM chroot on my x86_64), because using
glibc for static-linking is not possible (it still requires some shared
libs that it dlopens at runtime).

For now, I've only build-tested it for an x86_64 uClibc-based target.
It's not complete, but there have been requests (on IRC) by a few users
that are trrying to achieve a similar setup (looks like it). So, to
avoid duplication, here's the full patchset I have here.

In the future, I plan on adding libvirt to remotely manage the VM server.

    [PATCH 01/47] package/cURL: fix static link whith openSSL
    [PATCH 02/47] package/libfdt: new package
    [PATCH 03/47] package/vde2: new package
    [PATCH 04/47] package/libiscsi: new package
    [PATCH 05/47] package/usbredir: new package
    [PATCH 06/47] package/celt051: new package
    [PATCH 07/47] package/python-pyparsing: new package
    [PATCH 08/47] package/spice-protocol: new package
    [PATCH 09/47] package/libcegui: new package
    [PATCH 10/47] package/slirp: new package
    [PATCH 11/47] package/spice-server: new package
    [PATCH 12/47] package/spice: enable client
    [PATCH 13/47] package/spice: enable GUI
    [PATCH 14/47] package/spice: enable slirp support
    [PATCH 15/47] package/libseccomp: new package
    [PATCH 16/47] package/keyutils: new package
    [PATCH 17/47] package/pmake: add host pmake
    [PATCH 18/47] package/libbsd: new package
    [PATCH 19/47] package/libedit2: new package
    [PATCH 20/47] package/ceph: new package
    [PATCH 21/47] package/qemu: new package
    [PATCH 22/47] package/qemu: add basic target selection
    [PATCH 23/47] package/qemu: add fine-grained target selection
    [PATCH 24/47] package/qemu: add SDL frontends
    [PATCH 25/47] package/qemu: add option to enable/disable the VNC frontend
    [PATCH 26/47] package/qemu: add VNC jpeg and png compression
    [PATCH 27/47] package/qemu: add VNC TLS-encryption
    [PATCH 28/47] package/qemu: add option to not install blobs
    [PATCH 29/47] package/qemu: add option to remove unwanted keymaps
    [PATCH 30/47] package/qemu: add uuid support
    [PATCH 31/47] package/qemu: add support for capabilities
    [PATCH 32/47] package/qemu: add attr/xattr option
    [PATCH 33/47] package/qemu: add support for virtfs
    [PATCH 34/47] package/qemu: add support for cURL
    [PATCH 35/47] package/qemu: enable use of the curses frontend
    [PATCH 36/47] package/qemu: add BlueZ connectivity
    [PATCH 37/47] package/qemu: add AIO support
    [PATCH 38/47] package/qemu: add support for FDT
    [PATCH 39/47] package/qemu: add support for VDE switches
    [PATCH 40/47] package/qemu: add iSCSI support
    [PATCH 41/47] package/qemu: add support for USB redirection
    [PATCH 42/47] package/qemu: add support for Spice
    [PATCH 43/47] package/qemu: enable sound
    [PATCH 44/47] package/qemu: add support for libseccomp
    [PATCH 45/47] package/qemu: option to build the docs
    [PATCH 46/47] package/qemu: move sub-options into a sub-menu
    [PATCH 47/47] package/qemu: enable a static build

Regards,
Yann E. MORIN.

^ permalink raw reply	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2012-11-13 23:30 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 21:25 [Buildroot] [PATCH 0/47] Add QEMU for runing on the target Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 01/47] package/cURL: fix static link whith openSSL Yann E. MORIN
2012-10-25 21:36   ` Arnout Vandecappelle
2012-10-26 17:25     ` Yann E. MORIN
     [not found]       ` <7D104BEF3E404707964408D74CCF1F01@JohanW7>
2012-10-26 20:39         ` [Buildroot] [PATCH 01/47] package/cURL: fix static link whithopenSSL Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 02/47] package/libfdt: new package Yann E. MORIN
2012-10-25 21:55   ` Arnout Vandecappelle
2012-10-26 17:36     ` Yann E. MORIN
2012-10-26 22:58       ` Arnout Vandecappelle
2012-10-24 21:25 ` [Buildroot] [PATCH 03/47] package/vde2: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 04/47] package/libiscsi: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 05/47] package/usbredir: " Yann E. MORIN
2012-10-25 22:04   ` Arnout Vandecappelle
2012-10-26 17:39     ` Yann E. MORIN
2012-10-26 23:00       ` Arnout Vandecappelle
2012-10-24 21:25 ` [Buildroot] [PATCH 06/47] package/celt051: " Yann E. MORIN
2012-10-27 19:10   ` Arnout Vandecappelle
2012-10-28 10:48     ` Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 07/47] package/python-pyparsing: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 08/47] package/spice-protocol: " Yann E. MORIN
2012-11-13 23:07   ` Arnout Vandecappelle
2012-10-24 21:25 ` [Buildroot] [PATCH 09/47] package/libcegui: " Yann E. MORIN
2012-11-13 23:12   ` Arnout Vandecappelle
2012-11-13 23:22     ` Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 10/47] package/slirp: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 11/47] package/spice-server: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 12/47] package/spice: enable client Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 13/47] package/spice: enable GUI Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 14/47] package/spice: enable slirp support Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 15/47] package/libseccomp: new package Yann E. MORIN
2012-10-24 22:20   ` Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 16/47] package/keyutils: " Yann E. MORIN
2012-10-25  8:33   ` Jarkko Sakkinen
2012-11-13 23:30     ` Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 17/47] package/pmake: add host pmake Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 18/47] package/libbsd: new package Yann E. MORIN
2012-10-24 21:32   ` Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 19/47] package/libedit2: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 20/47] package/ceph: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 21/47] package/qemu: " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 22/47] package/qemu: add basic target selection Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 23/47] package/qemu: add fine-grained " Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 24/47] package/qemu: add SDL frontends Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 25/47] package/qemu: add option to enable/disable the VNC frontend Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 26/47] package/qemu: add VNC jpeg and png compression Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 27/47] package/qemu: add VNC TLS-encryption Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 28/47] package/qemu: add option to not install blobs Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 29/47] package/qemu: add option to remove unwanted keymaps Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 30/47] package/qemu: add uuid support Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 31/47] package/qemu: add support for capabilities Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 32/47] package/qemu: add attr/xattr option Yann E. MORIN
2012-10-24 21:25 ` [Buildroot] [PATCH 33/47] package/qemu: add support for virtfs Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 34/47] package/qemu: add support for cURL Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 35/47] package/qemu: enable use of the curses frontend Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 36/47] package/qemu: add BlueZ connectivity Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 37/47] package/qemu: add AIO support Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 38/47] package/qemu: add support for FDT Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 39/47] package/qemu: add support for VDE switches Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 40/47] package/qemu: add iSCSI support Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 41/47] package/qemu: add support for USB redirection Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 42/47] package/qemu: add support for Spice Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 43/47] package/qemu: enable sound Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 44/47] package/qemu: add support for libseccomp Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 45/47] package/qemu: option to build the docs Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 46/47] package/qemu: move sub-options into a sub-menu Yann E. MORIN
2012-10-24 21:26 ` [Buildroot] [PATCH 47/47] package/qemu: enable a static build Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox