Displaying 20 results from an estimated 100 matches similar to: "[Fwd: Re: Virtual Machine Driver Pack for Linux from Novell]"
2016 May 12
0
[PATCH 07/11] v2v: add support for SUSE VMDP drivers
To add this support, two things are needed:
* make the existing code searches for either the viostor
or the SUSE VMDP (Virtual Machine Driver Pack) files.
* add a firstboot script setting up VMDP.
Note that 2 firstboot scripts are intentionally added for the VMDP
setup. This is due to windows potentially rebooting after loading the
virtio block driver. It may happen that this reboot
2016 May 18
0
[PATCH v2 07/11] v2v: add support for SUSE VMDP drivers
To add this support, two things are needed:
* make the existing code searches for either the viostor
or the SUSE VMDP (Virtual Machine Driver Pack) files.
* add a firstboot script setting up VMDP.
Note that 2 firstboot scripts are intentionally added for the VMDP
setup. This is due to windows potentially rebooting after loading the
virtio block driver. It may happen that this reboot
2016 May 13
0
Re: [PATCH 07/11] v2v: add support for SUSE VMDP drivers
Hi Roman,
On Thu, 2016-05-12 at 17:57 +0300, Roman Kagan wrote:
> On Thu, May 12, 2016 at 03:29:15PM +0200, Cédric Bosdonnat wrote:
> > To add this support, two things are needed:
> > * make the existing code searches for either the viostor
> > or the SUSE VMDP (Virtual Machine Driver Pack) files.
> >
> > * add a firstboot script setting up VMDP.
> >
2016 Apr 05
0
[PATCH 7/7] v2v: add support for SUSE VMDP drivers
To add this support, the existing code searches for either the viostor
or the VMDP (Virtual Machine Driver Pack) files and updates the registry
accordingly.
Note that VMDP's block driver pvvxblk depends on the ballooning driver
pvvxbn.
---
v2v/convert_windows.ml | 59 ++++++++++++++++++++------
v2v/windows_virtio.ml | 113 +++++++++++++++++++++++++++++++++++++++++--------
2 files changed,
2008 Jul 21
1
Bug#481105: adjust patch to pygrub and hvmloader
On Mon, Jul 21, 2008 at 9:07 PM, Marco Sinhoreli <msinhore at gmail.com> wrote:
> In virtinst package, we are pointing the pygrub and hvmloader to
> /etc/xen-default/bin directory files. To us, this is sufficient to fix
> our package issue. I suggest to use alternatives to point these to
> /usr/bin and so, standardize with another distros. Well, I think this
> is the easy way
2016 May 12
0
[PATCH 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 11 +++++++++--
customize/firstboot.ml | 38 +++++++++++++++++++++++---------------
customize/virt-customize.pod | 6 ++++++
sysprep/virt-sysprep.pod | 6 ++++++
v2v/virt-v2v.pod | 6 ++++++
5 files changed, 50
2016 May 18
0
[PATCH v2 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 11 +++++++++--
customize/firstboot.ml | 36 +++++++++++++++++++++---------------
customize/virt-customize.pod | 6 ++++++
sysprep/virt-sysprep.pod | 6 ++++++
v2v/virt-v2v.pod | 6 ++++++
5 files changed, 48
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe.
Check for either one of them instead of only rhsrvany.
---
builder/virt-builder.pod | 13 +++-
customize/firstboot.ml | 169 +++++++++++++++++++++++--------------------
customize/virt-customize.pod | 6 ++
sysprep/virt-sysprep.pod | 6 ++
v2v/virt-v2v.pod | 6 ++
5 files changed, 117
2016 Apr 05
0
Re: [PATCH 7/7] v2v: add support for SUSE VMDP drivers
On Tue, 2016-04-05 at 15:52 +0300, Roman Kagan wrote:
> On Tue, Apr 05, 2016 at 01:47:33PM +0200, Cédric Bosdonnat wrote:
> > To add this support, the existing code searches for either the
> > viostor
> > or the VMDP (Virtual Machine Driver Pack) files and updates the
> > registry
> > accordingly.
> >
> > Note that VMDP's block driver pvvxblk
2016 Apr 05
0
Re: [PATCH 7/7] v2v: add support for SUSE VMDP drivers
Here are the answers from our VMDP expert:
On Tue, 2016-04-05 at 16:16 +0300, Roman Kagan wrote:
> On Tue, Apr 05, 2016 at 03:08:48PM +0200, Cedric Bosdonnat wrote:
> > On Tue, 2016-04-05 at 15:52 +0300, Roman Kagan wrote:
> > > On Tue, Apr 05, 2016 at 01:47:33PM +0200, Cédric Bosdonnat wrote:
> > > > Note that VMDP's block driver pvvxblk depends on the
2016 Apr 05
0
Re: [PATCH 6/7] v2v: quiet virtio net and balloon devices wizards
On Tue, 2016-04-05 at 17:19 +0300, Roman Kagan wrote:
> On Tue, Apr 05, 2016 at 01:47:32PM +0200, Cédric Bosdonnat wrote:
> > Setting the ConfigFlags to 0x40 for those will make windows quiet
> > at the first boot about those new devices. The wizard must not be
> > presented to the user since the needed drivers will automatically
> > be installed at firstboot... or
2016 May 23
0
Re: [PATCH v2 05/11] customize: add support for pvvxsvc
On Fri, 2016-05-20 at 12:42 +0300, Roman Kagan wrote:
> On Wed, May 18, 2016 at 02:00:53PM +0200, Cédric Bosdonnat wrote:
> > SUSE VMDP comes with a replacement for rhsrvany.exe named
> > pvvxsvc.exe.
> > Check for either one of them instead of only rhsrvany.
>
> Does pvvxsvc do anything that rhsrvany doesn't?
I don't know if rhsrvany does it too, but that tool
2016 Aug 23
0
Re: [PATCH 2/2] v2v:windows: prevent conflicts with PnP on firstboot
On Wed, Aug 17, 2016 at 08:59:44PM +0300, Roman Kagan wrote:
> When put on new virtual hardware Windows will start driver installation
> for newly discovered devices.
>
> The problem is that it happens asynchronously and concurrently with
> other activities, in particular, the firstboot scripts. This may result
> in conflicts (because a firstboot script may want to install or
2016 Sep 01
0
Re: [PATCH v2 2/2] v2v:windows: prevent conflicts with PnP on firstboot
On Thu, Sep 01, 2016 at 11:50:19AM +0300, Roman Kagan wrote:
> When put on new virtual hardware Windows will start driver installation
> for newly discovered devices.
>
> The problem is that it happens asynchronously and concurrently with
> other activities, in particular, the firstboot scripts. This may result
> in conflicts (because a firstboot script may want to install or
2016 May 23
4
[PATCH v3 0/3] SUSE VMDP support
Hi there,
Here is v3 of the remaining patches. Diff to v2:
* Removed the patch related to QXL
* Fixed the firstboot script with Roman's comments
* Fixed ova with subfolders test
* Handle MF-relative path in ova files
* Fixed now unneeded match case as per Richard's comment
Cédric Bosdonnat (3):
customize: fix windows firstboot script
v2v: add support for SUSE VMDP drivers
v2v:
2016 May 12
0
[PATCH 01/11] v2v: also search for windows virtio drivers in symlinks
To allow saving save in the package shipping the windows virtio
drivers, we can use symlinks between the drivers folders. For example
SUSE VMDP drivers are the same for Win8.1 and Win2012r2, one folder
is a symlink to the other.
To take advantages of this, find must use the -L flag.
---
v2v/windows_virtio.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
2016 Apr 05
0
Re: [PATCH 1/7] v2v: check next free oem%d.inf in /Windows/Inf
On Tue, 2016-04-05 at 13:04 +0100, Richard W.M. Jones wrote:
> On Tue, Apr 05, 2016 at 01:47:27PM +0200, Cédric Bosdonnat wrote:
> > + let oem_inf = set_free_oem_inf g root scsi_adapter_guid
> > "viostor.inf" driverdir in
>
> Seems better if it was called *get_next*_free_oem_inf?
Yes, sounds better.
> > (* There should be a key
> > *
2016 May 12
24
[PATCH 00/11] Getting it work with SLES / openSUSE
Hi there!
I know it's been a while since I posted my first version of some patches.
But here I have rebased them on top of Roman's work and added a few other ones.
Cédric Bosdonnat (11):
v2v: also search for windows virtio drivers in symlinks
Update packagelist for SLES
customize: fix windows firstboot script
customize: change windows firstboot path
customize: add support for
2016 May 18
21
[PATCH v2 00/11] Getting it work with SLES / openSUSE
Hi all,
v2 includes all comments from Pino and Richard. I also removed the
mkdir /run/lvm in the init since it only failed in one case and couldn't
reproduce it anymore.
Cédric Bosdonnat (11):
v2v: also search for windows virtio drivers in symlinks
Update packagelist for SLES and openSUSE
customize: fix windows firstboot script
customize: change windows firstboot path
customize:
2010 Apr 15
0
Bug#481200: Lembrete: Marco Sinhoreli convidou você para entrar no Facebook...
=======================================
Para se cadastrar no Facebook, clique no link abaixo:
http://www.facebook.com/r.php?re=827c5435308d3835c8fa0311978b674c&mid=2311c2cG5af348d0240dG50814G46
=======================================
Ol?,
A pessoa abaixo convidou voc? para o Facebook:
Marco Sinhoreli (Invite sent: Mar 30, 2010)
O Facebook ? um ?timo ambiente para se manter em contato com