search for: max_scsi_disks

Displaying 3 results from an estimated 3 matches for "max_scsi_disks".

2007 Oct 09
0
SCSI disk does not work
Hi, I want to simulate the disks to be SCSI disks in HVM(to get better performance).But the "SCSI disk"doesn't work automaticlly.I think if I want to do this,first of all,the bs_table[MAX_DISKS] to bs_table[MAX_DISKS+MAX_SCSI_DISKS] should be set.Is that right? And Is there any places I should set to get the "SCSI disk" started in the HVM? Thank you!   ------------------------------------------------------------------- 佳能十周年纪念有奖答题活动!轻松答题,快乐得奖!( http://d1.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhui...
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...2008 +0100 ++++ b/tools/ioemu/xenstore.c Tue May 13 15:19:47 2008 +0100 +@@ -86,6 +86,7 @@ void xenstore_parse_domain_config(int do + int i, is_scsi, is_hdN = 0; + unsigned int len, num, hd_index; + BlockDriverState *bs; ++ BlockDriver *format; + + for(i = 0; i < MAX_DISKS + MAX_SCSI_DISKS; i++) + media_filename[i] = NULL; +@@ -131,6 +132,8 @@ void xenstore_parse_domain_config(int do + } + + for (i = 0; i < num; i++) { ++ format = NULL; /* don't know what the format is yet */ ++ + /* read the backend path */ + if (pasprintf(&buf, &q...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and