* [Qemu-devel] [PATCH] target-sparc: Use fprintf_function (format checking)
@ 2010-11-15 18:58 Stefan Weil
2010-12-04 20:52 ` [Qemu-devel] " Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2010-11-15 18:58 UTC (permalink / raw)
To: QEMU Developers; +Cc: Blue Swirl
This change was missing in commit
9a78eead0c74333a394c0f7bbfc4423ac746fcd5.
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
target-sparc/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h
index 7e0d17c..eb5d9c1 100644
--- a/target-sparc/cpu.h
+++ b/target-sparc/cpu.h
@@ -2,6 +2,7 @@
#define CPU_SPARC_H
#include "config.h"
+#include "qemu-common.h"
#if !defined(TARGET_SPARC64)
#define TARGET_LONG_BITS 32
@@ -442,8 +443,7 @@ typedef struct CPUSPARCState {
/* helper.c */
CPUSPARCState *cpu_sparc_init(const char *cpu_model);
void cpu_sparc_set_id(CPUSPARCState *env, unsigned int cpu);
-void sparc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt,
- ...));
+void sparc_cpu_list(FILE *f, fprintf_function cpu_fprintf);
void cpu_lock(void);
void cpu_unlock(void);
int cpu_sparc_handle_mmu_fault(CPUSPARCState *env1, target_ulong address, int rw,
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: [PATCH] target-sparc: Use fprintf_function (format checking)
2010-11-15 18:58 [Qemu-devel] [PATCH] target-sparc: Use fprintf_function (format checking) Stefan Weil
@ 2010-12-04 20:52 ` Blue Swirl
0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2010-12-04 20:52 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
Thanks, applied.
On Mon, Nov 15, 2010 at 6:58 PM, Stefan Weil <weil@mail.berlios.de> wrote:
> This change was missing in commit
> 9a78eead0c74333a394c0f7bbfc4423ac746fcd5.
>
> Cc: Blue Swirl <blauwirbel@gmail.com>
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> target-sparc/cpu.h | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h
> index 7e0d17c..eb5d9c1 100644
> --- a/target-sparc/cpu.h
> +++ b/target-sparc/cpu.h
> @@ -2,6 +2,7 @@
> #define CPU_SPARC_H
>
> #include "config.h"
> +#include "qemu-common.h"
>
> #if !defined(TARGET_SPARC64)
> #define TARGET_LONG_BITS 32
> @@ -442,8 +443,7 @@ typedef struct CPUSPARCState {
> /* helper.c */
> CPUSPARCState *cpu_sparc_init(const char *cpu_model);
> void cpu_sparc_set_id(CPUSPARCState *env, unsigned int cpu);
> -void sparc_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt,
> - ...));
> +void sparc_cpu_list(FILE *f, fprintf_function cpu_fprintf);
> void cpu_lock(void);
> void cpu_unlock(void);
> int cpu_sparc_handle_mmu_fault(CPUSPARCState *env1, target_ulong address, int rw,
> --
> 1.7.2.3
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-04 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 18:58 [Qemu-devel] [PATCH] target-sparc: Use fprintf_function (format checking) Stefan Weil
2010-12-04 20:52 ` [Qemu-devel] " Blue Swirl
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).