1. 10 6月, 2013 2 次提交
    • M
      storage: fix description of versionOffset · 78cbff0f
      Martin Kletzander 提交于
      78cbff0f
    • P
      Fix commit 29c1e913 · c2093b2a
      Peter Krempa 提交于
      This patch fixes changes done in commit 29c1e913
      that was pushed without implementing review feedback.
      
      The flag introduced by the patch is changed to VIR_DOMAIN_VCPU_GUEST and
      documentation makes the difference between regular hotplug and this new
      functionality more explicit.
      
      The virsh options that enable the use of the new flag are changed to
      "--guest" and the documentation is fixed too.
      c2093b2a
  2. 09 6月, 2013 1 次提交
    • C
      spec: Drop Requires: vbox · db459dbd
      Cole Robinson 提交于
      Since this package isn't provided by any stock RH based distro. The
      upstream RPMs are called VirtualBox anyways.
      db459dbd
  3. 08 6月, 2013 1 次提交
    • R
      Fix ordering of file open in virProcessGetNamespaces · 68eea850
      Richard Weinberger 提交于
      virProcessGetNamespaces() opens files in /proc/XXX/ns/ which will
      later be passed to setns(). We have to make sure that the file
      descriptors in the array are in the correct order. In particular
      the 'user' namespace must be first otherwise setns() may fail
      for other namespaces.
      
      The order has been taken from util-linux's sys-utils/nsenter.c
      
      Also we must ignore EINVAL in setns() which occurs if the
      namespace associated with the fd, matches the calling process'
      current namespace.
      Signed-off-by: NRichard Weinberger <richard@nod.at>
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      68eea850
  4. 07 6月, 2013 14 次提交
  5. 06 6月, 2013 9 次提交
  6. 05 6月, 2013 12 次提交
  7. 04 6月, 2013 1 次提交
    • A
      Fix a invalid usage of virDomainNetDef in OpenVZ driver · 7a5ac835
      Alvaro Polo 提交于
      OpenVZ was accessing ethernet data to obtain the guest iface name
      regardless the domain is configured to use ethernet or bridged
      networking. This prevented the guest network interface to be rightly
      named for bridged networking.
      7a5ac835