search for: 1,145

Displaying 20 results from an estimated 52 matches for "1,145".

Did you mean: 1,14
2019 Sep 25
3
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
> From: Jason Wang [mailto:jasowang at redhat.com] > Sent: Tuesday, September 24, 2019 9:54 PM > > This patch implements basic support for mdev driver that supports > virtio transport for kernel virtio driver. > > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > include/linux/mdev.h | 2 + > include/linux/virtio_mdev.h | 145 > +...
2019 Sep 25
3
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
> From: Jason Wang [mailto:jasowang at redhat.com] > Sent: Tuesday, September 24, 2019 9:54 PM > > This patch implements basic support for mdev driver that supports > virtio transport for kernel virtio driver. > > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > include/linux/mdev.h | 2 + > include/linux/virtio_mdev.h | 145 > +...
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
Due to a critical dracut bug, and a strong dev focus on F16, we're dropping all F15 recipes. Signed-off-by: Mike Burns <mburns at redhat.com> --- recipe/ovirt15-install.ks | 1 - recipe/ovirt15-minimizer.ks | 1 - recipe/ovirt15-pkgs.ks | 2 - recipe/ovirt15-post.ks | 145 ------------------------------------------ recipe/...
2019 Sep 25
2
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
On Wed, Sep 25, 2019 at 08:45:21PM +0800, Jason Wang wrote: > > On 2019/9/25 ??5:09, Tian, Kevin wrote: > > > From: Jason Wang [mailto:jasowang at redhat.com] > > > Sent: Tuesday, September 24, 2019 9:54 PM > > > > > > This patch implements basic support for mdev driver that...
2019 Sep 25
2
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
On Wed, Sep 25, 2019 at 08:45:21PM +0800, Jason Wang wrote: > > On 2019/9/25 ??5:09, Tian, Kevin wrote: > > > From: Jason Wang [mailto:jasowang at redhat.com] > > > Sent: Tuesday, September 24, 2019 9:54 PM > > > > > > This patch implements basic support for mdev driver that...
2019 Sep 24
3
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
On Tue, 24 Sep 2019 21:53:30 +0800 Jason Wang <jasowang at redhat.com> wrote: > This patch implements basic support for mdev driver that supports > virtio transport for kernel virtio driver. > > Signed-off-by: Jason Wang <jasowang at redhat.com> > --- > include/linux/mdev.h |...
2019 Sep 24
0
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
This patch implements basic support for mdev driver that supports virtio transport for kernel virtio driver. Signed-off-by: Jason Wang <jasowang at redhat.com> --- include/linux/mdev.h | 2 + include/linux/virtio_mdev.h | 145 ++++++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+) create mode 100644 include/linux/virtio_mdev.h diff --git a/include/linux/mdev.h b/include/linux/mdev.h index 3414307311f1..73ac27b3b868 100644 --- a/include/linux/mdev.h +++ b/include/linux/mdev.h @@ -126,6 +126,8 @@ stru...
2019 Sep 26
0
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
On 2019/9/25 ??9:21, Michael S. Tsirkin wrote: > On Wed, Sep 25, 2019 at 08:45:21PM +0800, Jason Wang wrote: >> On 2019/9/25 ??5:09, Tian, Kevin wrote: >>>> From: Jason Wang [mailto:jasowang at redhat.com] >>>> Sent: Tuesday, September 24, 2019 9:54 PM >>>> &gt...
2019 Sep 25
0
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
On 2019/9/25 ??5:09, Tian, Kevin wrote: >> From: Jason Wang [mailto:jasowang at redhat.com] >> Sent: Tuesday, September 24, 2019 9:54 PM >> >> This patch implements basic support for mdev driver that supports >> virtio transport for kernel virtio driver. >> >> Sig...
2019 Sep 26
1
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
> From: Jason Wang > Sent: Wednesday, September 25, 2019 8:45 PM > > > On 2019/9/25 ??5:09, Tian, Kevin wrote: > >> From: Jason Wang [mailto:jasowang at redhat.com] > >> Sent: Tuesday, September 24, 2019 9:54 PM > >> > >> This patch implements basic support for mdev driver that supports > >> virtio...
2018 Jan 19
0
[PATCH nbdkit filters-v2 5/5] INCOMPLETE filters: Add nbdkit-partition-filter.
This can be used to filter a single partition from a disk image. --- TODO | 2 - configure.ac | 1 + filters/Makefile.am | 3 +- filters/delay/delay.c | 12 +-- filters/offset/nbdkit-offset-filter.pod | 17 ++- filters/offset/offset.c | 20 ++-- filters/partition/Makefile.am | 62 +++++++++++ fil...
2013 Jun 26
6
[PROGS PATCH] Import btrfs-extent-same
Originally from https://github.com/markfasheh/duperemove/blob/master/btrfs-extent-same.c Signed-off-by: Gabriel de Perthuis <g2p.code+btrfs@gmail.com> --- .gitignore | 1 + Makefile | 2 +- btrfs-extent-same.c | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 btrfs-extent-same.c diff --git a/.gitignore b/.gitignore index a7e1b19..8f0ec54 100644 --- a/.gitignore +++ b/.giti...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.
2007 Aug 09
0
Branch 'vivi' - 6 commits - configure.ac vivified/core vivified/dock vivified/Makefile.am vivified/ui
configure.ac | 1 vivified/Makefile.am | 2 vivified/core/vivi_application.c | 7 + vivified/dock/.gitignore | 12 ++ vivified/dock/Makefile.am | 15 +++ vivified/dock/vivi_docker.c | 93 +++++++++++++++++++ vivified/dock/vivi_docker.h | 55 +++++++++++ vivified/...
2012 Aug 21
7
[PATCH v8 0/5] make balloon pages movable by compaction
...ning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge pages" -- http://lwn.net/Articles/490114/ to introduce the required changes to the virtio_balloon driver, as well as the changes to the core compaction & migration bits, in order to make those subsystems aware of ballooned pages and al...
2012 Aug 21
7
[PATCH v8 0/5] make balloon pages movable by compaction
...ning might reduce significantly the number of 2MB contiguous memory blocks that can be used within a guest, thus imposing performance penalties associated with the reduced number of transparent huge pages that could be used by the guest workload. This patch-set follows the main idea discussed at 2012 LSFMMS session: "Ballooning for transparent huge pages" -- http://lwn.net/Articles/490114/ to introduce the required changes to the virtio_balloon driver, as well as the changes to the core compaction & migration bits, in order to make those subsystems aware of ballooned pages and al...
2019 Sep 24
17
[PATCH V2 0/8] mdev based hardware virtio offloading support
...register itself as a new kind of mdev driver. Then it provides a unified way for kernel virtio driver to talk with mdev device implementation. Though the series only contains kernel driver support, the goal is to make the transport generic enough to support userspace drivers. This means vhost-mdev[1] could be built on top as well by resuing the transport. A sample driver is also implemented which simulate a virito-net loopback ethernet device on top of vringh + workqueue. This could be used as a reference implementation for real hardware driver. Consider mdev framework only support VFIO devi...
2019 Sep 24
17
[PATCH V2 0/8] mdev based hardware virtio offloading support
...register itself as a new kind of mdev driver. Then it provides a unified way for kernel virtio driver to talk with mdev device implementation. Though the series only contains kernel driver support, the goal is to make the transport generic enough to support userspace drivers. This means vhost-mdev[1] could be built on top as well by resuing the transport. A sample driver is also implemented which simulate a virito-net loopback ethernet device on top of vringh + workqueue. This could be used as a reference implementation for real hardware driver. Consider mdev framework only support VFIO devi...
2018 Jan 19
10
[PATCH nbdkit filters-v2 0/5] Introduce filters.
Rebased filters patch. Requires current git master + the locks / thread model fix (https://www.redhat.com/archives/libguestfs/2018-January/msg00128.html) So a few changes here since last time: The "introduce filters" and "implement filters" patches are squashed together. I introduced a concept of .prepare and .finalize. These run before and after the data serving phase respectively. They're not a...
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...nder version control so it can be referenced later. --- Makefile.am | 8 +- builder/{website => templates}/Makefile.am | 42 +- builder/templates/centos-6.index-fragment | 23 + builder/templates/centos-7.0.index-fragment | 19 + builder/templates/centos-7.1.index-fragment | 19 + .../templates/centos-7.2-aarch64.index-fragment | 19 + builder/templates/centos-7.2.index-fragment | 19 + builder/templates/cirros-0.3.1.index-fragment | 19 + builder/templates/debian-6.index-fragment...