1. 15 10月, 2013 3 次提交
    • J
      Convert uuid to a string before printing it · dd12942d
      Ján Tomko 提交于
      Introduced by 1fa7946f.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1019023
      (cherry picked from commit 15fac93b)
      dd12942d
    • J
      LXC: Fix handling of RAM filesystem size units · bdd04489
      Ján Tomko 提交于
      Since 76b644c3 when the support for RAM filesystems was introduced,
      libvirt accepted the following XML:
      <source usage='1024' unit='KiB'/>
      
      This was parsed correctly and internally stored in bytes, but it
      was formatted as (with an extra 's'):
      <source usage='1024' units='KiB'/>
      When read again, this was treated as if the units were missing,
      meaning libvirt was unable to parse its own XML correctly.
      
      The usage attribute was documented as being in KiB, but it was not
      scaled if the unit was missing. Transient domains still worked,
      because this was balanced by an extra 'k' in the mount options.
      
      This patch:
      Changes the parser to use 'units' instead of 'unit', as the latter
      was never documented (fixing persistent domains) and some programs
      (libvirt-glib, libvirt-sandbox) already parse the 'units' attribute.
      
      Removes the extra 'k' from the tmpfs mount options, which is needed
      because now we parse our own XML correctly.
      
      Changes the default input unit to KiB to match documentation, fixing:
      https://bugzilla.redhat.com/show_bug.cgi?id=1015689
      (cherry picked from commit 3f029fb5)
      bdd04489
    • M
      qemuMonitorJSONSendKey: Avoid double free · fde599a2
      Michal Privoznik 提交于
      After successful @cmd construction the memory where @keys points to is
      part of @cmd. Avoid double freeing it.
      (cherry picked from commit 3e8343e1)
      fde599a2
  2. 07 10月, 2013 8 次提交
  3. 01 10月, 2013 4 次提交
  4. 30 9月, 2013 8 次提交
  5. 29 9月, 2013 2 次提交
  6. 28 9月, 2013 8 次提交
  7. 27 9月, 2013 7 次提交