-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CA-52663/SCTX-581 -- vncscreenshot now takes screenshots of blank screens #36
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snapshot processes and can lead to OOM in dom Added --allowblank option to vncsnaphot command. Now vncsnapshot will return all-blank images immediately, instead of blocking until the guest wakes up (which could be indefinite). Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
sharady
pushed a commit
to sharady/xen-api
that referenced
this pull request
May 11, 2015
Add a function to upgrade old-style hd.. device names
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Jul 30, 2015
[HFX-1487/Butterfree] Roll-up DR tooling for MSCI storage config
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Aug 7, 2015
Add OASIS, use for conditional compilation
koushikcgit
pushed a commit
to koushikcgit/xen-api
that referenced
this pull request
Aug 7, 2015
CA-113570: Handle exceptions thrown by xenguest
kc284
pushed a commit
to kc284/xen-api
that referenced
this pull request
Mar 11, 2021
A lot of commits to bring trunk-sdks in line with trunk
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Jul 6, 2021
robhoes
pushed a commit
that referenced
this pull request
Sep 14, 2021
Don't use the fork of the travis skeleton script
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Sep 20, 2021
http-svr: use fields with the right semantics
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Sep 21, 2021
CP-20761: Rebase ppx-ely branch on trunk
psafont
pushed a commit
to psafont/xen-api
that referenced
this pull request
Oct 19, 2021
CA-137591: Removing all the interfaces before bringing the bridge down
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Nov 23, 2021
CA-261580: Rough port to systemd
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Nov 23, 2021
Update opam files for Opam 2
robhoes
pushed a commit
to robhoes/xen-api
that referenced
this pull request
Apr 7, 2022
Deprecated xcp in favour of xapi-idl.
edwintorok
pushed a commit
to edwintorok/xen-api
that referenced
this pull request
Jan 22, 2024
CA-310525 fix C binding for statvfs
edwintorok
pushed a commit
to edwintorok/xen-api
that referenced
this pull request
Jan 22, 2024
Bounded values in RRAs
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
... instead of waiting for a non-blank screen. This seems the opposite of what we want, but there have been reports of people repeatedly taking thousands of screenshots, all of which block while waiting for a non-blank screen, causing the host to run out of memory from all the blocked processes.