Re: [PATCH 2/2] kvm tools: Simplify search for root device

2011-05-07 Thread Pekka Enberg
On Fri, 6 May 2011, Sasha Levin wrote: Use /dev/block to find the block device used for root instead of searching through mounts. Signed-off-by: Sasha Levin levinsasha...@gmail.com Weren't there distro differences in this area? Prasad, Asias, does this work for you? -- To unsubscribe from

Re: [PATCH 2/2] kvm tools: Simplify search for root device

2011-05-07 Thread Sasha Levin
On Sat, 2011-05-07 at 11:41 +0300, Pekka Enberg wrote: On Fri, 6 May 2011, Sasha Levin wrote: Use /dev/block to find the block device used for root instead of searching through mounts. Signed-off-by: Sasha Levin levinsasha...@gmail.com Weren't there distro differences in this area?

Re: [PATCH 2/2] kvm tools: Simplify search for root device

2011-05-07 Thread Prasad Joshi
On Sat, May 7, 2011 at 9:41 AM, Pekka Enberg penb...@kernel.org wrote: On Fri, 6 May 2011, Sasha Levin wrote: Use /dev/block to find the block device used for root instead of searching through mounts. Signed-off-by: Sasha Levin levinsasha...@gmail.com Weren't there distro differences in

[PATCH 2/2] kvm tools: Simplify search for root device

2011-05-06 Thread Sasha Levin
Use /dev/block to find the block device used for root instead of searching through mounts. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/kvm-run.c | 48 +++- 1 files changed, 3 insertions(+), 45 deletions(-) diff --git