All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Galvan <martin.galvan@tallertechnologies.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
	pbonzini@redhat.com, edgar.iglesias@gmail.com, rth@twiddle.net,
	aurelien@aurel32.net, kraxel@redhat.com, blauwirbel@gmail.com,
	lcapitulino@redhat.com, armbru@redhat.com, afaerber@suse.de,
	dmitry@daynix.com
Subject: [Qemu-devel] [PATCH v2 09/13] Use unsigned types for the 'len' argument of all memory read/write functions
Date: Tue,  1 Mar 2016 12:57:35 -0300	[thread overview]
Message-ID: <1456847859-4771-9-git-send-email-martin.galvan@tallertechnologies.com> (raw)
In-Reply-To: <1456847859-4771-1-git-send-email-martin.galvan@tallertechnologies.com>

---
 include/qom/cpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qom/cpu.h b/include/qom/cpu.h
index 1df7cb4..0d23e0a 100644
--- a/include/qom/cpu.h
+++ b/include/qom/cpu.h
@@ -148,7 +148,7 @@ typedef struct CPUClass {
                                 int is_write, int is_user, uintptr_t retaddr);
     bool (*virtio_is_big_endian)(CPUState *cpu);
     int (*memory_rw_debug)(CPUState *cpu, vaddr addr,
-                           uint8_t *buf, int len, bool is_write);
+                           uint8_t *buf, size_t len, bool is_write);
     void (*dump_state)(CPUState *cpu, FILE *f, fprintf_function cpu_fprintf,
                        int flags);
     void (*dump_statistics)(CPUState *cpu, FILE *f,
--
2.7.1

  parent reply	other threads:[~2016-03-01 15:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1456847650-4476-1-git-send-email-martin.galvan@tallertechnologies.com>
2016-03-01 15:57 ` [Qemu-devel] [PATCH v2 01/13] Use unsigned types for the 'len' argument of all memory read/write functions Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 02/13] " Martin Galvan
2016-03-01 16:11     ` Eric Blake
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 03/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 04/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 05/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 06/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 07/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 08/13] " Martin Galvan
2016-03-01 15:57   ` Martin Galvan [this message]
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 10/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 11/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 12/13] " Martin Galvan
2016-03-01 15:57   ` [Qemu-devel] [PATCH v2 13/13] " Martin Galvan
2016-03-01 16:05   ` [Qemu-devel] [PATCH v2 01/13] " Eric Blake
2016-03-01 17:56     ` Martin Galvan

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=1456847859-4771-9-git-send-email-martin.galvan@tallertechnologies.com \
    --to=martin.galvan@tallertechnologies.com \
    --cc=afaerber@suse.de \
    --cc=armbru@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=blauwirbel@gmail.com \
    --cc=dmitry@daynix.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.