diff options
author | Richard Jones <rjones@redhat.com> | 2009-06-11 16:57:29 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-06-11 16:57:29 +0100 |
commit | 8a58d6b6252d07a2d157e892bddfdbb510616705 (patch) | |
tree | 4f55336605de240609e78834ab2b776e75449612 /TODO | |
parent | 1bc540ffd0521140600aa319cced7feb42ec5c0d (diff) | |
download | libguestfs-8a58d6b6252d07a2d157e892bddfdbb510616705.tar.gz libguestfs-8a58d6b6252d07a2d157e892bddfdbb510616705.tar.xz libguestfs-8a58d6b6252d07a2d157e892bddfdbb510616705.zip |
More TODO-list suggestions and a summary of PPC situation.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -107,3 +107,25 @@ This is mainly useful from live CDs, ie. virt-p2v. Should we bother having the daemon at all and just link the guestfsd code directly into libguestfs? + +---------------------------------------------------------------------- + +guestfs rescue shell + +Have a kernel command line option to enable a rescue shell +from guestfsd. + +---------------------------------------------------------------------- + +PPC problems: + + ppc (32 bit) works with qemu from git, however there is no serial console + + ppc64 requires extra parameters: + -M mac99 -cpu ppc64 + however it still fails: + invalid/unsupported opcode: 01 - 01 - 1a (06301e83) 00000000018c2738 1 + invalid bits: 00400000 for opcode: 0b - 19 - 15 (2d746572) 0000000000009230 + + no serial console in ppc or ppc64 because no one can tell us what + console=ttyXX option to use |