search for: unwatch

Displaying 20 results from an estimated 24 matches for "unwatch".

Did you mean: unpatch
2007 Jan 03
4
Xenbus watch firing over and over
...tore tracefile: IN 0x805acc8 20070103 19:32:18 WATCH (/local/domain/0/backend/vif/26/0/state 00043818 ) CREATE watch 0x805a8b8 OUT 0x805acc8 20070103 19:32:18 WATCH (OK ) OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT (/local/domain/0/backend/vif/26/0/state 00043818 ) IN 0x805acc8 20070103 19:32:18 UNWATCH (/local/domain/0/backend/vif/26/0/state 00043818 ) DESTROY watch 0x805a8b8 OUT 0x805acc8 20070103 19:32:18 UNWATCH (OK ) IN 0x805acc8 20070103 19:32:18 READ (/local/domain/0/backend/vif/26/0/state ) OUT 0x805acc8 20070103 19:32:18 READ (5) IN 0x805acc8 20070103 19:32:18 WATCH (/local/domain/0/bac...
2012 Sep 19
5
[PATCH] libxenstore: filter watch events in libxenstore when we unwatch
XenStore puts in queued watch events via a thread and notifies the user. Sometimes xs_unwatch is called before all related message is read. The use case is non-threaded libevent, we have two event A and B: - Event A will destroy something and call xs_unwatch; - Event B is used to notify that a node has changed in XenStore. As the event is called one by one, event A can be handled be...
2012 Dec 13
4
[PATCH V3] libxenstore: filter watch events in libxenstore when we unwatch
XenStore puts in queued watch events via a thread and notifies the user. Sometimes xs_unwatch is called before all related message is read. The use case is non-threaded libevent, we have two event A and B: - Event A will destroy something and call xs_unwatch; - Event B is used to notify that a node has changed in XenStore. As the event is called one by one, event A can be handled be...
2012 Dec 14
1
[PATCH V5] libxenstore: filter watch events in libxenstore when we unwatch
XenStore puts in queued watch events via a thread and notifies the user. Sometimes xs_unwatch is called before all related message is read. The use case is non-threaded libevent, we have two event A and B: - Event A will destroy something and call xs_unwatch; - Event B is used to notify that a node has changed in XenStore. As the event is called one by one, event A can be handled be...
2012 Dec 14
1
[PATCH V4] libxenstore: filter watch events in libxenstore when we unwatch
XenStore puts in queued watch events via a thread and notifies the user. Sometimes xs_unwatch is called before all related message is read. The use case is non-threaded libevent, we have two event A and B: - Event A will destroy something and call xs_unwatch; - Event B is used to notify that a node has changed in XenStore. As the event is called one by one, event A can be handled be...
2012 Sep 25
2
[PATCH V2] libxenstore: filter watch events in libxenstore when we unwatch
While on entry to xs_unwatch, there may be an event on its way from xenstored (eg in the ring or in the local kernel), all such events will definitely come before the reply to the unwatch command. So at the point where the unwatch reply has been processed (after xs_talkv), any such now-deleted watch events will definitely hav...
2007 Sep 11
0
8 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_strings.c test/trace
...new_value; +}; + + +// create the object var o = new Object(); o.toString = function () { return "o"; }; -// normal + +trace ("normal"); o.test = 0; trace (o.watch ("test", watch_test, "user data")); o.test = 1; @@ -47,7 +55,21 @@ o.test = 1; trace (o.unwatch ("test")); o.test = 2; -// missing params + +trace ("deleting the variable"); +o.test = 0; +trace (o.watch ("test", watch_test)); +o.test = 1; +delete o.test; +trace (o.hasOwnProperty ("test")); +o.test = 2; +delete o.test; +trace (o.hasOwnProperty ("...
2005 Apr 16
6
Video and audio not in sync
...ch: The video looked great. And the audio sounded great. But they didn't look and sound great together. The video was slightly faster than the audio, so that 10 minutes into the show, the people's mouths were moving a full second before the line was played, which makes the show entirely unwatchable. I don't know if the problem is in the encoder, or in the player(s), or in the input file, or in my head. I'd appreciate any suggestions (different software, different options, etc.) Thanks. Sal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://l...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...k. -[ "`echo -e ''1 watch /dir token1 0 -2 watch /dir token2 1 +[ "`echo -e ''1 watch /dir token1 +2 watch /dir token2 write /dir/test create contents 2 close 1 waitwatch 1 ackwatch token1'' | ./xs_test 2>&1`" = "1:/dir/test:token1" ] # unwatch -[ "`echo -e ''1 watch /dir token1 0 +[ "`echo -e ''1 watch /dir token1 1 unwatch /dir token1 -1 watch /dir token2 0 +1 watch /dir token2 2 write /dir/test2 create contents 1 waitwatch 1 unwatch /dir token2'' | ./xs_test 2>&1`" = "1:/dir/test2:...
2020 May 01
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
...this, but smaller projects I've seen move to github issues have generally sent dozens-hundreds of emails in the process of importing their issues -- this seems notably undesirable. (The "bait-and-switch" tactic might actually help here as presumably the new repository could be hidden/unwatched until all issues are imported) > Someone else also mentioned this to me off-list. We don't have a good solution for this right now other than asking people to turn off notifications, but we'll continue to look into this. -Tom > Best, > > Wyatt > > On 5/1/20 1:06 P...
2020 May 01
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
2006 May 18
4
Fail to create hvm domain
...rror: (22, ''Invalid argument'') [2006-05-18 14:48:06 xend.XendDomainInfo] DEBUG (XendDomainInfo:1379) XendDomainInfo.destroy: domid=11 [2006-05-18 14:48:06 xend.XendDomainInfo] DEBUG (XendDomainInfo:1387) XendDomainInfo.destroyDomain(11) [2006-05-18 14:48:06 xend] ERROR (image:404) Unwatching hvm shutdown watch failed. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 401, in unregister_shutdown_watch if self.shutdownWatch: AttributeError: HVMImageHandler instance has no attribute ''shutdownWatch'' [2006...
2008 Dec 08
4
WINE and older games
...eas in Wing Commander IV, the music while in the flight engine displays similar 'skipping'. Interestingly enough, using a native dsound.dll out of the DirectX 9.0c runtime package clears up the skipping in both cases, however it impacts the FMV playing performance on both games to be quite unwatchable. Unfortunately, demos of both games, if available, would likely only be for the MS-DOS versions, and both are long since out of print (The Kilrathi Saga which is Win9x versions of Wing Commander 1-3, in fact being a very rare game set to find that I fortunately found on Ebay for a reasonable p...
2016 Oct 03
9
[Bug 98030] New: Stuttering video playback in totem after update to 1.19-rc1
....com QA Contact: xorg-team at lists.x.org After updating to xorg-x11-server-1.19.0-0.1.20160929.fc25 and xorg-x11-drv-nouveau-1.0.13-1.fc25 (from <https://bodhi.fedoraproject.org/updates/FEDORA-2016-a5c3ebe67a>) video playback in totem stutters every few seconds to the point of being unwatchable. It doesn't happen with video playback (e.g. YouTube) in Firefox, and system generally works fine. Downgrading the update "fixes" the problem. I'm using X11 with nouveau on a GT216M (GeForce GT 240M), no hybrid cards: Providers: number : 1 Provider 0: id: 0x64 cap: 0x7, Sou...
2005 Apr 27
7
[Bug 2654] timeout is always triggered with 2.6.4
https://bugzilla.samba.org/show_bug.cgi?id=2654 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-04-27 02:21 ------- The generator's setting of the ignore_timeout
2007 Oct 13
7
writing PV block drivers for Windows
I''m now at the stage where I can think about writing some PV block drivers for Windows. I have working event channel and xen store subsystems (but they''ll probably need some more refinement once things progress), and the Windows XenPCI driver enumerates devices as they are added to xenstore. This leaves me with a few questions... 1. I assume that the qemu virtual BIOS uses the
2005 Sep 08
45
/proc/xen/xenbus supports watch?
Hi, Anybody (Christian?) could please tell me if we can get the support for registering watch with /proc/xen/xenbus? (..OK, I know that we will change it this /proc stuff to a device soon) So far we can only do read/write/rm. I really miss the xen watch feature. Many thanks, Hieu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Sep 28
3
Bug#389836: xen-hypervisor-3.0-unstable-1-amd64: HVM domU won't start
Package: xen-hypervisor-3.0-unstable-1-amd64 Version: 3.0-unstable+hg11561-1 Severity: important The HVM domU won't start. The following is the config (comments stripped). --------------------begin-------------------- import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel =
2011 Apr 04
0
Release of libvirt-0.9.0
...(Laine Stump) - build: translate changes in previous patch (Eric Blake) - Ensure binary is resolved wrt $PATH in virExec (Daniel P. Berrange) - util: Forbid calling hash APIs from iterator callback (Jiri Denemark) - Avoid taking lock in libvirt debug dump (Daniel Veillard) - unlock the monitor when unwatching the monitor (Wen Congyang) - Add vim configuration that makes vim auto-indent code (Hu Tao) - virsh: fix memtune's help message for swap_hard_limit (Nikunj A. Dadhania) - Add PCI sysfs reset access (Alex Williamson) - Support Xen sysctl v8, domctl v7 (Jim Fehlig) - macvtap: log an error if o...
2007 Aug 15
3
2 commits - libswfdec/swfdec_as_object.c test/trace
libswfdec/swfdec_as_object.c | 62 +++++++++++++++------- test/trace/Makefile.am | 9 +++ test/trace/addProperty-set-prototypes-5.swf |binary test/trace/addProperty-set-prototypes-5.swf.trace | 4 + test/trace/addProperty-set-prototypes-6.swf |binary test/trace/addProperty-set-prototypes-6.swf.trace | 5 +