qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH v2 1/6] virtio-gpu: fix error message
Date: Fri, 12 Jun 2015 10:39:52 +0200	[thread overview]
Message-ID: <1434098397-19376-2-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1434098397-19376-1-git-send-email-kraxel@redhat.com>

iov limit was raised, but the error message still has the old limit ...

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/display/virtio-gpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c
index 4b10ca1..8c109b7 100644
--- a/hw/display/virtio-gpu.c
+++ b/hw/display/virtio-gpu.c
@@ -534,7 +534,7 @@ int virtio_gpu_create_mapping_iov(struct virtio_gpu_resource_attach_backing *ab,
 
     if (ab->nr_entries > 16384) {
         qemu_log_mask(LOG_GUEST_ERROR,
-                      "%s: nr_entries is too big (%d > 1024)\n",
+                      "%s: nr_entries is too big (%d > 16384)\n",
                       __func__, ab->nr_entries);
         return -1;
     }
-- 
1.8.3.1

  reply	other threads:[~2015-06-12  8:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12  8:39 [Qemu-devel] [PATCH v2 0/6] virtio-gpu: pci support bits Gerd Hoffmann
2015-06-12  8:39 ` Gerd Hoffmann [this message]
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 2/6] virtio-gpu-pci: add virtio pci support Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 3/6] virtio-vga: add virtio gpu device with vga compatibility Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 4/6] virtio-vga: add '-vga virtio' support Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 5/6] virtio-vga: add vgabios configuration Gerd Hoffmann
2015-06-12  8:39 ` [Qemu-devel] [PATCH v2 6/6] [testing-only] virtio-vga: add vgabios binary Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1434098397-19376-2-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).