search for: msg00083

Displaying 20 results from an estimated 22 matches for "msg00083".

Did you mean: msg00053
2009 Jan 21
1
SIP realtime status...
Since 1.4.22 realtime status for sip peers seems to be broken. If I do a "sip show peers" from the CLI I get this: 2001/2001 192.168.2.234 D 5060 UNKNOWN Cached RT It is arbitrary which peers will say OK and which will say UNKNOWN and it changes over time. This is a problem with an application like the Asternic Flash panel because it uses the peer
2020 Jun 28
0
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
...ould be identical to file plugin, on? can we reuse the same code > for reading files? Yes and no. A few months ago I actually had a proposal to unify all the "file-like" plugins. I believe the latest posted version was this one: https://www.redhat.com/archives/libguestfs/2020-April/msg00083.html but I have some updates in a branch here. Anyway when I was looking at this rewrite I considered resurrecting this work and building on top of it. However it doesn't work directly because: > > +{ > > + struct handle *h = handle; > > + > > + offs += offset; yo...
2018 Jul 30
3
[PATCH v2] file: Add missing include for FALLOC_FL_*
...-U $SOCK $ time qemu-img convert -n -f raw -O raw /var/tmp/fedora-27.img nbd:unix:$SOCK real 0m13.491s user 0m0.129s sys 0m0.612s Tested on Fedora 28 and RHEL 7.5. --- v2: - Include <linux/falloc.h> only on Linux v1 was here: https://www.redhat.com/archives/libguestfs/2018-July/msg00083.html plugins/file/file.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/file/file.c b/plugins/file/file.c index a8a6253..0345115 100644 --- a/plugins/file/file.c +++ b/plugins/file/file.c @@ -42,6 +42,10 @@ #include <sys/stat.h> #include <errno.h> +#if defined(__l...
2013 Jul 10
2
ASRock B85M Pro4 micro-ATX Motherboard Supports VT-d!!!
Hi, I have just upgraded my computer to Intel Core i5-4430 Quad Core @ 3.0 GHz (supports VT-d), ASRock B85M Pro4 micro-ATX LGA1150 motherboard (supports VT-d), 8 GB Kingston DDR3-1600 memory and Cooler Master Elite 311 ATX casing (all for SGD$501). I made my computer upgrade on Independence Day 4th July 2013. I have also flashed the UEFI BIOS of ASRock B85M Pro4 motherboard to version 1.50.
2019 Apr 04
0
[Qemu-devel] [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
...to be on the safe side? > > > > They are already reserved. > > Can you direct me to how to find a free ID? I referred 'content.tex' in virtio-spec. I have also posted a draft spec document[1] for virtio-pmem. [1] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html Thanks for the suggestions. Best regards, Pankaj > > > > > Thanks, > > Pankaj > > > > > > > > > > > > > #endif /* _LINUX_VIRTIO_IDS_H */ > > > > diff --git a/include/uapi/linux/virtio_pmem.h > > > > b...
2018 Jul 29
3
[PATCH] file: Zero support for block devices and NFS 4.2
If we may not trim, we tried ZERO_RANGE, but this is not well supported yet, for example it is not available on NFS 4.2. ZERO_RANGE and PUNCH_HOLE are supported now on block devices, but not on RHRL 7, so we fallback to slow manual zeroing there. Change the logic to support block devices on RHEL 7, and file systems that do not support ZERO_RANGE. The new logic: - If we may trim, try PUNCH_HOLE -
2020 Jun 28
2
Re: [PATCH nbdkit 2/2] tar: Rewrite the tar plugin (again), this time in C.
On Sun, Jun 28, 2020 at 4:03 PM Richard W.M. Jones <rjones@redhat.com> wrote: ... > + > +static int > +tar_get_ready (void) > +{ > + FILE *fp; > + CLEANUP_FREE char *cmd = NULL; > + size_t len = 0; > + bool scanned_ok; > + char s[256]; > + > + /* Construct the tar command to examine the tar file. */ > + fp = open_memstream (&cmd, &len); >
2019 Apr 04
1
[Qemu-devel] [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
On Wed, Apr 03, 2019 at 08:40:13AM -0400, Pankaj Gupta wrote: > > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver > > > > On Wed, Apr 03, 2019 at 04:10:15PM +0530, Pankaj Gupta wrote: > > > This patch adds virtio-pmem driver for KVM guest. > > > > > > Guest reads the persistent memory range information from > >
2019 Apr 04
1
[Qemu-devel] [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
On Wed, Apr 03, 2019 at 08:40:13AM -0400, Pankaj Gupta wrote: > > > Subject: Re: [Qemu-devel] [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver > > > > On Wed, Apr 03, 2019 at 04:10:15PM +0530, Pankaj Gupta wrote: > > > This patch adds virtio-pmem driver for KVM guest. > > > > > > Guest reads the persistent memory range information from > >
2019 May 10
12
[PATCH v8 0/6] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [9] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 13 +++ drivers/md/dm.c | 3 drivers/nvdimm/Makefile | 1 drivers/nvdimm/claim.c |...
2019 May 10
12
[PATCH v8 0/6] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [9] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 13 +++ drivers/md/dm.c | 3 drivers/nvdimm/Makefile | 1 drivers/nvdimm/claim.c |...
2019 Apr 23
9
[PATCH v6 0/6] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [9] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 13 +++- drivers/md/dm.c | 3 drivers/nvdimm/claim.c | 6 + drivers/nvdimm/nd.h |...
2019 Jun 10
8
[PATCH v11 0/7] virtio pmem driver
...ml.org/lkml/2019/5/21/569 [2] https://lkml.org/lkml/2019/5/14/465 [3] https://www.spinics.net/lists/kvm/msg149761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://marc.info/?l=qemu-devel&m=155860751202202&w=2 [6] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [7] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 14 ++++ drivers/md/dm.c | 3 drivers/nvdimm/Makefile...
2019 May 21
9
[PATCH v10 0/7] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [9] https://lkml.org/lkml/2019/1/9/1191 20 files changed, 468 insertions(+), 25 deletions(-) drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 14 ++++ drivers/md/dm.c...
2019 Jun 21
7
[PATCH v14 0/7] virtio pmem driver
...ml.org/lkml/2019/6/12/624 [2] https://lkml.org/lkml/2019/6/11/831 [3] https://www.spinics.net/lists/kvm/msg149761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://marc.info/?l=qemu-devel&m=155860751202202&w=2 [6] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [7] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 24 +++++-- drivers/md/dm.c | 5 - drivers/md/dm.h...
2019 Jul 05
8
[PATCH v15 0/7] virtio pmem driver
...ml.org/lkml/2019/6/21/452 [2] https://lkml.org/lkml/2019/6/12/624 [3] https://www.spinics.net/lists/kvm/msg149761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://marc.info/?l=qemu-devel&m=155860751202202&w=2 [6] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [7] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 24 +++++-- drivers/md/dm.c | 5 - drivers/md/dm.h...
2019 Jun 12
8
[PATCH v13 0/7] virtio pmem driver
...ml.org/lkml/2019/6/11/831 [2] https://lkml.org/lkml/2019/6/10/209 [3] https://www.spinics.net/lists/kvm/msg149761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://marc.info/?l=qemu-devel&m=155860751202202&w=2 [6] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [7] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 24 +++++-- drivers/md/dm.c | 5 - drivers/md/dm.h...
2019 Apr 03
8
[PATCH v4 0/5] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html
2019 May 14
12
[PATCH v9 0/7] virtio pmem driver
...9761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://lkml.org/lkml/2018/8/31/413 [6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2 [7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2 [8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [9] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 14 ++++ drivers/md/dm.c | 3 drivers/nvdimm/Makefile...
2019 Jun 11
9
[PATCH v12 0/7] virtio pmem driver
...ml.org/lkml/2019/6/10/209 [2] https://lkml.org/lkml/2019/5/21/569 [3] https://www.spinics.net/lists/kvm/msg149761.html [4] https://www.spinics.net/lists/kvm/msg153095.html [5] https://marc.info/?l=qemu-devel&m=155860751202202&w=2 [6] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html [7] https://lkml.org/lkml/2019/1/9/1191 drivers/acpi/nfit/core.c | 4 - drivers/dax/bus.c | 2 drivers/dax/super.c | 19 +++++ drivers/md/dm-table.c | 24 +++++-- drivers/md/dm.c | 5 - drivers/md/dm.h...