Changeset 9da0e9c
- Timestamp:
- 09/26/2014 02:24:57 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bcb2837
- Parents:
- 562e942
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r562e942 r9da0e9c 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update to qemu-2.12. Fixes 52 <ulink url="&blfs-ticket-root;5495">#5495</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[bdubbs] - Update to glib-networking-2.42.0. Fixes 52 56 <ulink url="&blfs-ticket-root;5560">#5560</ulink>.</para> … … 68 72 </listitem> 69 73 <listitem> 70 <para>[bdubbs] - Update to libsigc++-2.4 0.0. Fixes74 <para>[bdubbs] - Update to libsigc++-2.4.0. Fixes 71 75 <ulink url="&blfs-ticket-root;5518">#5518</ulink>.</para> 72 76 </listitem> -
packages.ent
r562e942 r9da0e9c 65 65 66 66 <!-- Chapter 8 Virtualization --> 67 <!ENTITY qemu-version "2.1. 0">67 <!ENTITY qemu-version "2.1.2"> 68 68 69 69 <!-- Part III --> -
postlfs/virtualization/qemu.xml
r562e942 r9da0e9c 7 7 <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2"> 8 8 <!ENTITY qemu-download-ftp " "> 9 <!ENTITY qemu-md5sum " 6726977292b448cbc7f89998fac6983b">10 <!ENTITY qemu-size "2 3MB">11 <!ENTITY qemu-buildsize "28 7MB">12 <!ENTITY qemu-time "1. 4SBU">9 <!ENTITY qemu-md5sum "0ff197c4ed4b695620bc4734e77c888f"> 10 <!ENTITY qemu-size "22 MB"> 11 <!ENTITY qemu-buildsize "286 MB"> 12 <!ENTITY qemu-time "1.6 SBU"> 13 13 ]> 14 14 … … 144 144 commands:</para> 145 145 146 <screen><userinput>sed -e '/#include <sys\/capability.h>/ d' \ 147 -e '/#include "virtio-9p-marshal.h"/ i#include <sys\/capability.h>' \ 148 -i fsdev/virtfs-proxy-helper.c && 149 150 ./configure --prefix=/usr \ 146 <screen><userinput>./configure --prefix=/usr \ 151 147 --sysconfdir=/etc \ 152 148 --docdir=/usr/share/doc/qemu-&qemu-version; \ … … 199 195 <sect2 role="commands"> 200 196 <title>Command Explanations</title> 201 202 <para><command>sed -e '/#include ... fsdev/virtfs-proxy-helper.c</command>:203 Fixes <application>qemu-&qemu-version;</application> to build with204 <application>libcap-&libcap-version;</application>.</para>205 197 206 198 <para><parameter>--target-list=x86_64-softmmu</parameter>: This switch
Note:
See TracChangeset
for help on using the changeset viewer.