search for: hd_index

Displaying 4 results from an estimated 4 matches for "hd_index".

Did you mean: fd_index
2006 Sep 12
5
32E (64bit) VMX keyboard is out of control, if given an addition ''hde''
Hi, This issue only happens on my IA32E VMX domain. IA32 VMX domain is okay. I am trying VBD disk in IA32E VMX domain. I used following disk configuration to create an IA32E VMX domain. disk = [ ''file:/mnt/disk1.img,hda,w'', ''file:/mnt/disk2.img,hde,w'' ] After creating VMX, its keyboard can not be used properly. For example, if pressing
2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
...cognize the exchange of CDROM. > > The problem that it takes time for recognition is to wait intentionally on the > qemu-dm side. > ・tools/ioemu/xenstore.c > 314 void xenstore_process_event(void *opaque) > 315 { > ... > 343 if (image[0]) { > 344 media_filename[hd_index] = strdup(image); > 345 xenstore_check_new_media_present(5000); << This > 346 } > > The processing recognized after it waits for five seconds is executed. > We think that this waiting is unnecessary after exchanges CDROM. > > Why do you wait for five secon...
2007 Jun 14
0
About change of CDROM
...ted these problems. 1) It takes time to recognize the exchange of CDROM. The problem that it takes time for recognition is to wait intentionally on the qemu-dm side. ・tools/ioemu/xenstore.c 314 void xenstore_process_event(void *opaque) 315 { ... 343 if (image[0]) { 344 media_filename[hd_index] = strdup(image); 345 xenstore_check_new_media_present(5000); << This 346 } The processing recognized after it waits for five seconds is executed. We think that this waiting is unnecessary after exchanges CDROM. Why do you wait for five seconds before CDROM recognizes it? If...
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...f(protocol) - 1) + len = sizeof(protocol) - 1; +--- a/tools/ioemu/xenstore.c Tue May 13 15:16:59 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'...