Re: [Qemu-devel] [PATCH - V3] Port codes from qemu-kvm to support booting from SCSI disk image

2010-08-18 Thread Haishan Bai
On 08/18/2010 11:16 PM, Alexander Graf wrote: On 18.08.2010, at 17:08, Paul Brook wrote: The qemu-kvm could boot from SCSI disk image by utilizing seabios, this patch ported codes from qemu-kvm to let upstream qemu to support booting from SCSI disk image. No. This has nothing to do

Re: [Qemu-devel] [PATCH - V2] Port codes from qemu-kvm to support booting from SCSI disk image

2010-08-18 Thread haishan
Gleb Natapov wrote: On Wed, Aug 18, 2010 at 12:25:26AM +0800, Haishan Bai wrote: There is code indentation errors in my previous post, I am sorry for that, please review this post. The qemu-kvm could boot from SCSI disk image by utilizing seabios, this patch ported codes from qemu-kvm to

Re: [Qemu-devel] [PATCH] Port codes from qemu-kvm to support boot from SCSI image

2010-08-17 Thread haishan
malc wrote: On Wed, 18 Aug 2010, haishan wrote: malc wrote: On Tue, 17 Aug 2010, Haishan Bai wrote: [..snip..] BTW, I am just curious why I can not receive what I have sent to the list? Because you overquote. What did you mean by "overquote"? I

Re: [Qemu-devel] [PATCH] Port codes from qemu-kvm to support boot from SCSI image

2010-08-17 Thread haishan
malc wrote: On Tue, 17 Aug 2010, Haishan Bai wrote: Port codes from qemu-kvm to support boot from SCSI image Signed-off-by: Shan Hai --- Makefile.target |1 + blockdev.c | 13 ++ blockdev.h |2 + hw/extboot.c| 123

Re: [Qemu-devel] [PATCH - V3] Port codes from qemu-kvm to support booting from SCSI disk image

2010-08-17 Thread haishan
Hai Shan Bai wrote: The qemu-kvm could boot from SCSI disk image by utilizing seabios, this patch ported codes from qemu-kvm to let upstream qemu to support booting from SCSI disk image. Add 'boot=on' option to qemu command line like following, qemu-system-x86_64 -drive file=scsi-disk.img,if=s

[Qemu-devel] [PATCH - V2] Port codes from qemu-kvm to support booting from SCSI disk image

2010-08-17 Thread haishan
The qemu-kvm could boot from SCSI disk image by utilizing seabios, this patch ported codes from qemu-kvm to let upstream qemu to support booting from SCSI disk image. Add 'boot=on' option to qemu command line like following, qemu-system-x86_64 -drive file=scsi-disk.img,if=scsi,boot=on Signed-o

Re: [Qemu-devel] [PATCH] Port codes from qemu-kvm to support boot from SCSI image

2010-08-17 Thread haishan
malc wrote: On Tue, 17 Aug 2010, Haishan Bai wrote: Port codes from qemu-kvm to support boot from SCSI image Signed-off-by: Shan Hai --- Makefile.target |1 + blockdev.c | 13 ++ blockdev.h |2 + hw/extboot.c| 123

[Qemu-devel] [PATCH - V2] Port codes from qemu-kvm to support booting from SCSI disk image

2010-08-17 Thread Haishan Bai
There is code indentation errors in my previous post, I am sorry for that, please review this post. The qemu-kvm could boot from SCSI disk image by utilizing seabios, this patch ported codes from qemu-kvm to let upstream qemu to support booting from SCSI disk image. Add 'boot=on' option to qe

[Qemu-devel] [PATCH] Port codes from qemu-kvm to support boot from SCSI image

2010-08-17 Thread Haishan Bai
Port codes from qemu-kvm to support boot from SCSI image Signed-off-by: Shan Hai --- Makefile.target |1 + blockdev.c | 13 ++ blockdev.h |2 + hw/extboot.c| 123 +++ hw/ivshmem.c|2 +- hw/pc.c |

[Qemu-devel] Re: Question about starting 2 VMs using Qemu

2010-08-08 Thread haishan
Anjali Kulkarni wrote: Hi, I can start my freebsd based image in Qemu, and I use tap interface for connectivity to the host or external world, but when I try to fire up 2 instances, using tap, it fails. For the second invocation, it gives me the error: [r...@ipg-virt01 tmp]# ./qemu-system-x86_6