Displaying 20 results from an estimated 200 matches similar to: "Bug#595490:"
2016 Feb 19
1
Write access for MarcusFurlong
On 19 February 2016 at 03:21, Akemi Yagi <amyagi at gmail.com> wrote:
> On Wed, Feb 17, 2016 at 6:20 PM, Marcus Furlong <furlongm at gmail.com> wrote:
>>
>> On 18 February 2016 at 05:15, Akemi Yagi <amyagi at gmail.com> wrote:
>> > On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com>
>> > wrote:
>>
>> >>
2016 Feb 18
2
Write access for MarcusFurlong
On 18 February 2016 at 05:15, Akemi Yagi <amyagi at gmail.com> wrote:
> On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com> wrote:
>>
>> Hi,
>>
>> As per
>> https://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5
>> , I would like to request write access to
>>
2016 Feb 18
0
Write access for MarcusFurlong
On Wed, Feb 17, 2016 at 6:20 PM, Marcus Furlong <furlongm at gmail.com> wrote:
> On 18 February 2016 at 05:15, Akemi Yagi <amyagi at gmail.com> wrote:
> > On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com>
> wrote:
>
> >> https://wiki.centos.org/HowTos/Custom_Kernel for myself (user
> >> MarcusFurlong).
> >>
>
2016 Feb 17
2
Write access for MarcusFurlong
Hi,
As per https://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5
, I would like to request write access to
https://wiki.centos.org/HowTos/Custom_Kernel for myself (user
MarcusFurlong).
The page is out of date and I can update it.
Regards,
Marcus.
-- 
Marcus Furlong
2011 Dec 10
0
Bug#649141: marked as done (xen-hypervisor-4.0-amd64: live migration fails with invalid opcode due to nonstop_tsc)
Your message dated Sat, 10 Dec 2011 20:00:59 +0100
with message-id <20111210190059.GG15557 at wavehammer.waldi.eu.org>
and subject line no bug
has caused the Debian Bug report #649141,
regarding xen-hypervisor-4.0-amd64: live migration fails with invalid opcode due to nonstop_tsc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it
2016 Feb 17
0
Write access for MarcusFurlong
On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com> wrote:
> Hi,
>
> As per
> https://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5
> , I would like to request write access to
> https://wiki.centos.org/HowTos/Custom_Kernel for myself (user
> MarcusFurlong).
>
> The page is out of date and I can update it.
>
>
2013 Nov 11
2
[PATCH] x86/Intel: don't probe CPUID faulting on family 0xf CPUs
These are known to not support the feature, so we can save ourselves
from emitting the resulting #GP fault recovery related message (which
might worry people looking at the logs).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/arch/x86/cpu/intel.c
+++ b/xen/arch/x86/cpu/intel.c
@@ -204,7 +204,7 @@ static void __devinit init_intel(struct 
 		detect_ht(c);
 	}
 
-	if
2008 Oct 08
0
[PATCH 2/4] Import upstream git commit e9dff0ee6694b2edd40b1b448cb786f6a7b02336
Import upstream git commit e9dff0ee6694b2edd40b1b448cb786f6a7b02336
    [PATCH] i386: mark cpu cache functions as __cpuinit
    Mark i386-specific cpu cache functions as __cpuinit. They are all
    only called from arch/i386/common.c:display_cache_info() that already is
    marked as __cpuinit.
    Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
    Signed-off-by: Andi Kleen
2007 Apr 19
0
[RFC, PATCH 3/5] Paravirt_ops pure functions.patch
Make paravirt-ops be a pure function pointer struct; we already have
assembly code which uses arithmetic by 4 bytes, which means arbitrary
structures are not possible here, and they are not needed.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r a6889086a657 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c	Thu Apr 19 15:44:49 2007 -0700
+++
2007 Apr 19
0
[RFC, PATCH 3/5] Paravirt_ops pure functions.patch
Make paravirt-ops be a pure function pointer struct; we already have
assembly code which uses arithmetic by 4 bytes, which means arbitrary
structures are not possible here, and they are not needed.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r a6889086a657 arch/i386/kernel/paravirt.c
--- a/arch/i386/kernel/paravirt.c	Thu Apr 19 15:44:49 2007 -0700
+++
2010 Sep 04
4
Bug#595490: [xen-hypervisor-4.0-i386] Booting up the Xen Dom0 fails with an error in "i387.c:159".
Package: xen-hypervisor-4.0-i386
Version: 4.0.1~rc6-1
Severity: important
--- Please enter the report below this line. ---
Booting up the Xen Dom0 fails with an error in "i387.c:159"
--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.32-5-686-bigmem
Kernel:       Linux 2.6.32-5-xen-686
Debian Release: squeeze/sid
  500 testing         security.debian.org 
  500
