Displaying 20 results from an estimated 300 matches similar to: "hvm_debug option in Xen works ?"
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4.
I get the following error and want to know how and where to add "--disable-gfx-check"
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support no
Documentation no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4.
I get the following error and want to know how and where to add "--disable-gfx-check"
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support no
Documentation no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without
2009 Feb 10
2
changing "hvm_debug" at runtime
Is it possible to change a xen parameter at runtime?
For some of the parameters it would make no sense to do so, but for
some, like "hvm_debug", it would be really useful.
Thanks
James
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Mar 02
2
[PATCH ] don''t compile HVM_DBG_LOG into xen by default
Don''t compile HVM_DBG_LOG into xen by default.
Signed-off-by: Xin Li <xin.b.li@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Feb 03
2
4.3.0-3 fresh build - hvmloader Triple fault on VCPU0
When using the 4.3.0-3/4.3.0-3+b1 xen packages from the Debian archive, things work fine.
However, when we compile the xen=4.3.0-3 source package ourselves, we run into an issue launching an HVM. As soon as the HVM bios is loaded, VCPU0 gets a triple fault and the HVM is destroyed (this is with "loglvl=all guest_loglvl=all hvm_debug=3" boot options).
(XEN) HVM1: Multiprocessor
2013 Sep 22
1
[PATCH] Nested VMX: Expose unrestricted guest feature to guest
From: Yang Zhang <yang.z.zhang@Intel.com>
With virtual unrestricted guest feature, L2 guest is allowed to run
with PG cleared. Also, allow PAE not set during virtual vmexit emulation.
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
---
xen/arch/x86/hvm/hvm.c | 3 ++-
xen/arch/x86/hvm/vmx/vvmx.c | 3 +++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git
2006 Nov 13
0
No mouse and KB activity in FC5 guest OS in FC6 xen host setup
Here is the configuration of unmodified guest FC5 in FC6 Xen host.
I have a iMac running FC6 Xen in x86 mode and FC5 as unmodified guest
I get a graphics for unmodified guest which allows me login. But then no
mouse and keyboard is active after logging me into FC5 unmodified guest.
What is wrong ? I also tried adding nographic=1 options and usb=1 and
sdl=1.
I always created it again. But
2006 Mar 01
2
[PATCH][SVM] 32bit msr support/enable 64bit vlapic
Svm patch to add 32bit msr support (combined both 32bit with 64bit
functions)
and enable vlapic for 64bit.
Applies cleanly to 9023.
Please apply.
Signed-off-by: Tom Woller <thomas.woller@amd.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Oct 30
3
[PATCH 4/4] XSA-60 security hole: flush cache when vmentry back to UC guest
From 159251a04afcdcd8ca08e9f2bdfae279b2aa5471 Mon Sep 17 00:00:00 2001
From: Liu Jinsong <jinsong.liu@intel.com>
Date: Thu, 31 Oct 2013 06:38:15 +0800
Subject: [PATCH 4/4] XSA-60 security hole: flush cache when vmentry back to UC guest
This patch flush cache when vmentry back to UC guest, to prevent
cache polluted by hypervisor access guest memory during UC mode.
The elegant way to do this
2007 Aug 27
3
[PATCH] Limit MCG Cap
Intercept guest reads of MSR_IA32_MCG_CAP and limit the number of memory banks reported to one.
This prevents us from trying to read status of non-existent banks when migrated to a machine
with fewer banks.
Signed-off-by: Ben Guthro
Signed-off-by: David Lively <dlively@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2018 Apr 09
2
ETA for 3.10.12 (was "Planned for the 30th of Mar, 2018")
On 06/04/2018 19:33, Shyam Ranganathan wrote:
> Hi,
>
> We postponed this and I did not announce this to the lists. The number
> of bugs fixed against 3.10.12 is low, and I decided to move this to the
> 30th of Apr instead.
>
> Is there a specific fix that you are looking for in the release?
>
Hi,
yes, it's this: https://review.gluster.org/19730
2018 Apr 12
1
ETA for 3.10.12 (was "Planned for the 30th of Mar, 2018")
On 09/04/2018 21:36, Shyam Ranganathan wrote:
> On 04/09/2018 04:48 AM, Marco Lorenzo Crociani wrote:
>> On 06/04/2018 19:33, Shyam Ranganathan wrote:
>>> Hi,
>>>
>>> We postponed this and I did not announce this to the lists. The number
>>> of bugs fixed against 3.10.12 is low, and I decided to move this to the
>>> 30th of Apr instead.
2011 Nov 24
0
[PATCH 6/6] X86: implement PCID/INVPCID for hvm
X86: implement PCID/INVPCID for hvm
This patch handle PCID/INVPCID for hvm:
For hap hvm, we enable PCID/INVPCID, since no need to intercept INVPCID, and we just set INVPCID non-root behavior as running natively;
For shadow hvm, we disable PCID/INVPCID, otherwise we need to emulate INVPCID at vmm by setting INVPCID non-root behavior as vmexit.
Signed-off-by: Liu, Jinsong
2018 Apr 09
0
ETA for 3.10.12 (was "Planned for the 30th of Mar, 2018")
On 04/09/2018 04:48 AM, Marco Lorenzo Crociani wrote:
> On 06/04/2018 19:33, Shyam Ranganathan wrote:
>> Hi,
>>
>> We postponed this and I did not announce this to the lists. The number
>> of bugs fixed against 3.10.12 is low, and I decided to move this to the
>> 30th of Apr instead.
>>
>> Is there a specific fix that you are looking for in the release?
2007 Jun 20
9
[Patch] Add NMI Injection and Pending Support in VMX
Currently, Xen does not support injecting an NMI to HVM guest OS. Adding
this
feature is necessary for those softwares which depend on NMI to function
correctly,
such as KDB and oprofile.
The attached patch allows NMI to be injected to guest OS in NMIP capable
platforms.
It also enables to queue an NMI and then inject it as soon as possible.
Signed-off-by: Haitao Shan
2018 Jan 11
3
IMP: Release 4.0: CentOS 6 packages will not be made available
Gluster Users,
This is to inform you that from the 4.0 release onward, packages for
CentOS 6 will not be built by the gluster community. This also means
that the CentOS SIG will not receive updates for 4.0 gluster packages.
Gluster release 3.12 and its predecessors will receive CentOS 6 updates
till Release 4.3 of gluster (which is slated around Dec, 2018).
The decision is due to the following,
2018 Mar 26
2
Announcing Gluster release 4.0.1 (Short Term Maintenance)
The Gluster community is pleased to announce the release of Gluster
4.0.1 (packages available at [1]).
Release notes for the release can be found at [2].
Thanks,
Gluster community
[1] Packages:
https://download.gluster.org/pub/gluster/glusterfs/4.0/4.0.1/
[2] Release notes:
https://github.com/gluster/glusterfs/blob/v4.0.1/doc/release-notes/4.0.1.md
2018 Feb 26
2
Release 4.0: RC1 tagged
Hi,
RC1 is tagged in the code, and the request for packaging the same is on
its way.
We should have packages as early as today, and request the community to
test the same and return some feedback.
We have about 3-4 days (till Thursday) for any pending fixes and the
final release to happen, so shout out in case you face any blockers.
The RC1 packages should land here:
2018 Mar 28
2
Announcing Gluster release 4.0.1 (Short Term Maintenance)
Go to [1], click on CentOS, the README.txt has links to the CentOS
Storage SIG where you can find information on installing RPMs from the
CentOS Storage SIG.
On 03/27/2018 08:53 PM, Thing wrote:
> Hi,
>
> Thanks, any howtos/docs/notes for installing gluster4.0.x on Centos 7
> please?
>
> On 27 March 2018 at 01:28, Shyam Ranganathan <srangana at redhat.com
>
2018 Jan 18
0
IMP: Release 4.0: CentOS 6 packages will not be made available
On 11/01/2018 18:32, Shyam Ranganathan wrote:
> Gluster Users,
>
> This is to inform you that from the 4.0 release onward, packages for
> CentOS 6 will not be built by the gluster community. This also means
> that the CentOS SIG will not receive updates for 4.0 gluster packages.
>
> Gluster release 3.12 and its predecessors will receive CentOS 6 updates
> till Release 4.3