Changeset 44adaf64


Ignore:
Timestamp:
04/14/2014 10:33:20 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6cfbed09
Parents:
142f958b
Message:

Update to qemu-1.7.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12954 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r142f958b r44adaf64  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 13th, &year;">
     9<!ENTITY releasedate  "April 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    197197
    198198<!-- Chapter 8 Virtualization -->
    199 <!ENTITY qemu-version                 "1.7.0">
     199<!ENTITY qemu-version                 "1.7.1">
    200200
    201201<!-- Part III -->
  • introduction/welcome/changelog.xml

    r142f958b r44adaf64  
    4646
    4747    <listitem>
     48      <para>April 14th, 2014</para>
     49      <itemizedlist>
     50       <listitem>
     51          <para>[bdubbs] - qemu-1.7.1. Fixes
     52          <ulink url="&blfs-ticket-root;4873">#4873</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 13th, 2014</para>
    4959      <itemizedlist>
  • postlfs/virtualization/qemu.xml

    r142f958b r44adaf64  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "32893941d40d052a5e649efcf06aca06">
     9  <!ENTITY qemu-md5sum        "9541063d999cf9659ed7fdce71314f31">
    1010  <!ENTITY qemu-size          "12 MB">
    11   <!ENTITY qemu-buildsize     "215 MB">
    12   <!ENTITY qemu-time          "1.7 SBU">
     11  <!ENTITY qemu-buildsize     "198 MB">
     12  <!ENTITY qemu-time          "1.9 SBU">
    1313]>
    1414
     
    137137  <sect2 role="installation">
    138138    <title>Installation of qemu</title>
    139 
    140     <para>If <application>xorg</application> is not installed in
    141     <filename class='directory'>/usr</filename>, then the linker needs to
    142     be told where it is.  For example:</para>
    143 
    144 <screen><userinput>export LIBRARY_PATH=/opt/xorg/lib</userinput></screen>
    145139
    146140    <para>Install <application>qemu</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.