2011 Mar 14
0
[PATCH] x86: add volatile prefix for cpuid asm clauses
This is a bug fixing. So it needs go into 4.1.
x86: add volatile prefix for cpuid asm clauses
cpuid results are possible to be changed now. For example, changing CR4.OSXSAVE bit or setting MSR XCR_XFEATURE_ENABLED_MASK may change XSAVE related cpuid leave return values.
The volatile prefix is required to avoid the second cpuid calls following some possible changing operations being optimized in
2012 Jan 09
0
Bug#649141: closed by Bastian Blank <waldi@debian.org> (no bug)
On Sun, Dec 11, 2011 at 06:03, Debian Bug Tracking System
<owner at bugs.debian.org>
> ---------- Forwarded message ----------
> From:?Bastian Blank <waldi at debian.org>
>
> This is no bug, but actually documented. You can't migrate systems to a
> cpu with lower capabilities.
Out of interest, where is this documented?
The debian examples would seem to indicate you
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
AGP is deprecated for 10+ years now and not used any more on modern hardware.
Old hardware should continue to work in PCI mode.
Signed-off-by: Christian K?nig <christian.koenig at amd.com>
---
 drivers/gpu/drm/radeon/Makefile        |   4 +-
 drivers/gpu/drm/radeon/evergreen.c     |   7 -
 drivers/gpu/drm/radeon/r100.c          |  10 +-
 drivers/gpu/drm/radeon/r300.c          |   9 -
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
On Mon, May 11, 2020 at 1:17 PM Christian K?nig
<ckoenig.leichtzumerken at gmail.com> wrote:
>
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
>
> Old hardware should continue to work in PCI mode.
Might want to clarify that there is no loss of functionality here.
Something like:
"There is no loss of functionality here.  GPUs will continue to
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
Hi All,
Please help me.
I am now installing the XEN on my PC and trying to config the pci pass
through.
My motherboard is intel DQ45CB which is vtd enabled.
I downloaded the latest xen4.0 source from xen.org which is the latest
release.
I downloaded stable-2.6.32-x dom0 kernel source from jeremy''s repository.
After compiling the xen and dom0 kernel, I could play it. I could create
2010 May 07
3
pci passthrough error "unknown command"pci-ins"
Hi All,
Please help me.
I am now installing the XEN on my PC and trying to config the pci pass
through.
My motherboard is intel DQ45CB which is vtd enabled.
I downloaded the latest xen4.0 source from xen.org which is the latest
release.
I downloaded stable-2.6.32-x dom0 kernel source from jeremy''s repository.
After compiling the xen and dom0 kernel, I could play it. I could create
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
Hi Christian
Am 11.05.20 um 19:17 schrieb Christian K?nig:
> AGP is deprecated for 10+ years now and not used any more on modern hardware.
> 
> Old hardware should continue to work in PCI mode.
> 
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
>  drivers/gpu/drm/radeon/Makefile        |   4 +-
>  drivers/gpu/drm/radeon/evergreen.c     |   7 -
2011 Mar 24
1
livemigration over specific bridge/nic?
Hi @all,
I have a question about the livemigration with libvirt / kvm.
I have two bridges configured in my  setup of each host. Now I want to 
set br1 (private network) as default NIC for live migration.
Is there any solution to get this work for me?
I tried to bind libvirt to those IP-Range but after that the 
livemigration doesn't works.
If you need more details please tell me :)
2006 Mar 12
0
See Xen in action
Hi all !
 Last month, i gave a presentation of Xen.  I recorded the demonstrations
which I presented and i put them on my blog ...
Here is videos of Xen in action : (works great with mplayer)
1. Several OS simultaneously 
(multipleOS.avi<http://mlc.homelinux.com:88/xenpr/Videos/multipleOS.avi>-
17M)
2. Installation of Debian and NetBSD on DomU