Displaying 2 results from an estimated 2 matches for "rhel52pv32".
2010 Feb 08
2
Order of list-devices changes when libguestfs uses virtio
Output from guestfish after upgrading to rawhide libguestfs, compiled
with virtio:
><fs> add_drive "/dev/Guests/RHEL52PV32"
><fs> add_cdrom "/var/lib/virt-v2v/transfer.iso"
><fs> launch
><fs> list-devices
/dev/sr0
/dev/vda
Note that the order has swapped. If these aren't consistent we don't
have a good way to determine which host devices map to which guest devices.
Ma...
2009 Jul 24
2
[PATCH] Initial drop of virt-v2v
...tadata rewrite.
+
+Detection of virtio capable kernel.
+ Installation of new kernel if appropriate
+ Rebuild of mkinitrd
+
+Configuration of virtio drivers.
+
+Example command-line:
+
+./v2v/run-v2v-locally --with rhel.5.i386.kernel=/home/mbooth/kernel-2.6.18-128.1.14.el5.i686.rpm /media/passport/RHEL52PV32-20090213.xml foo
+
+Required features not yet implemented
+-------------------------------------
+
+Completion of metadata rewrite
+ Xen specific metadata is identified, but not changed
+ Rewrite of storage metadata to use virtio
+
+Remap drive names in a guest
+ This is mostly done, just needs...