Displaying 20 results from an estimated 8000 matches similar to: "Bug#731038: Bug#731038: xen-utils-4.3: cannot create hvm domUs"
2013 Oct 15
29
[PATCH 0/4] Reintroduce OVMF support
This small series reintroduces OVMF support in Xen
You can fetch working OVMF tree on:
git://xenbits.xen.org/people/liuw/ovmf.git master
Working changeset that can be sticked in Config.mk is:
8833370303d3bf3153760ee42760ef1b9b5c562
Note that VNC doesn''t work properly when using OVMF, but that''s not OVMF''s
problem. This issue should be addressed in Xen and I''m
2013 Oct 31
7
[PATCH] tools: ovmf debug build only if tools debug is enabled
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
---
tools/firmware/ovmf-makefile | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile
index 073ed44..efb4fb1 100644
--- a/tools/firmware/ovmf-makefile
+++ b/tools/firmware/ovmf-makefile
@@ -1,3 +1,6 @@
+XEN_ROOT = $(CURDIR)/../../..
+include
2013 Mar 18
2
[PATCH v2] tools/firmware: Fix ovmf build with gcc version different from 4.4
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
tools/firmware/ovmf-makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile
index c3cd466..073ed44 100644
--- a/tools/firmware/ovmf-makefile
+++ b/tools/firmware/ovmf-makefile
@@ -10,7 +10,7
2013 Jun 12
9
Test report for xen-unstable and qemu-xen
Dom0:
Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version
3.2.41-2+deb7u2, package blktap-dkms and all dependency packages for
xen, spice and usb redirection.
Seabios 1.7.2-3 and latest spice and usbredir compiled from debian
unstable sources.
-------------------------
/etc/modules
------------
loop max_loop=64
xenfs
xen-evtchn
blktap
-------------------------
git clone
2021 Oct 19
1
linux-image-5.10.0-6-amd64: VGA Intel IGD Passthrough to Debian Xen HVM DomUs not working, but Windows Xen HVMs do work
On 5/10/2021 1:33 PM, Chuck Zmudzinski wrote:
> Package: src:linux
> Version: 5.10.28-1
> Severity: normal
> Tags: upstream
>
> Dear Maintainer,
>
> I have been using Xen's PCI and VGA passthrough feature since wheezy and jessie were the stable versions, and back then both Windows HVMs and Linux HVMs would function with the Intel Integrated Graphics Device (IGD), the
2011 Jul 23
9
[PATCH] Replace bios_relocate hook with bios_load hook in hvmloader
Hi,
These set of patches are affected by replacing bios_relocate hook with
bios_load hook in hvmloader. The patches for code files config.h and
hvmloader.c also contains part of the contents of Enabling UEFI BIOS(OVMF)
support in Xen-unstable HVM. Is there any problem with these patches? Thank
you very much.
# HG changeset patch
# User gbtju85@gmail.com
#
Replace bios_relocate hook with
2016 Jan 19
0
Bug#805508: Bug#805508: Bug#805508: Bug#805508: Bug#805508: xen: Unable to create HVM domUs
On Tue, 2016-01-19 at 10:39 +0000, Ian Campbell wrote:
> On Thu, 2015-11-26 at 15:16 +0000, Ian Campbell wrote:
> > anything better would need to be arranged upstream.
>
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=de858271c16851d662b26
> 13
> 699401df6ecec8ef8 has now landed upstream, which allows the leaf dir to
> be
> set at configure time and therefore
2015 Dec 20
1
[PULL 0/8] MultiFS suppport for BIOS and EFI
On 20.12.2015 09:55, poma wrote:
> ...
>
> Syslinux MultiFS test:
>
> - QEMU/KVM SeaBIOS: PASSED
> - Bare-metal BIOS: FAILED [1]
> - OVMF: FAILED [2]
> - Bare-metal UEFI: not tested
>
>
> [1] stalled:
> Loading (hd3,2)/vmlinuz-4.3.2-200.fc22.x86_64...
>
>
> [2] "failed: No such file or directory"
>
>
2016 Jan 19
2
Bug#805508: Bug#805508: Bug#805508: Bug#805508: xen: Unable to create HVM domUs
On Thu, 2015-11-26 at 15:16 +0000, Ian Campbell wrote:
> anything better would need to be arranged upstream.
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=de858271c16851d662b2613
699401df6ecec8ef8 has now landed upstream, which allows the leaf dir to be
set at configure time and therefore allows the packaging to avoid patching
some stuff.
HVM guests have been broken in Stretch for ages
2012 Feb 29
5
[PATCH] [PATCH v4] Add the bios option to specify the bios to load
Signed-off-by: Attilio Rao <attilio.rao@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
Differences with previous revision:
- Improvements to the manpage:
* s/operated/made
* s/compatbile/compatible
* New paragraph for rombios, provided by Ian
* s/force/request
* redundant line removal in UEFI explanatory
* Wrap of lines at 80 cols
diff -r adcd6ab160fa
2012 Jan 25
0
[PATCH] seabios: update to 1.6.3.1 release
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1327508914 0
# Node ID 98b01cd24140a0899205c210b847aa1ec4a76efd
# Parent 074d485f1d3d925b0b306602c694b4faea8b0b18
seabios: update to 1.6.3.1 release
This is the latest seabios stable release.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff --git a/Config.mk b/Config.mk
--- a/Config.mk
+++
2013 Oct 28
0
Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching
Hi,
Please post any comments or questions if you get around to testing them.
Your comments are very welcome!
Best regards,
-Gonglei
> > >>> On 22.10.13 at 06:08, "Gonglei (Arei)" <arei.gonglei@huawei.com>
> wrote:
> > > Hi, guys. The new patch has been modified based on the principles you
> > > suggested, thank you so much.
> > >
2015 Dec 20
0
[PULL 0/8] MultiFS suppport for BIOS and EFI
...
Syslinux MultiFS test:
- QEMU/KVM SeaBIOS: PASSED
- Bare-metal BIOS: FAILED [1]
- OVMF: FAILED [2]
- Bare-metal UEFI: not tested
[1] stalled:
Loading (hd3,2)/vmlinuz-4.3.2-200.fc22.x86_64...
[2] "failed: No such file or directory"
http://git.zytor.com/users/pcacjr/syslinux.git/tree/core/include/multifs.h?h=multifs-for-upstream#n27
* MULTIFS SYNTAX:
* (hd[disk
2018 Jun 25
1
Installing support for q35 chipset
Hello
I have recently had to reinstall Centos 7.5 to on host computer. I have
not be able to set-up qemu to support the q35 chip set. I have several
virtual machines that require q35. This is not my first install, I have
configured libvirt on many machines in the past, it just worked, it has
not required any manual configuration.
[root at sj aadmin]# /usr/libexec/qemu-kvm -machine help
2018 Aug 28
0
OVMF / UEFI boot abnormally
Hey guys, today I use ovmf to start win10 guests, my monitor is not bright
But is it normal for me to use seabios? why? The next message is my detailed settings.
ovmf:
os:
<loader readonly='yes' type='pflash'>/root/OVMF_CODE.fd</loader>
<nvram>/root/OVMF_VARS.fd</nvram>
vga:
<qemu:arg value='-device'/>
2013 Mar 15
0
make tools fail
Hello,
I am trying to install xen4.2 but when ifire make tools command
it gives me,
Cloning into ''seabios-dir-remote.tmp''...
fatal: unable to connect to xenbits.xen.org:
xenbits.xen.org[0: 50.57.170.242]: errno=Connection timed out
make[3]: *** [seabios-dir] Error 128
make[3]: Leaving directory `/home/ce/xen-4.2.0/tools/firmware''
make[2]: ***
2013 Mar 15
0
make tools fail in xen
Hello,
I am trying to install xen4.2 but when ifire make tools command
it gives me,
Cloning into ''seabios-dir-remote.tmp''...
fatal: unable to connect to xenbits.xen.org:
xenbits.xen.org[0: 50.57.170.242]: errno=Connection timed out
make[3]: *** [seabios-dir] Error 128
make[3]: Leaving directory `/home/ce/xen-4.2.0/tools/
firmware''
make[2]: ***
2013 Nov 19
0
[PATCH RFC v2 0/7] Make OVMF fully working with Xen
Hi all
Manage to pull together another prototype without any hack in it.
The first patch adds PcdPciAllowFullEnumeration in MdeModulePkg, which
short-cuts full enumeration if set to false. This one should be helpful to QEMU
as well.
This patch set should work with QEMU / KVM as well (read: doesn''t break). The
code path is the same as before if Xen is not detected.
Comments are
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2014 Feb 06
5
Bug#737905: Xen: hvmloader causes immediate VCPU triple fault with SeaBIOS 1.7.4
Package: xen-utils-4.3
Version: 4.3.0-3
Severity: important
Tags: upstream patch
When using Xen compiled with seabios-1.7.4-1 (now in unstable/testing), HVMs fail immediately upon starting with a VCPU triple fault:
(XEN) HVM1: Loading SeaBIOS ...
(XEN) hvm.c:1253:d1 Triple fault on VCPU0 - invoking HVM shutdown action 1.
This is because SeaBIOS can now be greater than 128k, which breaks an