Colin Watson 108538d8ff Support RAID on virtio devices, and others.
* grub-core/kern/emu/getroot.c [__MINGW32__] (find_root_device):
Rename to ...
[__MINGW32__] (grub_find_device): ... this.
[! __MINGW32__ && ! __CYGWIN__] (find_root_device): Rename to ...
[! __MINGW32__ && ! __CYGWIN__] (grub_find_device): ... this.  Use a
reasonable default if dir is NULL.
[! __MINGW32__ && __CYGWIN__] (find_cygwin_root_device): Rename to
...
[! __MINGW32__ && __CYGWIN__] (grub_find_device): ... this.
(grub_guess_root_device): Update callers.
* include/grub/emu/getroot.h (grub_find_device): Add prototype.
* util/raid.c (grub_util_getdiskname): Remove.
(grub_util_raid_getmembers): Use grub_find_device rather than
grub_util_getdiskname.
2010-09-16 14:55:28 +01:00
..
2010-07-13 00:43:28 +05:30
2010-07-02 19:35:07 +02:00
2010-07-13 00:43:28 +05:30
2010-09-03 14:54:04 +02:00
2010-09-13 16:49:50 +02:00
2010-09-02 17:15:53 +02:00
2010-06-08 09:36:44 +05:30
2010-08-12 12:02:48 +05:30
2010-05-06 11:34:04 +05:30
2010-08-19 16:54:00 +05:30