Re: [Qemu-devel] [PATCH] Cleanup dead code

2010-04-11 Thread Blue Swirl
Thanks, applied. On 4/9/10, Jun Koi junkoi2...@gmail.com wrote: This patch removes some dead code in exec.c Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/exec.c b/exec.c index 76163aa..43366ac 100644 --- a/exec.c +++ b/exec.c @@ -2884,15 +2884,12 @@ void

[Qemu-devel] [PATCH] Cleanup dead code

2010-04-09 Thread Jun Koi
This patch removes some dead code in exec.c Signed-off-by: Jun Koi junkoi2...@gmail.com diff --git a/exec.c b/exec.c index 76163aa..43366ac 100644 --- a/exec.c +++ b/exec.c @@ -2884,15 +2884,12 @@ void *qemu_get_ram_ptr(ram_addr_t addr) (typically a TLB entry) back to a ram offset. */