search for: 537,13

Displaying 11 results from an estimated 11 matches for "537,13".

Did you mean: 137,13
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
...*vdev) { int err; struct virtio_pci_device *vp_dev = to_vp_device(vdev); - + printk(KERN_INFO "share irq: %d\n", vp_dev->pci_dev->irq); err = request_irq(vp_dev->pci_dev->irq, vp_interrupt, IRQF_SHARED, dev_name(&vdev->dev), vp_dev); if (!err) @@ -536,13 +537,13 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, } else { if (per_vq_vectors) { /* Best option: one for change interrupt, one per vq. */ - nvectors = 1; + nvectors = 0; for (i = 0; i < nvqs; ++i) if (callbacks[i]) ++nvectors; } else {...
2014 Apr 19
1
RFC: sharing config interrupt between virtio devices for saving MSI
...*vdev) { int err; struct virtio_pci_device *vp_dev = to_vp_device(vdev); - + printk(KERN_INFO "share irq: %d\n", vp_dev->pci_dev->irq); err = request_irq(vp_dev->pci_dev->irq, vp_interrupt, IRQF_SHARED, dev_name(&vdev->dev), vp_dev); if (!err) @@ -536,13 +537,13 @@ static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, } else { if (per_vq_vectors) { /* Best option: one for change interrupt, one per vq. */ - nvectors = 1; + nvectors = 0; for (i = 0; i < nvqs; ++i) if (callbacks[i]) ++nvectors; } else {...
2009 Aug 02
3
[PATCH 1/4] drm/nouveau: refactor VGA font save/restore
.../* PRAMIN access */ static inline u32 nv_ri32(struct drm_device *dev, unsigned offset) { diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c b/drivers/gpu/drm/nouveau/nouveau_hw.c index 295b876..6f55f55 100644 --- a/drivers/gpu/drm/nouveau/nouveau_hw.c +++ b/drivers/gpu/drm/nouveau/nouveau_hw.c @@ -537,13 +537,33 @@ nouveau_hw_fix_bad_vpll(struct drm_device *dev, int head) * vga font save/restore */ +static void nouveau_vga_font_io(struct drm_device *dev, + void __iomem *iovram, + bool save, unsigned plane) +{ + struct drm_nouveau_private *dev_priv = dev->dev_private; + unsigned i;...
2019 Sep 28
0
[PATCH nbdkit v2 2/4] Rename nbdkit-reflection-plugin to nbdkit-info-plugin.
...sh \ test-iso.sh \ test-layers.sh \ @@ -112,9 +115,6 @@ EXTRA_DIST = \ test-rate-dynamic.sh \ test.rb \ test-readahead-copy.sh \ - test-reflection-address.sh \ - test-reflection-base64.sh \ - test-reflection-raw.sh \ test-retry.sh \ test-retry-reopen-fail.sh \ test-shutdown.sh \ @@ -537,6 +537,13 @@ disk.gz: disk endif HAVE_GUESTFISH endif HAVE_ZLIB +# info plugin test. +TESTS += \ + test-info-address.sh \ + test-info-base64.sh \ + test-info-raw.sh \ + $(NULL) + # iso plugin test. if HAVE_ISO if HAVE_GUESTFISH @@ -611,13 +618,6 @@ test_random_CPPFLAGS = -I $(top_srcdir)/com...
2019 Sep 28
9
[PATCH nbdkit v2 0/4] info: Add mode for sending back server time.
v1 was: https://www.redhat.com/archives/libguestfs/2019-September/thread.html#00361 v2: - Adds a patch to rename the reflection plugin to the info plugin. - Adds tests. Rich.
2011 Nov 11
10
[RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
...0-input.1 44: 41433 41727 42101 41175 PCI-MSI-edge virtio0-input.2 45: 38465 37629 38468 38768 PCI-MSI-edge virtio0-input.3 # tc -s qdisc show dev eth0 qdisc mq 0: root Sent 393196939897 bytes 271191624 pkt (dropped 59897, overlimits 0 requeues 67156) backlog 25375720b 1601p requeues 67156 I am not sure if patch #5 is responsible for the hang. Also, without patch #5/patch #6, I changed vp_find_vqs() to: static int vp_find_vqs(...) { return vp_try_to_find_vqs(vdev, nvqs, vqs, callbacks, names, false, false); } No packets were getting TX'd with...
2011 Nov 11
10
[RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
...0-input.1 44: 41433 41727 42101 41175 PCI-MSI-edge virtio0-input.2 45: 38465 37629 38468 38768 PCI-MSI-edge virtio0-input.3 # tc -s qdisc show dev eth0 qdisc mq 0: root Sent 393196939897 bytes 271191624 pkt (dropped 59897, overlimits 0 requeues 67156) backlog 25375720b 1601p requeues 67156 I am not sure if patch #5 is responsible for the hang. Also, without patch #5/patch #6, I changed vp_find_vqs() to: static int vp_find_vqs(...) { return vp_try_to_find_vqs(vdev, nvqs, vqs, callbacks, names, false, false); } No packets were getting TX'd with...
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series... This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8 (AArch64) model. The kernel is the same one as I am currently using with the 32 bit hypervisor I haven''t yet tried starting a guest or anything super advanced like that ;-). Also there is not real support for 64-bit domains at all, although in one or two places I
2013 Feb 22
48
[PATCH v3 00/46] initial arm v8 (64-bit) support
This round implements all of the review comments from V2 and all patches are now acked. Unless there are any objections I intend to apply later this morning. Ian.
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c