Sys::Guestfs::Lib::open_guest: Remove freeform parameters.
authorRichard Jones <rjones@redhat.com>
Fri, 12 Feb 2010 12:08:58 +0000 (12:08 +0000)
committerRichard Jones <rjones@redhat.com>
Fri, 12 Feb 2010 12:08:58 +0000 (12:08 +0000)
commit33b4b759afe58c959bdc8b904d618aa1d699a240
tree3b4d94acdb22331553a240f0c7a5665c3b55d337
parent946dc06bb861a38cae959416362e4561c9e4829a
Sys::Guestfs::Lib::open_guest: Remove freeform parameters.

Remove the ability to pass freeform parameters to Sys::Virt->new.
We don't use it, it makes the code more complex to modify, and
indeed there are no other args that Sys::Virt->new supports so
this would never be used.

Also change $readwrite to $rw to match parameter name.
perl/lib/Sys/Guestfs/Lib.pm