Home
last modified time | relevance | path

Searched hist:d35d4cb5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/qga/
H A Dcommands-posix.cd35d4cb5 Fri Apr 13 21:07:36 CDT 2012 Michael Roth <mdroth@linux.vnet.ibm.com> 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>