e332617a7d
- TCG support (No longer requires GCC 3.x) - Kernel Virtual Machine acceleration support [kernel bits not ported to FreeBSD yet] - BSD userspace emulation [untested on FreeBSD, probably doesn't work at least for i386 hosts] - Bluetooth emulation and host passthrough support [not ported to FreeBSD yet] - GDB XML register description support - Intel e1000 emulation - HPET emulation - VirtIO paravirtual device support - Marvell 88w8618 / MusicPal emulation - Nokia N-series tablet emulation / OMAP2 processor emulation - PCI hotplug support - Live migration and new save/restore formats - Curses display support - qemu-nbd utility to mount supported block formats [not ported to FreeBSD yet] - Altivec support in PPC emulation and new firmware (OpenBIOS) - Multiple VNC clients are now supported - TLS encryption is now supported in VNC - MIPS Magnum R4000 machine (Herve Poussineau) - Braille support (Samuel Thibault) - Freecom MusicPal system emulation (Jan Kiszka) - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski) - EsounD audio driver (Frederick Reeve) - Gravis Ultrasound GF1 sound card (Tibor "TS" Schuetz) - Many, many, bug fixes and new features
76 lines
2.2 KiB
Text
76 lines
2.2 KiB
Text
bin/qemu
|
|
bin/qemu-img
|
|
%%ALLTARGETS%%bin/qemu-sparc64
|
|
%%ALLTARGETS%%bin/qemu-system-arm
|
|
%%ALLTARGETS%%bin/qemu-system-cris
|
|
%%ALLTARGETS%%bin/qemu-system-m68k
|
|
%%ALLTARGETS%%bin/qemu-system-mips
|
|
%%ALLTARGETS%%bin/qemu-system-mips64
|
|
%%ALLTARGETS%%bin/qemu-system-mips64el
|
|
%%ALLTARGETS%%bin/qemu-system-mipsel
|
|
%%ALLTARGETS%%bin/qemu-system-ppc
|
|
%%ALLTARGETS%%bin/qemu-system-ppc64
|
|
%%ALLTARGETS%%bin/qemu-system-ppcemb
|
|
%%ALLTARGETS%%bin/qemu-system-sh4
|
|
%%ALLTARGETS%%bin/qemu-system-sh4eb
|
|
%%ALLTARGETS%%bin/qemu-system-sparc
|
|
bin/qemu-system-x86_64
|
|
@unexec if cmp -s %D/etc/qemu-ifup.sample %D/etc/qemu-ifup; then rm -f %D/etc/qemu-ifup; fi
|
|
etc/qemu-ifup.sample
|
|
@exec if [ ! -f %D/etc/qemu-ifup ] ; then cp -p %D/%F %B/qemu-ifup; fi
|
|
@unexec if cmp -s %D/etc/qemu-ifdown.sample %D/etc/qemu-ifdown; then rm -f %D/etc/qemu-ifdown; fi
|
|
etc/qemu-ifdown.sample
|
|
@exec if [ ! -f %D/etc/qemu-ifdown ] ; then cp -p %D/%F %B/qemu-ifdown; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%DATADIR%%/bios.bin
|
|
%%DATADIR%%/vgabios.bin
|
|
%%DATADIR%%/vgabios-cirrus.bin
|
|
%%DATADIR%%/ppc_rom.bin
|
|
%%DATADIR%%/openbios-ppc
|
|
%%DATADIR%%/openbios-sparc32
|
|
%%DATADIR%%/openbios-sparc64
|
|
%%DATADIR%%/video.x
|
|
%%DATADIR%%/pxe-e1000.bin
|
|
%%DATADIR%%/pxe-ne2k_pci.bin
|
|
%%DATADIR%%/pxe-rtl8139.bin
|
|
%%DATADIR%%/pxe-pcnet.bin
|
|
%%DATADIR%%/bamboo.dtb
|
|
%%DATADIR%%/keymaps/ar
|
|
%%DATADIR%%/keymaps/common
|
|
%%DATADIR%%/keymaps/da
|
|
%%DATADIR%%/keymaps/de
|
|
%%DATADIR%%/keymaps/de-ch
|
|
%%DATADIR%%/keymaps/en-gb
|
|
%%DATADIR%%/keymaps/en-us
|
|
%%DATADIR%%/keymaps/es
|
|
%%DATADIR%%/keymaps/et
|
|
%%DATADIR%%/keymaps/fi
|
|
%%DATADIR%%/keymaps/fo
|
|
%%DATADIR%%/keymaps/fr
|
|
%%DATADIR%%/keymaps/fr-be
|
|
%%DATADIR%%/keymaps/fr-ca
|
|
%%DATADIR%%/keymaps/fr-ch
|
|
%%DATADIR%%/keymaps/hr
|
|
%%DATADIR%%/keymaps/hu
|
|
%%DATADIR%%/keymaps/is
|
|
%%DATADIR%%/keymaps/it
|
|
%%DATADIR%%/keymaps/ja
|
|
%%DATADIR%%/keymaps/lt
|
|
%%DATADIR%%/keymaps/lv
|
|
%%DATADIR%%/keymaps/mk
|
|
%%DATADIR%%/keymaps/modifiers
|
|
%%DATADIR%%/keymaps/nl
|
|
%%DATADIR%%/keymaps/nl-be
|
|
%%DATADIR%%/keymaps/no
|
|
%%DATADIR%%/keymaps/pl
|
|
%%DATADIR%%/keymaps/pt
|
|
%%DATADIR%%/keymaps/pt-br
|
|
%%DATADIR%%/keymaps/ru
|
|
%%DATADIR%%/keymaps/sl
|
|
%%DATADIR%%/keymaps/sv
|
|
%%DATADIR%%/keymaps/th
|
|
%%DATADIR%%/keymaps/tr
|
|
@dirrm %%DATADIR%%/keymaps
|
|
@dirrm %%DATADIR%%
|