Skip to content

Commit 0fb7ea4

Browse files
committed
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
virtio: bugfix fixes vdpa on non-kvm platforms Signed-off-by: Michael S. Tsirkin <[email protected]> # gpg: Signature made Wed 08 Jul 2020 11:17:48 BST # gpg: using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469 # gpg: issuer "[email protected]" # gpg: Good signature from "Michael S. Tsirkin <[email protected]>" [full] # gpg: aka "Michael S. Tsirkin <[email protected]>" [full] # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17 0970 C350 3912 AFBE 8E67 # Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA 8A0D 281F 0DB8 D28D 5469 * remotes/mst/tags/for_upstream: vhost-vdpa: fix the compile issue without kvm Signed-off-by: Peter Maydell <[email protected]>
2 parents 45db94c + 4dc5acc commit 0fb7ea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hw/virtio/vhost-vdpa.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
#include "hw/virtio/virtio-net.h"
2020
#include "hw/virtio/vhost-vdpa.h"
2121
#include "qemu/main-loop.h"
22-
#include <linux/kvm.h>
23-
#include "sysemu/kvm.h"
22+
#include "cpu.h"
2423

2524
static bool vhost_vdpa_listener_skipped_section(MemoryRegionSection *section)
2625
{

0 commit comments

Comments
 (0)