1. 06 1月, 2017 2 次提交
  2. 05 1月, 2017 1 次提交
  3. 04 1月, 2017 1 次提交
  4. 02 1月, 2017 7 次提交
  5. 22 12月, 2016 1 次提交
    • P
      tests: enable virpolkittest on any ELF platform · c782a8d9
      Pino Toscano 提交于
      This tests uses preload, which should work on any ELF-based platform
      (and indeed it passes on Linux, GNU/kFreeBSD, and FreeBSD).
      
      Also remove the WITH_DBUS conditional, as the test is already built
      based on that conditional.
      c782a8d9
  6. 21 12月, 2016 1 次提交
  7. 20 12月, 2016 1 次提交
  8. 19 12月, 2016 1 次提交
  9. 16 12月, 2016 4 次提交
  10. 14 12月, 2016 2 次提交
  11. 13 12月, 2016 1 次提交
  12. 09 12月, 2016 1 次提交
    • J
      tests: Fix virmacmaptest when allocation fails · 80acf4b8
      John Ferlan 提交于
      If the allocation fails in DO_TEST_FLUSH_PROLOGUE, then 'mgr == NULL',
      but the code continues on - which won't be good. So modify the macro
      to cause an immediate failure and jump to a cleanup label.
      
      Found by Coverity as FORWARD_NULL event.
      80acf4b8
  13. 08 12月, 2016 2 次提交
    • M
      qemu: Create hugepage path on per domain basis · f55afd83
      Michal Privoznik 提交于
      If you've ever tried running a huge page backed guest under
      different user than in qemu.conf, you probably failed. Problem is
      even though we have corresponding APIs in the security drivers,
      there's no implementation and thus we don't relabel the huge page
      path. But even if we did, so far all of the domains share the
      same path:
      
         /hugepageMount/libvirt/qemu
      
      Our only option there would be to set 0777 mode on the qemu dir
      which is totally unsafe. Therefore, we can create dir on
      per-domain basis, i.e.:
      
         /hugepageMount/libvirt/qemu/domainName
      
      and chown domainName dir to the user that domain is configured to
      run under.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      f55afd83
    • M
      conf: Make scheduler formatting simpler · dc18766b
      Martin Kletzander 提交于
      Since the great rework of how we store vcpu- and iothread-related
      data, we have overly complex part of code that is trying to format the
      scheduler tuning data in as less lines as possible by grouping
      settings for multiple threads.  That was designed as an input syntax
      sugar for users, but we don't need to also use that when formatting
      the XML.  Switching to simple enumeration makes the code nicer,
      shorter and more welcoming to future changes.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      dc18766b
  14. 07 12月, 2016 3 次提交
  15. 06 12月, 2016 10 次提交
  16. 05 12月, 2016 2 次提交