Age | Commit message (Expand) | Author | Files | Lines |
2012-05-15 | qemu-ga: align versioning with QEMU_VERSION | Michael Roth | 2 | -2/+1 |
2012-05-15 | qemu-ga: guest-shutdown: use only async-signal-safe functions | Luiz Capitulino | 1 | -11/+8 |
2012-05-15 | qemu-ga: guest-shutdown: become synchronous | Luiz Capitulino | 1 | -5/+16 |
2012-05-15 | qemu-ga: guest-suspend: make the API synchronous | Luiz Capitulino | 1 | -74/+54 |
2012-05-15 | qemu-ga: make reopen_fd_to_null() public | Luiz Capitulino | 2 | -19/+4 |
2012-05-14 | fix some common typos | Jim Meyering | 1 | -2/+2 |
2012-05-01 | Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into staging | Anthony Liguori | 2 | -78/+95 |
2012-05-01 | qemu-ga: Implement alternative to O_ASYNC | Andreas Färber | 1 | -1/+17 |
2012-04-30 | qemu-ga: add a whitelist for fsfreeze-safe commands | Michael Roth | 2 | -26/+12 |
2012-04-30 | qemu-ga: improve recovery options for fsfreeze | Michael Roth | 1 | -54/+85 |
2012-04-19 | qemu-ga: generate missing stubs for fsfreeze | Michael Roth | 1 | -16/+20 |
2012-03-25 | qemu-ga: fix bsd build, and re-org linux-specific implementations | Michael Roth | 1 | -45/+66 |
2012-03-19 | qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() | Jeff Cody | 1 | -0/+4 |
2012-03-12 | qemu-ga: add guest-sync-delimited | Michael Roth | 3 | -3/+8 |
2012-03-12 | qemu-ga: add guest-network-get-interfaces command | Michal Privoznik | 2 | -0/+187 |
2012-03-12 | qemu-ga: add win32 guest-suspend-ram command | Michael Roth | 1 | -9/+25 |
2012-03-12 | qemu-ga: add win32 guest-suspend-disk command. | Gal Hammer | 1 | -12/+120 |
2012-03-12 | qemu-ga: add guest-suspend-hybrid | Luiz Capitulino | 2 | -0/+15 |
2012-03-12 | qemu-ga: add guest-suspend-ram | Luiz Capitulino | 2 | -0/+15 |
2012-03-12 | qemu-ga: add guest-suspend-disk | Luiz Capitulino | 2 | -0/+193 |
2012-02-23 | qemu-ga: add win32 guest-shutdown command | Michael Roth | 1 | -1/+40 |
2012-02-23 | qemu-ga: add Windows service integration | Michael Roth | 2 | -0/+144 |
2012-02-23 | qemu-ga: add initial win32 support | Michael Roth | 1 | -0/+340 |
2012-02-23 | qemu-ga: fixes for win32 build of qemu-ga | Michael Roth | 1 | -0/+91 |
2012-02-23 | qemu-ga: rename guest-agent-commands.c -> commands-posix.c | Michael Roth | 1 | -0/+0 |
2012-02-23 | qemu-ga: separate out common commands from posix-specific ones | Michael Roth | 3 | -58/+75 |
2012-02-23 | qemu-ga: move channel/transport functionality into wrapper class | Michael Roth | 3 | -1/+280 |
2011-12-12 | guest agent: add supported command list to guest-info RPC | Michael Roth | 1 | -0/+24 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 2 | -18/+18 |
2011-07-23 | guest-agent: only enable FSFREEZE when it's supported by the kernel | Anthony Liguori | 1 | -5/+7 |
2011-07-23 | guest agent: use QERR_UNSUPPORTED for disabled RPCs | Michael Roth | 1 | -3/+3 |
2011-07-22 | guest-agent: fix build with OpenBSD | Anthony Liguori | 1 | -11/+52 |
2011-07-21 | guest agent: add guest agent RPCs/commands | Michael Roth | 2 | -0/+520 |
2011-07-21 | guest agent: qemu-ga daemon | Michael Roth | 1 | -0/+4 |
2011-07-21 | guest agent: command state class | Michael Roth | 2 | -0/+98 |