search for: 22,16

Displaying 16 results from an estimated 16 matches for "22,16".

2012 Sep 12
2
[PATCH] drm/nouveau: add default debug level override
...n.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/core/option.c b/drivers/gpu/drm/nouveau/core/core/option.c index 62a432e..fde06b0 100644 --- a/drivers/gpu/drm/nouveau/core/core/option.c +++ b/drivers/gpu/drm/nouveau/core/core/option.c @@ -22,9 +22,16 @@ * Authors: Ben Skeggs */ +#include <linux/module.h> #include <core/option.h> #include <core/debug.h> +MODULE_PARM_DESC(debug_level, "nv_printk level (0-" + __stringify(CONFIG_NOUVEAU_DEBUG) ", default " + __stringify(CONFIG_NOUVEAU_DEBUG...
2006 Dec 05
3
megatec over USB - new driver patch
...bian USB hotplug script, etc) if this driver will be included. Thanks. -------------- next part -------------- diff -Naur drivers_orig/Makefile.am drivers/Makefile.am --- drivers_orig/Makefile.am 2006-12-04 13:08:58.000000000 +0300 +++ drivers/Makefile.am 2006-12-04 13:05:14.000000000 +0300 @@ -22,7 +22,7 @@ nitram oneac optiups powercom rhino safenet skel sms solis tripplite \ tripplitesu upscode2 victronups SNMP_DRIVERLIST = snmp-ups -USB_LIBUSB_DRIVERLIST = newhidups bcmxcp_usb tripplite_usb +USB_LIBUSB_DRIVERLIST = newhidups bcmxcp_usb tripplite_usb megatec_usb USB_HIDDEV_DRIVERLIS...
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...++++++++++++++++++++++ libswfdec-gtk/swfdec_gtk_loader.h | 44 ++++++ libswfdec-gtk/swfdec_gtk_player.c | 23 +-- libswfdec-gtk/swfdec_gtk_player.h | 9 - libswfdec/swfdec_loader.c | 46 ++----- libswfdec/swfdec_loader.h | 3 libswfdec/swfdec_loader_internal.h | 22 +++ libswfdec/swfdec_player.c | 14 -- libswfdec/swfdec_player.h | 3 player/swfdebug.c | 8 - player/swfplay.c | 15 -- test/dump.c | 8 - test/image/image.c | 10 - test/parse.c...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier to use, from an application development point of view. Overview of patches: 1 Command line argument parsing support, from Xen. 2 Weak console handler function. 3 Build system tweaks for application directories. 4 Trailing whitespace cleanup. (because it is very messy) Patch 4 is likely to be more controversial than
2018 Mar 06
5
[PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
Previous versions: v3: https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html v2: https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html v1: https://www.redhat.com/archives/libguestfs/2018-February/msg00139.html This completely rethinks the approach taken by the previous patches. Instead of trying to involve qemu's curl driver, this uses a small Python 3
2017 Jun 16
1
[PATCH] inspection: Deprecate APIs and remove support for inspecting installer CDs.
...or/expected-debian.img.xml | 1 - inspector/expected-fedora.img.xml | 1 - inspector/expected-ubuntu.img.xml | 1 - inspector/expected-windows.img.xml | 1 - inspector/inspector.c | 31 +- inspector/virt-inspector.pod | 22 - inspector/virt-inspector.rng | 15 - lib/Makefile.am | 3 - lib/guestfs-internal.h | 31 -- lib/guestfs.pod | 9 - lib/inspect-fs-cd.c | 606 -------------------------- lib/inspec...
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...libswfdec/swfdec_js_movie.c | 50 ------- libswfdec/swfdec_listener.c | 98 +++++--------- libswfdec/swfdec_listener.h | 9 - libswfdec/swfdec_loader.c | 46 ++---- libswfdec/swfdec_loader.h | 3 libswfdec/swfdec_loader_internal.h | 22 +++ libswfdec/swfdec_morphshape.c | 14 +- libswfdec/swfdec_movie.c | 146 +++++++++++++++++---- libswfdec/swfdec_movie.h | 10 - libswfdec/swfdec_net_stream.c | 90 ++++++------ libswfdec/swfdec_net_stream.h | 6 libswfdec/swfdec_player.c...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c...
2017 Jul 21
10
[PATCH v10 00/10] Reimplement inspection in the daemon.
v9 was here: https://www.redhat.com/archives/libguestfs/2017-July/msg00139.html This depends on these three series (the first two being single minor patches): https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html https://www.redhat.com/archives/libguestfs/2017-July/msg00215.html There is no substantive change. I
2017 Jul 17
12
[PATCH v9 00/11] Reimplement inspection in the daemon.
This depends on the patch series "[PATCH 00/27] Reimplement many daemon APIs in OCaml." (https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html) v8 was posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00274.html v9: - I split up the mega-patch into a more reviewable series of smaller, incremental patches. There are some other changes vs v8, but
2017 Aug 09
16
[PATCH v12 00/11] Reimplement inspection in the daemon.
This fixes almost everything. Note that it adds an extra commit which fixes the whole utf8/iconv business. It's probably better to list what isn't fixed: (1) I didn't leave the osinfo code around because I'm still haven't looked too closely at virt-builder-repository. Can't we just fetch this code from the git history when we need it? (2) I didn't change the way
2017 Jul 31
16
[PATCH v11 00/10] Reimplement inspection in the daemon.
v10: https://www.redhat.com/archives/libguestfs/2017-July/msg00245.html No actual change here, but I rebased and retested. Also this series now does not depend on any other patch series since everything else needed is upstream. Rich.
2017 Jun 19
29
[PATCH v7 00/29] Reimplement inspection in the daemon.
v6 was posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00103.html and this requires the utilities refactoring posted here: https://www.redhat.com/archives/libguestfs/2017-June/msg00169.html Inspection is now complete[*], although not very well tested. I'm intending to compare the output of many guests using old & new virt-inspector to see if I can find any
2017 Jun 21
45
[PATCH v8 00/42] Refactor utilities and reimplement inspection.
v7 was: https://www.redhat.com/archives/libguestfs/2017-June/msg00169.html https://www.redhat.com/archives/libguestfs/2017-June/msg00184.html I believe this addresses all comments received so far. Also it now passes a test where I compared about 100 disk images processed with old and new virt-inspector binaries. The output is identical in all cases except one which is caused by a bug in blkid