qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 804ba7: xen: Fix xenpv machine initialisation


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 804ba7: xen: Fix xenpv machine initialisation
Date: Tue, 22 Nov 2016 06:00:07 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 804ba7c10bbc66bb8a8aa73ecc60f620da7423d5
      
https://github.com/qemu/qemu/commit/804ba7c10bbc66bb8a8aa73ecc60f620da7423d5
  Author: Anthony PERARD <address@hidden>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M xen-common.c
    M xen-hvm.c

  Log Message:
  -----------
  xen: Fix xenpv machine initialisation

When using QEMU for Xen PV guest, QEMU abort with:
xen-common.c:118:xen_init: Object 0x7f2b8325dcb0 is not an instance of type 
generic-pc-machine

This is because the machine 'xenpv' also use accel=xen. Moving the code
to xen_hvm_init() fix the issue.

This fix 021746c131cdfeab9d82ff918795a9f18d20d7ae.

Signed-off-by: Anthony PERARD <address@hidden>
Signed-off-by: Stefano Stabellini <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
Reviewed-by: Stefano Stabellini <address@hidden>


  Commit: ab9125c021e0901794dca7c55702d8ee5efd75fa
      
https://github.com/qemu/qemu/commit/ab9125c021e0901794dca7c55702d8ee5efd75fa
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M xen-common.c
    M xen-hvm.c

  Log Message:
  -----------
  Merge remote-tracking branch 'sstabellini/tags/xen-20161108-tag' into staging

Xen 2016/11/08

# gpg: Signature made Tue 08 Nov 2016 07:48:12 PM GMT
# gpg:                using RSA key 0x894F8F4870E1AE90
# gpg: Good signature from "Stefano Stabellini <address@hidden>"
# gpg:                 aka "Stefano Stabellini <address@hidden>"
# Primary key fingerprint: D04E 33AB A51F 67BA 07D3  0AEA 894F 8F48 70E1 AE90

* sstabellini/tags/xen-20161108-tag:
  xen: Fix xenpv machine initialisation

Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 668c0e441d761a79f33eae11c120e01a29f9d4dd
      
https://github.com/qemu/qemu/commit/668c0e441d761a79f33eae11c120e01a29f9d4dd
  Author: Kevin Wolf <address@hidden>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M block/gluster.c

  Log Message:
  -----------
  gluster: Fix use after free in glfs_clear_preopened()

This fixes a use-after-free bug introduced in commit 6349c154. We need
to use QLIST_FOREACH_SAFE() when freeing elements in the loop. Spotted
by Coverity.

Signed-off-by: Kevin Wolf <address@hidden>
Message-id: address@hidden
Signed-off-by: Jeff Cody <address@hidden>


  Commit: 06bf33cfe708e9ecaeb3c3d3bb80590991141800
      
https://github.com/qemu/qemu/commit/06bf33cfe708e9ecaeb3c3d3bb80590991141800
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M block/gluster.c

  Log Message:
  -----------
  Merge remote-tracking branch 'jtc/tags/block-pull-request' into staging

# gpg: Signature made Mon 21 Nov 2016 10:12:43 PM GMT
# gpg:                using RSA key 0xBDBE7B27C0DE3057
# gpg: Good signature from "Jeffrey Cody <address@hidden>"
# gpg:                 aka "Jeffrey Cody <address@hidden>"
# gpg:                 aka "Jeffrey Cody <address@hidden>"
# Primary key fingerprint: 9957 4B4D 3474 90E7 9D98  D624 BDBE 7B27 C0DE 3057

* jtc/tags/block-pull-request:
  gluster: Fix use after free in glfs_clear_preopened()

Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a7764f1548ef9946af30a8f96be9cef10761f0c1
      
https://github.com/qemu/qemu/commit/a7764f1548ef9946af30a8f96be9cef10761f0c1
  Author: Ed Maste <address@hidden>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M configure
    M util/oslib-posix.c

  Log Message:
  -----------
  Fix FreeBSD (10.x) build after 7dc9ae43

Include sys/user.h for declaration of 'struct kinfo_proc'.
Add -lutil to qemu-ga link for kinfo_getproc.

Signed-off-by: Ed Maste <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


Compare: https://github.com/qemu/qemu/compare/c36ed06e9159...a7764f1548ef

reply via email to

[Prev in Thread] Current Thread [Next in Thread]