Re: [Qemu-devel] [PATCH] exec: Remove unused global variable phys_ram_fd

2013-07-10 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] exec: Remove unused global variable phys_ram_fd

2013-07-05 Thread Andreas Färber
Am 05.07.2013 19:07, schrieb Stefan Weil: > It seems to be unused since several years (commit > be995c27640a82c7056b6f53d02ec823570114e5 in 2006). > > Signed-off-by: Stefan Weil Confirmed unused, Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg,

[Qemu-devel] [PATCH] exec: Remove unused global variable phys_ram_fd

2013-07-05 Thread Stefan Weil
It seems to be unused since several years (commit be995c27640a82c7056b6f53d02ec823570114e5 in 2006). Signed-off-by: Stefan Weil --- exec.c |1 - include/exec/cpu-all.h |1 - 2 files changed, 2 deletions(-) diff --git a/exec.c b/exec.c index c49806c..e8f95a9 100644 --- a/