search for: bs_table

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

Did you mean: fs_table
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.sin...
2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
...; It is made not to recognize that the same device is specified in qemu-dm. > ・tools/ioemu/xenstore.c > 314 void xenstore_process_event(void *opaque) > 315 { > ... > 332 image = xs_read(xsh, XBT_NULL, vec[XS_WATCH_PATH], &len); > 333 if (image == NULL || !strcmp(image, bs_table[hd_index]->filename)) << > This > 334 goto out; /* gone or identical */ > > It doesn''t operate because it becomes naturally the same name > when physics CDROM is allocated. > Even if the name is the same, the content might be not same. > Only when CD...
2007 Jun 14
0
About change of CDROM
...gt; phy:/dev/cdrom hdc:cdrom r It is made not to recognize that the same device is specified in qemu-dm. ・tools/ioemu/xenstore.c 314 void xenstore_process_event(void *opaque) 315 { ... 332 image = xs_read(xsh, XBT_NULL, vec[XS_WATCH_PATH], &len); 333 if (image == NULL || !strcmp(image, bs_table[hd_index]->filename)) << This 334 goto out; /* gone or identical */ It doesn''t operate because it becomes naturally the same name when physics CDROM is allocated. Even if the name is the same, the content might be not same. Only when CDROM is exchanged, it is executed....