summarylogtreecommitdiffstats
path: root/qemu-devel-msg431844.patch
diff options
context:
space:
mode:
authorSaren Arterius2017-03-06 23:34:53 +0800
committerSaren Arterius2017-03-06 23:34:53 +0800
commit0d9ecb059b57246a767e22e9186168a29d88590b (patch)
tree4f06284844f476dcfa56e31c10434543145cbaa1 /qemu-devel-msg431844.patch
parent7c2686c8b77bde60f916fd8c000e21e91967d909 (diff)
downloadaur-0d9ecb059b57246a767e22e9186168a29d88590b.tar.gz
remove patch
Diffstat (limited to 'qemu-devel-msg431844.patch')
-rw-r--r--qemu-devel-msg431844.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/qemu-devel-msg431844.patch b/qemu-devel-msg431844.patch
deleted file mode 100644
index ac2a4178ab79..000000000000
--- a/qemu-devel-msg431844.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
-index 23483c7..e487e36 100644
---- a/hw/virtio/virtio.c
-+++ b/hw/virtio/virtio.c
-@@ -2291,7 +2291,7 @@ static bool virtio_queue_host_notifier_aio_poll(void *opaque)
- VirtQueue *vq = container_of(n, VirtQueue, host_notifier);
- bool progress;
-
-- if (virtio_queue_empty(vq)) {
-+ if (!vq->vring.desc || virtio_queue_empty(vq)) {
- return false;
- }