similar to: Re: [SeaBIOS] [PATCHv2 0/6] Improved multi-platform support

Displaying 20 results from an estimated 3000 matches similar to: "Re: [SeaBIOS] [PATCHv2 0/6] Improved multi-platform support"

2013 Apr 05
1
Bug in SeaBIOS virtio-ring handling bug with vhost-scsi-pci
Hi Paolo & Co, So I've been running into another bug with SeaBIOS w/ virtio-scsi + vhost-scsi-pci code.. During the last weeks debugging on the QEMU vhost memory re-mapping bug, my seabios builds have been using a smaller target ID (16) for scanning than the default hard coded value of 256 in init_virtio_scsi(). After bumping this value back to 256 recently, a bogus out_num value from
2013 Apr 05
1
Bug in SeaBIOS virtio-ring handling bug with vhost-scsi-pci
Hi Paolo & Co, So I've been running into another bug with SeaBIOS w/ virtio-scsi + vhost-scsi-pci code.. During the last weeks debugging on the QEMU vhost memory re-mapping bug, my seabios builds have been using a smaller target ID (16) for scanning than the default hard coded value of 256 in init_virtio_scsi(). After bumping this value back to 256 recently, a bogus out_num value from
2017 Jul 13
1
Re: [Fwd: UEFI NVRAM variables]
Hi, thank you, Andrea, for the forward. On 07/13/17 10:19, Andrea Bolognani wrote: > -------- Forwarded Message -------- > From: Thomas Meyer <thomas@m3y3r.de> > To: libvirt-users@redhat.com > Subject: [libvirt-users] UEFI NVRAM variables > Date: Wed, 12 Jul 2017 07:49:43 +0200 > >> Hi, >> >> how do I set the BootOrder variable in an NVRAM file for UEFI
2018 Jan 31
0
kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
Replicated on another Xen node, CentOS 6.9 running Xen-4.6.6-8.el6. xl dmesg: (XEN) d38v0: unhandled page fault (ec=0000) (XEN) Pagetable walk from 0000000000000028: (XEN) L4[0x000] = 0000000000000000 ffffffffffffffff (XEN) domain_crash_sync called from entry.S: fault at ffff82d080230983 create_bounce_frame+0x12b/0x13a (XEN) Domain 38 (vcpu#0) crashed on cpu#2: (XEN) ----[ Xen-4.6.6-8.el6 x86_64
2017 Jul 12
0
UEFI NVRAM variables
<div dir='auto'>Hi,<div dir="auto"><br></div><div dir="auto">how do I set the BootOrder variable in an NVRAM file for UEFI boot?</div><div dir="auto">Is there a way to configure a domain with the bios qemu option instead of pflash?</div><div dir="auto"><br></div><div
2018 Jan 30
2
kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
Hi, has anyone managed to boot 4.15.0 as Xen PV domU? I've been loading 4.14.12 to 4.14.15 ELRepo builds no problem, but 4.15 crashes. Replicates on 2 CentOS 7.4 hypervisors running xen-4.6.6-9.el7.x86_64 on: - Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz - AMD Phenom(tm) II X6 1090T Processor xl dmesg shows: [...] (d6) HVM Loader (d6) Detected Xen v4.6.6-9.el7 (d6) Xenbus rings @0xfeffc000,
2016 Sep 14
0
HP Envy EFI problem after BIOS update
I have managed to boot into the installed Centos system, without using the KDE live CD. By pressing F9 when turning on the laptop, I got the choose boot menu. When the menu appeared, it had the old Fedora install, the current Centos install as well as the Windows install. When I chose the Centos install it showed the GRUB menu and booted into Centos without error. This confirms that the
2016 Feb 04
0
[PATCH] aarch64: Use a common table of AAVMF paths.
Previously the code had two places where an identical set of AAVMF paths were stored. Put this information into one place. This is just refactoring. --- src/appliance.c | 26 +++++--------------------- src/guestfs-internal-frontend.h | 1 + src/utils.c | 12 ++++++++++++ v2v/utils-c.c | 27 +++++++++++++++++++++++++++ v2v/utils.ml
2019 May 28
0
UEFI boot manager sequence problems HP Envy
Hello, change the bootorder > BootOrder: 0002,3002,0000,0003,0004,0005,2001,2002,2003 your first boot is windows Am Dienstag, 28. Mai 2019, 13:29:39 CEST schrieb Gary Stainburn: > Morning all, > > I have a HP Envy dual boot system (Win8 for serious stuff, i.e. Train Sim > and Flight Sim) and Centos 7 for everything else. > > In the past I've had the occasional problem
2020 Jan 07
0
Re: aarch64 vm doesn't boots
On Mon, 2020-01-06 at 20:31 +0100, daggs wrote: > > > I'm using ubuntu 16.04 with libvirt 1.3.1, if this is a version issue, I can upgrade to latest version. > > > what I'm I missing? > > > > Your version of libvirt (as well as QEMU and virt-manager, I assume) > > is fairly old, and aarch64 support specifically has seen quite a few > >
2013 Sep 24
7
Qxl problem with xen domU, is xen spice and/or qemu bugs?
I''ve been trying to have all spice features working on xen domUs since the end of 2011. Basic functions were already working. Adding qemu parameters manually for vdagent and usbredirection was and is also working (I made the patches to support them directly on xl). Qxl was never working: one bug on xen and one on qemu about qxl are fixed, the other xen bug found months ago on the
2014 Feb 09
2
Bug#737905: Xen: hvmloader causes immediate VCPU triple fault with SeaBIOS 1.7.4
I've uploaded seabios 1.7.4-2 to debian archive which now ships 2 versions of the bios binary -- small 128Kb one and bios-256k.bin (with size = 256Kb, obviously). For now, both are built with Xen support. So for now, it is enough to just rebuild xen with seabios >= 1.7.4-2~ to get this fixed without patching. However, please apply the mentioned patch (or update to xen-4.3.1 version)
2013 Aug 23
2
[PATCH] hvmloader: fix SeaBIOS interface
The SeaBIOS ROM image may validly exceed 128k in size, it''s only our interface code that so far assumed that it wouldn''t. Remove that restriction by setting the base address depending on image size. Add a check to HVM loader so that too big images won''t result in silent guest failure anymore. Uncomment the intended build-time size check for rombios, moving it into a
2016 Dec 27
1
how to configure seabios with libvirt
Hi: Anyone knows how to configure seabios with libvirt? Or Can I configure seabios in XML file? I know that could configre seabios with "qemu-system-x86_64 -fw_cfg",but how to with libvirt? thanks! dw
2012 Feb 23
0
[SeaBIOS] RFE: Print amount of RAM
Cross posting from seabios@ [snip] > > Now I'd like to ask you guys if you could print the amount > > of RAM available -- like most other BIOSes out there already > > do - it would be extremely helpful to aid troubleshooting. > > SeaBIOS boots too fast for anything useful to be seen on the screen. > That said, one can add "-chardev stdio,id=seabios -device
2014 Aug 25
0
CEBA-2014:1092 CentOS 7 seabios BugFix Update
CentOS Errata and Bugfix Advisory 2014:1092 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1092.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 66eb91e24851a9226f723b40815b23e736083eccb421f04f6c0feffee261a715 seabios-1.7.2.2-12.el7_0.1.x86_64.rpm
2017 Jan 18
0
CEBA-2017:0079 CentOS 7 seabios BugFix Update
CentOS Errata and Bugfix Advisory 2017:0079 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-0079.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 87f4cfbd40fc58bb4ce37ed4059adf71ebf6f3f13f93f5a2efaad22dd489b1a4 seabios-1.9.1-5.el7_3.1.x86_64.rpm
2017 Mar 03
0
CEBA-2017:0398 CentOS 7 seabios BugFix Update
CentOS Errata and Bugfix Advisory 2017:0398 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-0398.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 46169d67ac9ebf0fc0017e9eb542e6eab998177725361eacd40f0358d7ceffef seabios-1.9.1-5.el7_3.2.x86_64.rpm
2017 May 26
0
CEBA-2017:1319 CentOS 7 seabios BugFix Update
CentOS Errata and Bugfix Advisory 2017:1319 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1319.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f156d2cc5250bee3757af676d4c1a60409842ddd4bb7abd613719f7a93354939 seabios-1.9.1-5.el7_3.3.x86_64.rpm
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 +++