[Qemu-devel] [PULL 0/1] Authz next patches

Daniel P. Berrangé posted 1 patch 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190321115330.6398-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
include/authz/base.h     | 4 ++--
include/authz/list.h     | 4 ++--
include/authz/listfile.h | 4 ++--
include/authz/pamacct.h  | 4 ++--
include/authz/simple.h   | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
[Qemu-devel] [PULL 0/1] Authz next patches
Posted by Daniel P. Berrangé 5 years, 1 month ago
The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:

  Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/authz-next-pull-request

for you to fetch changes up to 063603d43ec428c1acc63c4e1f8593a7b6d164f1:

  authz: Use OBJECT_CHECK() on objects (2019-03-21 11:52:37 +0000)

----------------------------------------------------------------
Fix object interface check macro usage

----------------------------------------------------------------

Philippe Mathieu-Daudé (1):
  authz: Use OBJECT_CHECK() on objects

 include/authz/base.h     | 4 ++--
 include/authz/list.h     | 4 ++--
 include/authz/listfile.h | 4 ++--
 include/authz/pamacct.h  | 4 ++--
 include/authz/simple.h   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/1] Authz next patches
Posted by Peter Maydell 5 years, 1 month ago
On Thu, 21 Mar 2019 at 12:11, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:
>
>   Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/authz-next-pull-request
>
> for you to fetch changes up to 063603d43ec428c1acc63c4e1f8593a7b6d164f1:
>
>   authz: Use OBJECT_CHECK() on objects (2019-03-21 11:52:37 +0000)
>
> ----------------------------------------------------------------
> Fix object interface check macro usage
>
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM