]> git.proxmox.com Git - mirror_qemu.git/commit
Revert "contrib/vhost-user-blk: fix the compilation issue"
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 12 Feb 2019 14:06:19 +0000 (15:06 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 21 Feb 2019 17:28:41 +0000 (12:28 -0500)
commit8c43812ba2bcf7ca11002f6f0e60931f8179d439
tree4c90b1a8a6c9e331a771ef527980215aff0d2f37
parentf60f5e8076b7420e720def514b84f366766beed1
Revert "contrib/vhost-user-blk: fix the compilation issue"

Commit a56de056c91f8 squashed the following two unrelated commits
at once:

- "contrib/vhost-user-blk: fix the compilation issue"
  (Message-Id: 1547615970-23545-2-git-send-email-changpeng.liu@intel.com)
- "i386/kvm: ignore masked irqs when update msi routes"
  (Message-Id: 20190116030815.27273-5-peterx@redhat.com)

While the git history remains bisectable, having a commit that changes
MSI/MSIX code but describes it as "fix vhost-user-blk compilation" is
rather confusing.
Revert the offending commit to properly apply both patches separately.

Reported-by: Peter Xu <peterx@redhat.com>
Fixes: a56de056c91f8
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190212140621.17009-2-philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
contrib/vhost-user-blk/vhost-user-blk.c
target/i386/kvm.c