All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration
@ 2012-05-05 11:40 Andreas Färber
  2012-05-06  8:30 ` Stefan Weil
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2012-05-05 11:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Stefan Weil, Andreas Färber, Aurelien Jarno

There is no function cpu_mips_get_clock(), so drop it.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: Stefan Weil <sw@weilnetz.de>
---
 target-mips/cpu.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/target-mips/cpu.h b/target-mips/cpu.h
index c0f8826..44c1152 100644
--- a/target-mips/cpu.h
+++ b/target-mips/cpu.h
@@ -627,7 +627,6 @@ enum {
 
 int cpu_mips_exec(CPUMIPSState *s);
 CPUMIPSState *cpu_mips_init(const char *cpu_model);
-//~ uint32_t cpu_mips_get_clock (void);
 int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc);
 
 /* mips_timer.c */
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration
  2012-05-05 11:40 [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration Andreas Färber
@ 2012-05-06  8:30 ` Stefan Weil
  2012-05-11 11:10   ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-05-06  8:30 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-trivial, qemu-devel, Aurelien Jarno

Am 05.05.2012 13:40, schrieb Andreas Färber:
> There is no function cpu_mips_get_clock(), so drop it.
>
> Signed-off-by: Andreas Färber<afaerber@suse.de>
> Cc: Stefan Weil<sw@weilnetz.de>
> ---
>   target-mips/cpu.h |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/target-mips/cpu.h b/target-mips/cpu.h
> index c0f8826..44c1152 100644
> --- a/target-mips/cpu.h
> +++ b/target-mips/cpu.h
> @@ -627,7 +627,6 @@ enum {
>
>   int cpu_mips_exec(CPUMIPSState *s);
>   CPUMIPSState *cpu_mips_init(const char *cpu_model);
> -//~ uint32_t cpu_mips_get_clock (void);
>   int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc);
>
>   /* mips_timer.c */

Acked-by: Stefan Weil <sw@weilnetz.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration
  2012-05-06  8:30 ` Stefan Weil
@ 2012-05-11 11:10   ` Andreas Färber
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2012-05-11 11:10 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, qemu-devel, Aurelien Jarno

Am 06.05.2012 10:30, schrieb Stefan Weil:
> Am 05.05.2012 13:40, schrieb Andreas Färber:
>> There is no function cpu_mips_get_clock(), so drop it.
>>
>> Signed-off-by: Andreas Färber<afaerber@suse.de>
>> Cc: Stefan Weil<sw@weilnetz.de>
>> ---
>>   target-mips/cpu.h |    1 -
>>   1 files changed, 0 insertions(+), 1 deletions(-)
>>
>> diff --git a/target-mips/cpu.h b/target-mips/cpu.h
>> index c0f8826..44c1152 100644
>> --- a/target-mips/cpu.h
>> +++ b/target-mips/cpu.h
>> @@ -627,7 +627,6 @@ enum {
>>
>>   int cpu_mips_exec(CPUMIPSState *s);
>>   CPUMIPSState *cpu_mips_init(const char *cpu_model);
>> -//~ uint32_t cpu_mips_get_clock (void);
>>   int cpu_mips_signal_handler(int host_signum, void *pinfo, void *puc);
>>
>>   /* mips_timer.c */
> 
> Acked-by: Stefan Weil <sw@weilnetz.de>

Thanks, applied to qom-next for now:
http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/qom-next

I'll queue it for a 1.1-rc2 pull.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-11 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-05 11:40 [Qemu-devel] [PATCH for-1.1] target-mips: Remove commented-out function declaration Andreas Färber
2012-05-06  8:30 ` Stefan Weil
2012-05-11 11:10   ` Andreas Färber

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.