similar to: [PATCH] Replace bios_relocate hook with bios_load hook in hvmloader

Displaying 15 results from an estimated 15 matches similar to: "[PATCH] Replace bios_relocate hook with bios_load hook in hvmloader"

2012 Feb 11
14
[PATCH v3 0/5] hvmloader: Make ROM dependencies optional
This patch set mainly allows the user to build a seabios or rombios only version of hvmloader. In addition, when building a seabios only hvmloader, Option ROMs like vgabios and etherboot are no longer required, and therefore can be disabled from the build. Dependency on the bcc compiler can also be avoided the same way. v2: Separate patches for separate issues Introduced config option to
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
2011 Nov 18
2
[PATCH 0 of 2] Add configuration options to selectively disable S3 and S4 (V3)
This patch series adds the ability to selectively disable the S3 and S4 ACPI power states for HVM guests. Since there is a general move towards retiring the hvm_info_table structure, the first patch moves the acpi_enabled flag out of the hvm_info_table and into a xenstore key (platform/acpi). The second patch then introduces the acpi_s3 and acpi_s4 configuration parameters to the xl config file
2011 Jul 22
1
[PATCH 3 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
[This email is either empty or too large to be displayed at this time]
2012 Sep 26
3
[PATCH v3] xen/tools: Add 64 bits big bar support
Currently it is assumed PCI device BAR access < 4G memory. If there is such a device whose BAR size is larger than 4G, it must access > 4G memory address. This patch enable the 64bits big BAR support on hvmloader. v3 changes from v2: - Remain original print information v2 changes from v1 as comments by Jan. 1) Set Dynamic MMIO high memory address instead of a fixed number 640G 2) Mask
2010 Apr 22
25
Scrubbing free ram
Hi everyone, I am working on a project whose goal is evaluating the performance of the vTPM Manager. For this project I am using Xen 4.1, Kernel 2.6.31.13 with Fedora11. I I finished all installation and configuration parts. Now I need to boot the system with Xen but while booting, it is freezing at the step "scrubbing free ram". What can be cause this problem and how can I figure it
2010 Apr 22
25
Scrubbing free ram
Hi everyone, I am working on a project whose goal is evaluating the performance of the vTPM Manager. For this project I am using Xen 4.1, Kernel 2.6.31.13 with Fedora11. I I finished all installation and configuration parts. Now I need to boot the system with Xen but while booting, it is freezing at the step "scrubbing free ram". What can be cause this problem and how can I figure it
2012 May 11
15
Errors of doing "make install-tools" with xen-4.2-unstable?
Hi, When I do the "make install-tools" with xen-4.2-unstable, there are some errors about "warn_unused_result". Is it the error in code or the error in the compiling environment? Thank you so much. gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .tapdisk-queue.o.d
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi, I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0) and TPM emulator. However, I cannot find the TPM backed driver in this version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the kernel config file. The config file for Dom0 is attached. Maybe it provides some useful information. So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.
2011 Jul 25
0
[xen-unstable test] 8270: regressions - trouble: broken/fail/pass
flight 8270 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8270/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-amd64-xl-pcipt-intel 5 xen-boot fail REGR. vs. 8256 test-amd64-i386-rhel6hvm-intel 3 host-install(3) broken test-amd64-amd64-win 3 host-install(3) broken test-amd64-i386-pv
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
This should help us to: - More easily add or remove machine initialization arguments without having to change every single machine init function; - More easily make mechanical changes involving the machine init functions in the future; - Let machine initialization forward the init arguments to other functions more easily. This change was half-mechanical process: first the struct was added
2013 May 23
0
Where to get the vTPM code that can be used in the Dom0 linux 3.9.1
Hi, I''d like to install the vTPM in Xen-4.2.2. But, I cannot find the backed driver in the Dom0 kernel. So how to get the latest one and install the driver? And, I also would like to know what''s recommended version of Dom0 and Xen to run the vTPM? Thank you very much. -- Best Regards, Bei Guan _______________________________________________ Xen-users mailing list
2011 May 28
1
"disk" option in hvm config file
Hi, Does Xen HVM support the the "disk" option that can attach a FAT partion or a floppy image like the qemu? In qemu, we can do it with the option "-hda fat:/root/tmp/" and "-fda /root/floopy.img". Any reply is appreciated. Thanks, Bei Guan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2012 Mar 26
0
Virtual bridge in Xen
Hi Keir, I find that you are the author of the netback driver of linux-2.6.18-xen Dom0 and I hope I can get some help from you. I want to quickly have a knowledge about how a data packet is transferred between two VMs on the same Xen hypervisor if the TCP/IP protocol is used. I am not sure whether a data packet from DomU1 to DomU2 is transferred like this: DomU1(front-end network
2012 Mar 21
4
Can not boot the OVMF
Hi Attilio I have updated to the upstream Xen and try to boot into OVMF bios. Instead of fetching the OVMF code from the git mirror, I just copy the OVMF bios to ovmf directory. I use the bios="ovmf" in the HVM config file. But, there is an error when I create the domain. root@gavin-laptop:~# xl create hvm_ubuntu.hvm Parsing config file /root/hvm_ubuntu.hvm WARNING: specifying