mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8598b8520e
- add slirp udp fix [this should fix the dns problems with some guests] - document slirp problems on recent -current (I don't have a -current box so if someone wants to help debug this you are most welcome!) - memsave monitor command - Dynamic handling of guest mice, by Lonnie Mendez. - PPC32 Trace Exception and Trap instruction, by Jason Wessel. - Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. - Add -boot n option for x86 using PXE, by Anthony Liguori. [for use with tuntap] - Support for Bochs "growing" images, by Volker Ruppert. - Japanese keyboard patch (kazu) - Revert -disk patch, as requested by Fabrice. The general idea of this patch is sound, but the implementation is just too ugly. [this should fix the hanging linux guests] - Devfn number for the PIIX3 southbridge, by Aurelien Jarno. - Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno. - And some more bugfixes. Approved by: miwi (mentor)
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
bin/qemu
|
|
bin/qemu-img
|
|
bin/qemu-system-arm
|
|
bin/qemu-system-mips
|
|
bin/qemu-system-mipsel
|
|
bin/qemu-system-ppc
|
|
bin/qemu-system-sparc
|
|
bin/qemu-system-x86_64
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%DATADIR%%/bios.bin
|
|
%%DATADIR%%/linux_boot.bin
|
|
%%DATADIR%%/vgabios.bin
|
|
%%DATADIR%%/vgabios-cirrus.bin
|
|
%%DATADIR%%/ppc_rom.bin
|
|
%%DATADIR%%/openbios-sparc32
|
|
%%DATADIR%%/video.x
|
|
%%DATADIR%%/pxe-ne2k_pci.bin
|
|
%%DATADIR%%/pxe-rtl8139.bin
|
|
%%DATADIR%%/pxe-pcnet.bin
|
|
%%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%%
|