Displaying 20 results from an estimated 155 matches for "unref".
Did you mean:
undef
2010 Sep 20
1
replace istream and unref the old one...
...ER_FILTER_EXCLUDE |
HEADER_FILTER_NO_CR, exclude_headers, 1, filter_callback, imail);
// second input from another file.
full_input[1] = i_stream_create_fd(fd1, 0, TRUE);
// finish the input
full_input[2] = NULL;
// recreating the stream
imail->data.stream = i_stream_create_concat(full_input);
//unref the old one.
i_stream_unref(&input);
return index_mail_init_stream(imail, hdr_size, body_size, stream_r);
I do like zlib, but i got this errors in LOG.
I Think it's because something in the unref, but o don't know what.
Sep 20 10:48:04 brc dovecot: imap(alex at exemplo.com.br): Pani...
2006 Oct 31
0
6309237 gcc and libbc don''t get along (fix unref)
Author: muffin
Repository: /hg/zfs-crypto/gate
Revision: 07536a9f16d6985763ecf1e8b46ecabd48d4d183
Log message:
6309237 gcc and libbc don''t get along (fix unref)
Files:
create: deleted_files/usr/src/lib/libbc/inc/include/sys/varargs.h
delete: usr/src/lib/libbc/inc/include/sys/varargs.h
2006 Oct 31
0
5049969 Make efcode'' PCI configurator as the default configurator for SPARC platforms (fix unref)
Author: kini
Repository: /hg/zfs-crypto/gate
Revision: 239e64d12f9aeefee74374c799a32a2ab5ddff8c
Log message:
5049969 Make efcode'' PCI configurator as the default configurator for SPARC platforms (fix unref)
Files:
create: deleted_files/usr/src/uts/sparc/pcicfg/Makefile
delete: usr/src/uts/sparc/pcicfg/Makefile
2006 Oct 31
0
6316708 LD_DEBUG should provide a means of identifying/isolating individual link-map lists (fix unref)
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: c8b1a957b6932793bf1ec075bba368e687c7fbca
Log message:
6316708 LD_DEBUG should provide a means of identifying/isolating individual link-map lists (fix unref)
Files:
create: deleted_files/usr/src/cmd/sgs/liblddbg/common/_synonyms.h
delete: usr/src/cmd/sgs/liblddbg/common/_synonyms.h
2006 Oct 31
0
6417056 nfssrv should use doors/xdr as its IPC mech to mountd(1m) (fix unref)
Author: rmesta
Repository: /hg/zfs-crypto/gate
Revision: 7413fc53072f4145c1b3ac0e2169234084b4c6ab
Log message:
6417056 nfssrv should use doors/xdr as its IPC mech to mountd(1m) (fix unref)
Files:
create: deleted_files/usr/src/cmd/fs.d/nfs/mountd/svc_local.c
delete: usr/src/cmd/fs.d/nfs/mountd/svc_local.c
2019 Jul 02
0
[PATCH v6 13/18] drm/virtio: drop virtio_gpu_object_{ref,unref}
...ort_sg_table(
struct drm_device *dev, struct dma_buf_attachment *attach,
struct sg_table *sgt);
-static inline struct virtio_gpu_object*
-virtio_gpu_object_ref(struct virtio_gpu_object *bo)
-{
- drm_gem_object_get(&bo->base.base);
- return bo;
-}
-
-static inline void virtio_gpu_object_unref(struct virtio_gpu_object **bo)
-{
- if ((*bo) == NULL)
- return;
- drm_gem_object_put(&(*bo)->base.base);
- *bo = NULL;
-}
-
static inline u64 virtio_gpu_object_mmap_offset(struct virtio_gpu_object *bo)
{
return drm_vma_node_offset_addr(&bo->base.base.vma_node);
--
2.18.1
2019 Aug 02
0
[PATCH v7 16/18] drm/virtio: drop virtio_gpu_object_{ref,unref}
...ort_sg_table(
struct drm_device *dev, struct dma_buf_attachment *attach,
struct sg_table *sgt);
-static inline struct virtio_gpu_object*
-virtio_gpu_object_ref(struct virtio_gpu_object *bo)
-{
- drm_gem_object_get(&bo->base.base);
- return bo;
-}
-
-static inline void virtio_gpu_object_unref(struct virtio_gpu_object **bo)
-{
- if ((*bo) == NULL)
- return;
- drm_gem_object_put(&(*bo)->base.base);
- *bo = NULL;
-}
-
static inline u64 virtio_gpu_object_mmap_offset(struct virtio_gpu_object *bo)
{
return drm_vma_node_offset_addr(&bo->base.base.vma_node);
--
2.18.1
2010 Nov 14
2
java binding and virtualbox-ose
...me:1974 : conn=0x95a1910, name=tty
11:37:18.669: debug : virGetDomain:345 : New hash entry 0x95dad48
11:37:18.669: debug : virDomainGetInfo:2825 : domain=0x95dad48, info=0xbfeca708
- tty shut off
11:37:18.673: debug : virDomainFree:2062 : domain=0x95dad48
11:37:18.673: debug : virUnrefDomain:422 : unref domain 0x95dad48 tty 1
11:37:18.673: debug : virReleaseDomain:376 : release domain 0x95dad48 tty
11:37:18.673: debug : virReleaseDomain:392 : unref connection 0x95a1910 2
11:37:18.673: debug : virConnectClose:1355 : conn=0x95a1910
11:37:18.673: debug : virUnrefConnect:259 : unref...
2009 Jun 19
0
Re: [libvirt] domain.info() sometimes returns state zero for running machines
...mainGetOSType (domain=0x9b580a0)
>> DEBUG: libvirt.c: virDomainGetInfo (domain=0x9b580a0, info=0xbff74b2c)
>> DEBUG: libvirt.c: virDomainGetAutostart (domain=0x9b580a0,
>> autostart=0xbff74b44)
>> DEBUG: libvirt.c: virDomainFree (domain=0x9b580a0)
>> DEBUG: hash.c: virUnrefDomain (unref domain 0x9b580a0
>> ac06e4f0-59b1-11de-8a39-0800200c9a66 1)
>> DEBUG: hash.c: virReleaseDomain (release domain 0x9b580a0
>> ac06e4f0-59b1-11de-8a39-0800200c9a66)
>> DEBUG: hash.c: virReleaseDomain (unref connection 0x9b49048 xen:/// 2)
>> DEBUG: libvirt....
2010 Dec 31
1
livemigrate problems
...5 : Skip interrupt, 1 -793020736
17:07:55.893: debug : qemudDispatchClientFailure:1407 : Deregistering to relay remote events
17:07:55.893: debug : virConnectDomainEventDeregister:7760 : conn=0xe60c3a0, cb=0x4143d0
17:07:55.893: debug : virConnectClose:1171 : conn=0xe60c3a0
17:07:55.893: debug : virUnrefConnect:210 : unref connection 0xe60c3a0 1
17:07:55.893: debug : virReleaseConnect:171 : release connection 0xe60c3a0
17:07:55.893: debug : virEventMakePollFDs:364 : Prepare n=0 w=1, f=5 e=1
17:07:55.893: debug : virEventMakePollFDs:364 : Prepare n=1 w=2, f=8 e=0
17:07:55.893: debug : virEventMakePo...
2015 Dec 23
0
[ANNOUNCE] xf86-input-libinput 0.16.0
...plied correctly). With this release, the xorg libinput driver splits such
devices into multiple X devices, one for the keyboard and one for the
pointer, routing the events as necessary and thus fixing those issues.
Peter Hutterer (13):
Plug two memory leaks
Set the device to NULL after unref
Remove unused server_fds list
Don't fail DEVICE_CLOSE
Unref the libinput context on pre_init failure
Split type_name detection out into a helper function
Copy the device capabilities to the X driver struct
Add a helper function for the driver context initiali...
2020 Sep 08
0
[PATCH 3/3] drm/virtio: add virtio_gpu_cmd_unref_resource error handling
Usually we wait for the host to complete the unref request, then cleanup
the guest-side state of the object in the completion callback. When
submitting the unref command failed the completion callback will not be
called though, so cleanup right away.
Fixes a WARN on stale mm entries on driver shutdown.
Signed-off-by: Gerd Hoffmann <kraxel at...
2019 Jun 18
1
[PATCH v2 08/12] drm/virtio: rework virtio_gpu_object_create fencing
...tm_validate_buffer mainbuf;
+ struct drm_gem_object *obj = &bo->gem_base;
struct ww_acquire_ctx ticket;
unsigned long irq_flags;
- bool signaled;
- INIT_LIST_HEAD(&validate_list);
- memset(&mainbuf, 0, sizeof(struct ttm_validate_buffer));
-
- /* use a gem reference since unref list undoes them */
- drm_gem_object_get(&bo->gem_base);
- mainbuf.bo = &bo->tbo;
- list_add(&mainbuf.head, &validate_list);
-
- ret = virtio_gpu_object_list_validate(&ticket, &validate_list);
+ drm_gem_object_get(obj);
+ ret = drm_gem_lock_reservations(&obj,...
2013 Apr 23
1
Lack of ebtables rules when using nwfilters
...c=<filter
name='nova-instance-instance-00000167-fa163e4faae5' chain='roo
t'><filterref filter='nova-base'/></filter>
2013-04-23 10:47:37.544+0000: 30155: debug : virNWFilterFree:15971 :
nwfilter=0x7f18400bc2b0
2013-04-23 10:47:37.544+0000: 30155: debug : virUnrefNWFilter:1262 : unref
nwfilter 0x7f18400bc2b0 nova-instance-instance-00000167-fa163e4faae5 1
2013-04-23 10:47:37.544+0000: 30155: debug : virReleaseNWFilter:1222 :
release nwfilter 0x7f18400bc2b0
nova-instance-instance-00000167-fa163e4faae5 875ff1e5-fc4d-2fca-9
da2-f163f273ad6a
2013-04-23 10:47:37.5...
2010 Sep 17
3
access VMX config on esxi with virsh
Hi,
Is virsh able to access the VMX config of a virtual machine running on a
esxi host?
I would like to take backups of my virtual machine configs and the
doku section
"Converting from VMware VMX config to domain XML config"
(http://libvirt.org/drvesx.html) comes close to this - but does not tell how
to get access to the vmx file. I would prefer a solution where ssh access to
the
2003 Nov 26
3
Pid file?
Is there a way to make Dovecot maintain a pid file? Most daemons
put their pid in /var/run/dovecot.pid (or similar) while they are
running, then remove it on exit, but I can't find any option to
do this in Dovecot.
(Of course, if I could work out how on earth to stop Dovecot
leaking processes, I wouldn't be looking for a simpler way to
keep bringing the daemon down and restarting it. (-8
2020 Feb 05
0
[PATCH 3/4] drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Stop sending DETACH_BACKING commands, that will happening anyway when
releasing resources via UNREF. Handle guest-side cleanup in
virtio_gpu_cleanup_object(), called when the host finished processing
the UNREF command.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_drv.h | 2 --
drivers/gpu/drm/virtio/virtgpu_object.c | 14 ++++++--
drivers/gpu...
2020 Feb 07
0
[PATCH v2 3/4] drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Stop sending DETACH_BACKING commands, that will happening anyway when
releasing resources via UNREF. Handle guest-side cleanup in
virtio_gpu_cleanup_object(), called when the host finished processing
the UNREF command.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_drv.h | 2 --
drivers/gpu/drm/virtio/virtgpu_object.c | 14 ++++++--
drivers/gpu...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2012 Feb 09
1
virsh migrate results in error: Timed out during operation: cannot acquire state change lock
...314 : Got length, now
need 120 total (116 more)
13:52:38.211: debug : remoteIOEventLoop:9812 : Giving up the buck 109
0xeaac10 (nil)
13:52:38.211: debug : remoteIO:9990 : All done with our call 109 (nil)
0xeaac10
13:52:38.211: debug : virConnectClose:1524 : conn=0xe62b00
13:52:38.211: debug : virUnrefConnect:294 : unref connection 0xe62b00 1
13:52:38.211: debug : remoteIO:9886 : Do proc=2 serial=5 length=28
wait=(nil)
13:52:38.211: debug : remoteIO:9961 : We have the buck 2 0xeaac10 0xeaac10
13:52:38.212: debug : remoteIODecodeMessageLength:9314 : Got length, now
need 28 total (24 more)
13:52:...