search for: xenstore_check_new_media_present

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

2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
...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 it is unnecessary, we want to...
2007 Jun 14
0
About change of CDROM
...o 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 it is unnecessary, we want to correct not to wait. 2) Even if...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows. > I thought that the point was the following two. > > > 1. Storage place of encrypted password > Should I store it in /etc/xen/passwd ? > Or, should I wait for DB of Xen that will be released in > the future? The xend life cycle management patches were posted by Alistair a couple of months back.