Re: [Qemu-devel] [PATCH] hw/sd: Support SDHC size cards

2009-10-30 Thread Anthony Liguori
Jason McMullan wrote: This patch add SHDC support (-sd sd.img, where sd.img is larger than 1GB) to qemu. Comments welcome. Signed-off-by: Jason S. McMullan --- hw/sd.c | 153 ++- 1 files changed, 93 insertions(+), 60 deletions(-)

[Qemu-devel] [PATCH] hw/sd: Support SDHC size cards

2009-10-28 Thread Jason McMullan
This patch add SHDC support (-sd sd.img, where sd.img is larger than 1GB) to qemu. Comments welcome. Signed-off-by: Jason S. McMullan --- hw/sd.c | 153 ++- 1 files changed, 93 insertions(+), 60 deletions(-) diff --git a/hw/sd.c b/hw