Changeset 2a88aa3e


Ignore:
Timestamp:
12/10/2014 08:29:36 PM (9 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.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2347067b
Parents:
af176a5f
Message:

Update to qemu-2.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    raf176a5f r2a88aa3e  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to qemu-2.2.0. Fixes
     52          <ulink url="&blfs-ticket-root;5936">#5936</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to BIND-9.10.1-P1 and BIND
    5256          Utilities-9.10.1-P1. Fixes
  • packages.ent

    raf176a5f r2a88aa3e  
    6565
    6666<!-- Chapter 8 Virtualization -->
    67 <!ENTITY qemu-version                 "2.1.2">
     67<!ENTITY qemu-version                 "2.2.0">
    6868
    6969<!-- Part III -->
  • postlfs/virtualization/qemu.xml

    raf176a5f r2a88aa3e  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "0ff197c4ed4b695620bc4734e77c888f">
    10   <!ENTITY qemu-size          "22 MB">
    11   <!ENTITY qemu-buildsize     "286 MB">
    12   <!ENTITY qemu-time          "1.6 SBU">
     9  <!ENTITY qemu-md5sum        "f7a5e2da22d057eb838a91da7aff43c8">
     10  <!ENTITY qemu-size          "23 MB">
     11  <!ENTITY qemu-buildsize     "300 MB">
     12  <!ENTITY qemu-time          "1.9 SBU">
    1313]>
    1414
     
    144144    commands:</para>
    145145
    146 <screen><userinput>./configure --prefix=/usr \
     146<screen><userinput>sed -i '/resource/ i#include &lt;sys/xattr.h&gt;' fsdev/virtfs-proxy-helper.c &amp;&amp;
     147
     148./configure --prefix=/usr \
    147149            --sysconfdir=/etc \
    148150            --docdir=/usr/share/doc/qemu-&qemu-version; \
     
    159161    <para>
    160162      You will need a dedicated group that will contain users (other than root)
    161       allowed to access the KVM device. Add the group by running the following
    162       command as the <systemitem class="username">root</systemitem> user:
    163     </para>
    164 
    165 <screen role="root"><userinput>groupadd -g 61 kvm</userinput></screen>
     163      allowed to access the KVM device.  Add the group and allow network
     164      bridging connectivity for that group by running the following commands as
     165      the <systemitem class="username">root</systemitem> user:
     166    </para>
     167
     168<screen role="root"><userinput>groupadd -g 61 kvm                         &amp;&amp;
     169chgrp kvm  /usr/libexec/qemu-bridge-helper &amp;&amp;
     170chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen>
    166171
    167172    <para>
     
    195200  <sect2 role="commands">
    196201    <title>Command Explanations</title>
     202
     203    <para><command>sed ... virtfs-proxy-helper.c</command>: Fix a build
     204    problem introduced by recent glibc include files.</para>
    197205
    198206    <para><parameter>--target-list=x86_64-softmmu</parameter>: This switch
Note: See TracChangeset for help on using the changeset viewer.