search for: g_strcmp0

Displaying 2 results from an estimated 2 matches for "g_strcmp0".

2011 Aug 23
0
qemu-kvm-0.15 + CentOS 5.6 + vanilla 2.6.35.14 (working, patch included)
...re to add a CC: to my email address. While I am subscribed to this list, your email might get buried by the list traffic. Thanks. Best regards, Walter References: [1] http://vde.sourceforge.net/ [2] http://sourceforge.net/projects/kvm/files/qemu-kvm/0.15.0/qemu-kvm-0.15.0.tar.gz/download PS: The g_strcmp0() function was ripped from the URL below, just happened to be on top of Google's search results. (c) therefore of authors "Sysadmin Ramblings". http://ramblings.narrabilis.com/patches/nautilus-dropbox-0.6.3-puias.patch --- qemu-kvm-0.15.0/exec.c.orig 2011-08-19 11:36:04.0000...
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created. As part of this patch: - required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago; - newer version of libdevmapper allowed to simplify code base a little bit; -