]> Git Repo - qemu.git/blob - qga/vss-win32/vss-handles.h
tests: fw_cfg: add 'reboot-timeout' test case
[qemu.git] / qga / vss-win32 / vss-handles.h
1 #ifndef VSS_HANDLES_H
2 #define VSS_HANDLES_H
3
4 /* Constants for QGA VSS Provider */
5
6 #define QGA_PROVIDER_NAME "QEMU Guest Agent VSS Provider"
7 #define QGA_PROVIDER_LNAME L(QGA_PROVIDER_NAME)
8 #define QGA_PROVIDER_VERSION L(QEMU_VERSION)
9
10 #define EVENT_NAME_FROZEN  "Global\\QGAVSSEvent-frozen"
11 #define EVENT_NAME_THAW    "Global\\QGAVSSEvent-thaw"
12 #define EVENT_NAME_TIMEOUT "Global\\QGAVSSEvent-timeout"
13
14 #endif
This page took 0.025979 seconds and 4 git commands to generate.