1. 03 4月, 2019 7 次提交
    • J
      qemuDomainDiskChangeSupported: use CHECK_STREQ_NULLABLE more · e5794c54
      Ján Tomko 提交于
      Convert the other string comparisons to use the macro.
      Signed-off-by: NJán Tomko <jtomko@redhat.com>
      Reviewed-by: NLaine Stump <laine@laine.org>
      e5794c54
    • A
      tests: Don't use canonical paths in virstoragetest · 35d76db2
      Andrea Bolognani 提交于
      The layout of my home directory is somewhat peculiar: I store
      all git repositories in ~/src/upstream, but since I spend
      almost all of my time hacking on libvirt, I also have a
      convenience symlink ~/src/libvirt -> ~/src/upstream/libvirt
      that I use to access that specific git repository.
      
      The above setup has served me well for years; however, ever
      since commit ca147162 dropped our own custom definitions
      for abs_{,top_}{src,build}dir and started using the ones
      provided by autotools, virstoragetest has started reliably
      failing with errors such as
      
         2) Storage backing chain 2 ...
        Offset 0
        Expect [chain member: 0
        path:/home/abologna/src/upstream/libvirt/tests/virstoragedata/raw
        backingStoreRaw: <null>
        capacity: 0
        encryption: 0
        relPath:<null>
        type:1
        format:1
        protocol:none
        hostname:<null>
        ]
        Actual [chain member: 0
        path:/home/abologna/src/libvirt/tests/virstoragedata/raw
        backingStoreRaw: <null>
        capacity: 0
        encryption: 0
        relPath:<null>
        type:1
        format:1
        protocol:none
        hostname:<null>
        ]
                                    ... FAILED
      
      Using abolute paths instead of canonical ones in the tests makes
      the problem go away.
      
      Note that all tests that are specifically designed to test path
      canonicalization via TEST_PATH_CANONICALIZE() were passing even
      before this patch and are not touched by it.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Acked-by: NMichal Privoznik <mprivozn@redhat.com>
      35d76db2
    • A
      maint: Update references to ChangeLog* · e398f5d4
      Andrea Bolognani 提交于
      The files no longer exist, at least not in their previous form,
      so references to them need to be reworked to still make sense.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      e398f5d4
    • A
      maint: Drop ChangeLog-old · be819ebe
      Andrea Bolognani 提交于
      This file contains the old school ChangeLog, which was manually
      updated for every set of changes before the switch to git.
      
      When libvirt was imported into git, however, *all* history was
      preserved, including the changes documented in this file, and
      can still be inspected using 'git log' just like more recent
      changes: the format might be slightly different, but that's not
      quite reason enough to treat this file any differently than the
      git-generated ChangeLog we just dropped.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      be819ebe
    • A
      maint: Stop generating ChangeLog from git · ce97c33a
      Andrea Bolognani 提交于
      Our ChangeLog is generated by basically redirecting the output
      of 'git log' into it so, as can be expected, it has only gotten
      bigger as development has progressed. As of today, its size has
      reached pretty much comical levels:
      
        $ du -sk ChangeLog
        11328 ChangeLog
      
      All of that for information *literally nobody* cares about: end
      users and distro maintainers have proper release notes lovingly
      compiled for them, while developers peruse the history either by
      calling 'git log' directly or through their favorite $EDITOR's
      git integration.
      
      Replacing the generated ChangeLog with a short message pointing
      interested parties to the git repository does not only reduce
      the size of the unpacked sources from 259904 KiB to 248576 KiB
      (~4% saving): from a quick test on my laptop, doing so reduces
      the size of the *compressed* release archive from 15140 KiB to
      12364 KiB (~18% saving) and also takes the time needed to run
      'make distcheck' down from 4:44 to 4:21 (~8% saving).
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      ce97c33a
    • A
      maint: Post-release version bump to 5.3.0 · 241a0e8c
      Andrea Bolognani 提交于
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      241a0e8c
    • D
      Release of libvirt-5.2.0 · 7966be03
      Daniel Veillard 提交于
      * docs/news.xml: updated for release date
      Signed-off-by: NDaniel Veillard <veillard@redhat.com>
      7966be03
  2. 01 4月, 2019 6 次提交
  3. 30 3月, 2019 1 次提交
  4. 29 3月, 2019 4 次提交
  5. 28 3月, 2019 8 次提交
  6. 27 3月, 2019 14 次提交