search for: 535,14

Displaying 11 results from an estimated 11 matches for "535,14".

Did you mean: 35,14
2014 Sep 01
3
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...y we had enough resources to assign the vector */ - v = ioread16(vp_dev->ioaddr + VIRTIO_MSI_CONFIG_VECTOR); - if (v == VIRTIO_MSI_NO_VECTOR) { - err = -EBUSY; + if (!err) + vp_dev->intx_enabled = 1; + else goto error; - } if (!per_vq_vectors) { /* Shared vector for all VQs */ @@ -535,14 +524,16 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, goto error_request; } else { if (per_vq_vectors) { - /* Best option: one for change interrupt, one per vq. */ - nvectors = 1; + /* Best option: one normal interrupt for change, + one msix per...
2014 Sep 01
3
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...y we had enough resources to assign the vector */ - v = ioread16(vp_dev->ioaddr + VIRTIO_MSI_CONFIG_VECTOR); - if (v == VIRTIO_MSI_NO_VECTOR) { - err = -EBUSY; + if (!err) + vp_dev->intx_enabled = 1; + else goto error; - } if (!per_vq_vectors) { /* Shared vector for all VQs */ @@ -535,14 +524,16 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, goto error_request; } else { if (per_vq_vectors) { - /* Best option: one for change interrupt, one per vq. */ - nvectors = 1; + /* Best option: one normal interrupt for change, + one msix per...
2014 Sep 01
1
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...; > > - if (v == VIRTIO_MSI_NO_VECTOR) { > > - err = -EBUSY; > > + if (!err) > > + vp_dev->intx_enabled = 1; > > + else > > goto error; > > - } > > > > if (!per_vq_vectors) { > > /* Shared vector for all VQs */ > > @@ -535,14 +524,16 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, > > goto error_request; > > } else { > > if (per_vq_vectors) { > > - /* Best option: one for change interrupt, one per vq. */ > > - nvectors = 1; > > + /* Best o...
2014 Sep 01
1
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...; > > - if (v == VIRTIO_MSI_NO_VECTOR) { > > - err = -EBUSY; > > + if (!err) > > + vp_dev->intx_enabled = 1; > > + else > > goto error; > > - } > > > > if (!per_vq_vectors) { > > /* Shared vector for all VQs */ > > @@ -535,14 +524,16 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, > > goto error_request; > > } else { > > if (per_vq_vectors) { > > - /* Best option: one for change interrupt, one per vq. */ > > - nvectors = 1; > > + /* Best o...
2014 Sep 01
0
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...ioread16(vp_dev->ioaddr + VIRTIO_MSI_CONFIG_VECTOR); > - if (v == VIRTIO_MSI_NO_VECTOR) { > - err = -EBUSY; > + if (!err) > + vp_dev->intx_enabled = 1; > + else > goto error; > - } > > if (!per_vq_vectors) { > /* Shared vector for all VQs */ > @@ -535,14 +524,16 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, > goto error_request; > } else { > if (per_vq_vectors) { > - /* Best option: one for change interrupt, one per vq. */ > - nvectors = 1; > + /* Best option: one normal interrupt fo...
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
.../dev/null +++ b/test/trace/isnan-6.swf.trace @@ -0,0 +1,7 @@ +Check isNaN and isFinite +Infinity: inifinite +-Infinity: inifinite +NaN: inifinite, NaN +0: finite +_level0: inifinite, NaN +true: finite diff --git a/test/trace/isnan-7.swf b/test/trace/isnan-7.swf new file mode 100644 index 0000000..153586a Binary files /dev/null and b/test/trace/isnan-7.swf differ diff --git a/test/trace/isnan-7.swf.trace b/test/trace/isnan-7.swf.trace new file mode 100644 index 0000000..4917d7e --- /dev/null +++ b/test/trace/isnan-7.swf.trace @@ -0,0 +1,7 @@ +Check isNaN and isFinite +Infinity: inifinite +-Infini...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...uct fb_info *p) { int i; @@ -504,7 +504,7 @@ static struct fb_var_screeninfo asiliantfb_var __devinitdata = { .vsync_len = 2, }; -static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) +static int init_asiliant(struct fb_info *p, unsigned long addr) { int err; @@ -535,7 +535,7 @@ static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) return 0; } -static int __devinit +static int asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) { unsigned long addr, size; diff --git a/drivers/video/aty/aty128fb.c b/drivers/video...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...uct fb_info *p) { int i; @@ -504,7 +504,7 @@ static struct fb_var_screeninfo asiliantfb_var __devinitdata = { .vsync_len = 2, }; -static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) +static int init_asiliant(struct fb_info *p, unsigned long addr) { int err; @@ -535,7 +535,7 @@ static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) return 0; } -static int __devinit +static int asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) { unsigned long addr, size; diff --git a/drivers/video/aty/aty128fb.c b/drivers/video...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...uct fb_info *p) { int i; @@ -504,7 +504,7 @@ static struct fb_var_screeninfo asiliantfb_var __devinitdata = { .vsync_len = 2, }; -static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) +static int init_asiliant(struct fb_info *p, unsigned long addr) { int err; @@ -535,7 +535,7 @@ static int __devinit init_asiliant(struct fb_info *p, unsigned long addr) return 0; } -static int __devinit +static int asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) { unsigned long addr, size; diff --git a/drivers/video/aty/aty128fb.c b/drivers/video...
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'. tests/parallel (in check-slow) failed, although it does regularly and that seems to be because of libvirt. Rich.
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.