Displaying 15 results from an estimated 15 matches for "eventcallback".
Did you mean:
event_callback
2011 Apr 06
0
Registering a callback in Java
I'm able to edit org.libvirt.Domain.java and print a message when, for
example suspend() is called. However I want to use eventCallback API of
libvirt.
Isn't this the proper piece of code to register a callback to any
domain(domain parameter is null), for a lifecycle event(event id 0).
conn.domainEventRegisterAny(null,
0,
new VirConnectDomainEventGenericCallback() {...
2015 Feb 10
3
[PATCH 1/3] generator: add a simple HTML escaping function
---
generator/utils.ml | 8 +++++++-
generator/utils.mli | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/generator/utils.ml b/generator/utils.ml
index b24ba8c..3a62084 100644
--- a/generator/utils.ml
+++ b/generator/utils.ml
@@ -360,4 +360,10 @@ let args_of_optargs optargs =
| OInt64 n -> Int64 n
| OString n -> String n
| OStringList n ->
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
...,'CAUSE',...) called at ./ast-rad-acc.pl line 227
main::status_callback('Event','Hangup','Channel','OH323/L19615','Cause',
0,'Uniqueid',110933
4287.3) called at /usr/lib/perl5/site_perl/5.8.0/Asterisk/Manager.pm
line 316
Asterisk::Manager::eventcallback('Asterisk::Manager=HASH(0x8776868)','Ev
ent','Hangup','Uniq
ueid',1109334287.3,'Channel','OH323/L19615','Cause',0,...) called at
/usr/lib/perl5/site_perl/5.8.0
/Asterisk/Manager.pm line 331
Asterisk::Manager::handleevent('Asterisk::Manag...
2017 Mar 16
0
[ANNOUNCE] xf86-video-amdgpu 1.3.0
..._match
Remove amdpciids.h
Stop using AMDGPUPciChipsets
Stop using AMDGPU(Unique)Chipsets
Remove generated header files
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Make libdrm >= 2.4.72 requirement explicit
Don't install Flush/EventCallback for GPU screens
Add amdgpu_is_gpu_screen helper
Take current scanout_id into account everywhere involved with TearFree
Fix amdgpu_scanout_extents_intersect for GPU screens
Call ValidateGC after ChangeClip in amdgpu_sync_scanout_pixmaps
Call amdgpu_drm_abort_entry on fa...
2017 Mar 16
0
[ANNOUNCE] xf86-video-ati 7.9.0
...radeon.h based on clz for all platforms
Fix build for XServer 1.13
Michel Dänzer (38):
Post-release version bump
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Enable glamor by default with >= R600 and Xorg >= 1.18.3
Don't install Flush/EventCallback for GPU screens
Pass fb_id into drmmode_page_flip_target_absolute/relative
Add radeon_is_gpu_screen helper
Take current scanout_id into account everywhere involved with TearFree
Fix radeon_scanout_extents_intersect for GPU screens
Call ValidateGC after ChangeClip in ra...
2016 Feb 05
7
[PATCH 0/7] lib: Stop exporting the safe_malloc, etc. functions.
The safe_malloc (etc) functions call g->abort_fn on failure. That's
not appropriate for language bindings, and we never intended that
these internal functions be used from language bindings, that was just
a historical accident.
This patch series removes any external use of the safe_* functions.
Rich.
2016 Nov 17
0
[ANNOUNCE] xf86-video-ati 7.8.0
...ap pitch again
Add .editorconfig file
Adapt to XF86_CRTC_VERSION 7
Only use RandR APIs if RandR is enabled
Add explicit RADEON_DRM_QUEUE_ERROR define
Don't enable micro-tiling for scanout buffers on pre-R600
Don't enable DRI3 by default with EXA
Use EventCallback to avoid flushing every time in the FlushCallback
Wait for pending flips to complete before turning off an output or CRTC
Keep track of damage event related flushes per-client v2
Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmaps
Handle RandR 1.4 slave dirty up...
2016 Nov 17
0
[ANNOUNCE] xf86-video-amdgpu 1.2.0
...rpolated_vblanks in amdgpu_dri2_get_crtc_msc
Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec
Add Mullins PCI IDs
Add missing Kaveri PCI ID (1318)
Only list each unique chipset family once in the log file
Add explicit AMDGPU_DRM_QUEUE_ERROR define
Use EventCallback to avoid flushing every time in the FlushCallback
Keep track of damage event related flushes per-client
Wait for pending flips to complete before turning off an output or CRTC
Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmaps
Handle RandR 1.4 slave dirty updat...
2017 Mar 03
5
[PATCH v2 0/4] Avoid 0-bytes malloc in bindings
Hi,
some of the bindings may try to malloc with 0 bytes as size when closing
an handle, because there were no event handlers registered. Since this
can have different behaviours in POSIX, avoid that situation altogether
by just skipping allocating anything when there were no event handlers.
Thanks,
Pino Toscano (4):
ocaml: do not try to malloc 0 elements in get_all_event_callbacks
python:
2011 Dec 02
0
Wine release 1.3.34
...ion implementation.
jscript: Use bytecode for '<=' expression implementation.
jscript: Use bytecode for '>' expression implementation.
jscript: Use bytecode for '>=' expression implementation.
J?rg H?hle (1):
mmdevapi: SHAREDMODE_EXCLUSIVE + EVENTCALLBACK is too ... exclusive for now.
Ken Thomases (18):
secur32: Eliminate a dead store.
secur32: Clean up the helper in all cases where it was allocated.
secur32: Eliminate broken clean-up "cheat".
gdi.exe16: Don't double-close the spool file.
ntdll: Don't...
2013 Feb 04
1
[PATCH] generator: Add visibility to action struct
...a/com/redhat/et/libguestfs/%s.java" jtyp in
output_to filename (generate_java_struct jtyp cols)
- ) structs;
+ ) external_structs;
delete_except_generated
~skip:["java/com/redhat/et/libguestfs/LibGuestFSException.java";
"java/com/redhat/et/libguestfs/EventCallback.java"]
@@ -186,7 +186,7 @@ Run it from the top source directory using the command
output_to filename
(generate_gobject_optargs_source short name optargs f)
| { style = _, _, [] } -> ()
- ) all_functions;
+ ) external_functions;
delete_except_generated "gobject...
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote
host, which were mistakenly handled as local paths (in the best case
failing to open a non-existing disk, and in the worst case opening a
different disk!).
In case the disks are remote resources like ssh or ceph, nothing
guarantees that the hostname can be reached from the local machine, or
even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
Thanks: Tomáš Golembiovský
---
v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..0943bf305 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information:
https://bugzilla.redhat.com/show_bug.cgi?id=1350465
---
v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------
1 file changed, 27 insertions(+), 12 deletions(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index e68d75cf8..93d1a9ecd 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,