From: Michael Roth Date: Fri, 20 Jan 2012 04:28:18 +0000 (-0600) Subject: qemu-ga: rename guest-agent-commands.c -> commands-posix.c X-Git-Tag: v1.1-rc0~319^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c216e5add11d3539810657e5524881fb0bd25d91;p=thirdparty%2Fqemu.git qemu-ga: rename guest-agent-commands.c -> commands-posix.c --- diff --git a/Makefile.objs b/Makefile.objs index 49ab82bc7ed..6ce8a1dae09 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -424,7 +424,7 @@ common-obj-y += qmp.o hmp.o ###################################################################### # guest agent -qga-nested-y = commands.o guest-agent-commands.o guest-agent-command-state.o +qga-nested-y = commands.o commands-posix.o guest-agent-command-state.o qga-nested-y += channel-posix.o qga-obj-y = $(addprefix qga/, $(qga-nested-y)) qga-obj-y += qemu-ga.o qemu-sockets.o module.o qemu-option.o diff --git a/qga/guest-agent-commands.c b/qga/commands-posix.c similarity index 100% rename from qga/guest-agent-commands.c rename to qga/commands-posix.c