search for: drv_config

Displaying 6 results from an estimated 6 matches for "drv_config".

2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2017 Apr 03
0
Re: [PATCH 1/1] v2v: windows convert: fix virtio block driver installation for w10/w2k16
...0\x2b\xe1\x03\x18" ^ > + (String.make 24 '\x00')) ]; > + (* Version is necessary for Windows-Kernel-Pnp in w10/w2k16 *) > + > [ "DriverDatabase"; "DriverPackages"; drv_inf_label; > "Configurations"; drv_config ], > [ "ConfigFlags", REG_DWORD 0_l; > -- > 2.11.0 Thanks Pavel, I will push this shortly. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-...
2018 Nov 06
0
[PATCH 1/3] v2v: refactor copy_drivers() in Windows_virtio
...anged, 32 insertions(+), 20 deletions(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 9b45c76f5..91649694d 100644 --- a/v2v/windows_virtio.ml +++ b/v2v/windows_virtio.ml @@ -250,32 +250,35 @@ and ddb_regedits inspect drv_name drv_pciid = [ "Configuration", REG_SZ drv_config ]; ] -(* Copy the matching drivers to the driverdir; return true if any have - * been copied. +(* Copy all files from [srcdir] and all its subdirectories to the [destdir]. + * The file list is filtered based on [filter] function. Return list of copied + * files. *) -and copy_drivers g inspec...
2018 Nov 06
7
[PATCH 0/3] Install QEMU-GA from oVirt guest tools ISO on Linux
This installs packages with QEMU Guest Agent when converting Linux machine. The packages should be available on guest tools ISO. The patches work "as-is" but probably deserve some more attention: - it is "abusing" Winows_virtio code but renaming/refactoring everything to remove "windows" from the name and use "guest tools" seems like a lot of unnecesary
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...[ 75.896815] CC util/intel-pt-decoder/intel-pt-decoder.o [ 75.896817] [ 75.898210] CC tests/expr.o [ 75.898212] [ 75.899670] CC util/vsprintf.o [ 75.899672] [ 75.908602] CC tests/backward-ring-buffer.o [ 75.908605] [ 75.911015] CC util/drv_configs.o [ 75.911017] [ 75.911518] CC util/units.o [ 75.911519] [ 75.915347] CC util/time-utils.o [ 75.915348] [ 75.916051] BISON util/expr-bison.c [ 75.916052] [ 75.945408] CC util/branch.o [ 75.945413] [ 75.946934] CC tests/sdt.o [ 75.9469...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...[ 75.896815] CC util/intel-pt-decoder/intel-pt-decoder.o [ 75.896817] [ 75.898210] CC tests/expr.o [ 75.898212] [ 75.899670] CC util/vsprintf.o [ 75.899672] [ 75.908602] CC tests/backward-ring-buffer.o [ 75.908605] [ 75.911015] CC util/drv_configs.o [ 75.911017] [ 75.911518] CC util/units.o [ 75.911519] [ 75.915347] CC util/time-utils.o [ 75.915348] [ 75.916051] BISON util/expr-bison.c [ 75.916052] [ 75.945408] CC util/branch.o [ 75.945413] [ 75.946934] CC tests/sdt.o [ 75.9469...