commit | d35d4cb5175f75e503ee9da0b67ffbe22e8d63ab | [log] [tgz] |
---|---|---|
author | Michael Roth <mdroth@linux.vnet.ibm.com> | Fri Apr 13 21:07:36 2012 -0500 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Thu Apr 19 10:42:59 2012 -0500 |
tree | 836fb0a2e2f702a9bfe0622bd41a717bab865350 | |
parent | 51006bbc45bc74977ae538190a53df2af534acb9 [diff] |
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>