* On 2012-08-15 18:51:00 -0300, Lucas Meneghel Rodrigues ([email protected]) 
wrote:
> This large and intrusive patchset is a solution for
> issue #304. The current namespace is considered to
> be too long, and we should simplify it before
> splitting repos. So after cleaning up the patch queue
> mostly, I made this mass change. Along the way, some
> bugs were spotted and fixed right away.
> 
> This was tested locally and the tree was pylinted,
> so it'll go to next shortly. Please hold on with
> your patchsets, because they're very likely to need
> rebase. Although most of the changes were straightforward,
> some may be perceived as controversial.
> 
> Example is virt_utils -> utils_misc. I believe the
> name is appropriate, mainly because this lib became
> a warehouse for functions that we couldn't fit elsewhere.
> 
> The only two modules that kept the virt_ prefix are
> virt_test, to avoid clashes with the base autotest class,
> and virt_vm, as it's the base vm class, and test
> code uses the 'vm' identifier pervasively. More info
> on the patch list below.
> 
> Lucas Meneghel Rodrigues (20):
>   virt: rename virt_agent to guest_agent
>   virt: Move virt_env_process to env_process
>   virt: Move virt_http_server to http_server
>   virt: Move virt_passfd_setup to passfd_setup
>   virt: Move virt_remote to remote
>   virt: Move virt_scheduler to scheduler
>   virt: Move virt_step_editor to step_editor
>   virt: Move virt_storage to storage
>   virt: Fixing undefined variable bug on ovirt module
>   virt: Move virt_syslog_server to syslog_server
>   virt: Move virt_test_setup to test_setup
>   virt: Move virt_utils_disk to utils_disk
>   virt: Move virt_v2v_utils to utils_v2v
>   virt: Move virt_v2v to v2v
>   virt: Fix virt_vm undefined reference to a module
>   virt: Move virt_video_maker to video_maker
>   virt: Move virt_test_utils to utils_test
>   virt: Move virt_utils to utils_misc
>   virt: Updating control files to use the new lib names
>   virt.v2v: Simplifying code
Hi, Lucas, 
Huge patch, lol.
I find the guest_agent module is moved out of client directory,
Other patches are LGTM.

The other question I'm curious is when this patchset comes into master
branch. :)

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to