Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: 804ba7c10bbc66bb8a8aa73ecc60f620da7423d5 https://github.com/qemu/qemu/commit/804ba7c10bbc66bb8a8aa73ecc60f620da7423d5 Author: Anthony PERARD <anthony.per...@citrix.com> 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 <anthony.per...@citrix.com> Signed-off-by: Stefano Stabellini <sstabell...@kernel.org> Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> Commit: ab9125c021e0901794dca7c55702d8ee5efd75fa https://github.com/qemu/qemu/commit/ab9125c021e0901794dca7c55702d8ee5efd75fa Author: Stefan Hajnoczi <stefa...@redhat.com> 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 <sstabell...@kernel.org>" # gpg: aka "Stefano Stabellini <stefano.stabell...@eu.citrix.com>" # 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: alpine.DEB.2.10.1611081150170.3491@sstabellini-ThinkPad-X260 Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> Commit: 668c0e441d761a79f33eae11c120e01a29f9d4dd https://github.com/qemu/qemu/commit/668c0e441d761a79f33eae11c120e01a29f9d4dd Author: Kevin Wolf <kw...@redhat.com> 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 <kw...@redhat.com> Message-id: 1479378608-11962-1-git-send-email-kw...@redhat.com Signed-off-by: Jeff Cody <jc...@redhat.com> Commit: 06bf33cfe708e9ecaeb3c3d3bb80590991141800 https://github.com/qemu/qemu/commit/06bf33cfe708e9ecaeb3c3d3bb80590991141800 Author: Stefan Hajnoczi <stefa...@redhat.com> 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 <jc...@redhat.com>" # gpg: aka "Jeffrey Cody <j...@codyprime.org>" # gpg: aka "Jeffrey Cody <codypr...@gmail.com>" # 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: 1479766499-29972-1-git-send-email-jc...@redhat.com Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> Commit: a7764f1548ef9946af30a8f96be9cef10761f0c1 https://github.com/qemu/qemu/commit/a7764f1548ef9946af30a8f96be9cef10761f0c1 Author: Ed Maste <ema...@freebsd.org> 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 <ema...@freebsd.org> Message-id: 1479778365-11315-1-git-send-email-ema...@freebsd.org Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> Compare: https://github.com/qemu/qemu/compare/c36ed06e9159...a7764f1548ef