[Qemu-devel] [patch] remove dead code, and make cpu_exec_all() static

2011-11-01 Thread Jun Koi
This patch removes dead code (kvm related) in cpu_exec_all(), and makes that static (since nobody uses it) Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/cpus.c b/cpus.c index f768683..77282a1 100644 --- a/cpus.c +++ b/cpus.c @@ -85,6 +85,8 @@ typedef struct TimersState {

Re: [Qemu-devel] [patch] remove dead code

2010-07-24 Thread Edgar E. Iglesias
On Fri, Jul 23, 2010 at 02:57:40PM +0900, Jun Koi wrote: this patch removes unused function cpu_restore_state_copy(). Signed-off-by: Jun Koi junkoi2...@gmail.com Applied, thanks. diff --git a/exec-all.h b/exec-all.h index 58b5575..3a53fe6 100644 --- a/exec-all.h +++ b/exec-all.h @@

[Qemu-devel] [patch] remove dead code

2010-07-23 Thread Jun Koi
this patch removes unused function cpu_restore_state_copy(). Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/exec-all.h b/exec-all.h index 58b5575..3a53fe6 100644 --- a/exec-all.h +++ b/exec-all.h @@ -86,9 +86,6 @@ int cpu_gen_code(CPUState *env, struct TranslationBlock *tb, int