1. 14 7月, 2014 1 次提交
  2. 12 7月, 2014 3 次提交
  3. 11 7月, 2014 6 次提交
  4. 10 7月, 2014 4 次提交
    • J
      check for cfg->spiceTLS earlier in qemuProcessSPICEAllocatePorts · b02fca79
      Ján Tomko 提交于
      This saves a few lines of code and catches the error when:
      <spice autoport ='yes' defaultMode='any' ..>
        <channel name='main' mode='secure'/>
      </spice>
      is specified with spice_tls = 0 in qemu.conf.
      
      Instead of this error in qemuBuildGraphicsSPICECommandLine:
      error: unsupported configuration: spice secure channels set in XML
      configuration, but TLS port is not provided
      
      an error is reported in qemuProcessSPICEAllocatePorts:
      error: unsupported configuration: Auto allocation of spice TLS port
      requested but spice TLS is disabled in qemu.conf
      
      Inspired by:
      https://www.redhat.com/archives/libvir-list/2014-June/msg01408.html
      b02fca79
    • E
      build: package .pc files for mingw64 · ddf6b139
      Eric Blake 提交于
      Commit 65d8c92a fixed the mingw spec file for 32-bit builds,
      but forgot to make the adjustment for 64-bit builds:
      
      Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/eblake/rpmbuild/BUILDROOT/mingw-libvirt-1.2.7-1.fc20.eblake1404944503.x86_64
      error: Installed (but unpackaged) file(s) found:
         /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libvirt-lxc.pc
         /usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libvirt-qemu.pc
      
      * mingw-libvirt.spec.in (%files): List missing .pc files.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      ddf6b139
    • E
      build: fix gnulib build for mingw · 0c33633f
      Eric Blake 提交于
      Pavel flagged a build regression under mingw, and traced it to a
      recent flaw in gnulib for working around nl_langinfo. This picks
      up the fix.
      
      * gnulib: Update to latest, for mingw build fixes.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      0c33633f
    • O
      libxl: add discard support to libxl_device_disk · 4e7e5e9f
      Olaf Hering 提交于
      Translate libvirt discard settings into libxl-4.5 discard settings.
      Signed-off-by: NOlaf Hering <olaf@aepfle.de>
      4e7e5e9f
  5. 09 7月, 2014 26 次提交