]> git.proxmox.com Git - mirror_qemu.git/commit - qga/commands-posix.c
qemu-ga: generate missing stubs for fsfreeze
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Sat, 14 Apr 2012 02:07:36 +0000 (21:07 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 19 Apr 2012 15:42:59 +0000 (10:42 -0500)
commitd35d4cb5175f75e503ee9da0b67ffbe22e8d63ab
tree836fb0a2e2f702a9bfe0622bd41a717bab865350
parent51006bbc45bc74977ae538190a53df2af534acb9
qemu-ga: generate missing stubs for fsfreeze

When linux-specific commands (including guest-fsfreeze-*) were consolidated
under defined(__linux__), we forgot to account for the case where
defined(__linux__) && !defined(FIFREEZE). As a result stubs are no longer
being generated on linux hosts that don't have FIFREEZE support. Fix
this.

Tested-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
qga/commands-posix.c