Displaying 6 results from an estimated 6 matches for "windows7x64".
Did you mean:
windows64
2012 Jan 18
7
Windows GPLPV xenvbd.sys BSOD
...mpile_domain : ubuntu.com
cc_compile_date : Tue Oct 11 07:31:13 UTC 2011
xend_config_format : 4
~ #cat /etc/xen/Windows7.cfg
name="Windows7"
builder="hvm"
memory="768"
disk = [ ''phy:/dev/xenvg/windows7,hda,w'',
''file:/path/to/Windows7x64.iso,hdc:cdrom,r'' ]
vif = [ ''type=vif,mac=6a:69:66:98:ce:b2'' ]
vnclisten="127.0.0.1"
xen_platform_pci=1
viridian=1
Any ideas how to resolve this issue?
Jethro
2010 Jun 08
2
[PATCH 1/2] Target: Pass os description to create_guest
This will allow use of raw data from os description in addition to libvirt XML
when writing guest output.
---
lib/Sys/VirtV2V/Target/LibVirt.pm | 2 +-
lib/Sys/VirtV2V/Target/RHEV.pm | 2 +-
v2v/virt-v2v.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/Sys/VirtV2V/Target/LibVirt.pm b/lib/Sys/VirtV2V/Target/LibVirt.pm
index
2017 Apr 05
2
[PATCH] v2v: Rename OVF module to Create_ovf.
This is just a bit of preparatory refactoring ...
Rich.
2018 Mar 09
2
snapshot with libvirt tools or with lvm tools ?
Hi,
i asked already a time ago about snapshots. I have some guests, each resides in a raw file, placed on an ext3 fs which is on top of a logical volume, for each guest a dedicated lv.
The raw is not a "must have", if there are obvious reasons i can convert them to a qcow2.
What i want is a consistent backup of each guest taken overnight. If possible i won't have downtime.
I can use
2015 May 11
3
[PATCH 1/2] mllib: Require OUnit2 for tests.
OUnit2 has an OUnit (v1) compatibility module. Unfortunately it
is rather gravely broken:
https://forge.ocamlcore.org/tracker/?func=detail&aid=1392&group_id=162&atid=730
Since there is no new release fixing this, it's easier to switch to
using OUnit2 for unit tests.
---
.gitignore | 2 +-
README | 2 +-
mllib/JSON_tests.ml | 56
2015 Jul 01
12
[PATCH 1/9] v2v: Stable bus and slot numbers for removable drives (RHBZ#1238053).
This patch series adds stable bus and slot numbers for removable
drives (CDs and floppies) when the guest is converted using virt-v2v
or virt-p2v.
Previously we were a bit random about this. After this patch series,
the bus and slot numbers and preserved if at all possible.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1238053
Rich.