Displaying 20 results from an estimated 509 matches for "goop".
Did you mean:
good
2013 Feb 25
9
[PATCH] MAINTAINERS: Provide proper URL to the upstream Linux development tree for Xen.
....wilk@oracle.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0358a3e..e2252fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -193,8 +193,9 @@ F: xen/include/xen/iommu.h
LINUX (PV_OPS)
M: Jeremy Fitzhardinge <jeremy@goop.org>
+M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
S: Supported
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
LINUX (XCP)
M: Ian Campbell <ian.campbell@citrix.com>
--
1.8.0.2
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
Hi folks,
I met a problem: when 6 VM reboot at the same time, 3:00 morning, the Dom0
reboot it self:
Xen version is 4.0.0, VMs are windows 2003 with redhat pv, they will update
and reboot itself every 3:00 AM.
# last
... ...
admin pts/0 10.247.1.1 Fri Jun 25 03:40 - 04:30 (00:50)
reboot system boot 2.6.31.13 Fri Jun 25 11:16 (00:-3)
admin pts/0
2010 Jun 25
6
Dom0 reboot when several VM reboot at the same time
Hi folks,
I met a problem: when 6 VM reboot at the same time, 3:00 morning, the Dom0
reboot it self:
Xen version is 4.0.0, VMs are windows 2003 with redhat pv, they will update
and reboot itself every 3:00 AM.
# last
... ...
admin pts/0 10.247.1.1 Fri Jun 25 03:40 - 04:30 (00:50)
reboot system boot 2.6.31.13 Fri Jun 25 11:16 (00:-3)
admin pts/0
2010 Jul 28
23
HVM hypercalls
Hi
I need to use hypercalls from HVM domain (e.g. HYPERVISOR_add_to_physmap). However, it does not work when I am trying to invoke it from HVM Linux guest. Basically, I don''t see that anything happens on hypervisor''s side. I also grep''ed the guest code for ''vmmcall''/''vmcall'' and did not find anything. Is it possible to do it at all?
2015 Feb 24
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...mit our CMake version to the lowest common denominator of all Linux distributions. I really think the Linux developers should just do what I do on OS X and build it from source. Building CMake is really simple and fast.
This is kinda a bit of a sore point for me because it turns out that our CMake goop for cross-compiling is pretty nasty, and there are features in CMake 3.x that make it a lot better. Unfortunately using the new features while supporting CMake 2.8.x would only make our goop goopier.
>
> Also, could we just limit the cmake version on windows builds? In the end on linux cmak...
2016 Feb 11
2
Guidance on cross compiling LLVM with mingw-w64 and cmake
...ely needs some cleanup.
The problem you are hitting is caused by setting CMAKE_SYSTEM_NAME. When you set that CMake sets a variable CMAKE_CROSS_COMPILING. That variable should only be set when your host OS doesn't match your target OS. Since LLVM needs to build host-capable tools there is some goop to call out and configure a new CMake build directory to target the host.
-Chris
> On Feb 10, 2016, at 6:20 AM, Mike Edwards <mike at sqlby.me> wrote:
>
> Hi Tony,
> I don't have experience with your specific circumstance, so sorry I can't be much help there. Thank you...
2015 Feb 11
1
[PATCH] x86 spinlock: Fix memory corruption on completing completions
On Feb 11, 2015 3:15 PM, "Jeremy Fitzhardinge" <jeremy at goop.org> wrote:
>
> Right now it needs to be a locked operation to prevent read-reordering.
> x86 memory ordering rules state that all writes are seen in a globally
> consistent order, and are globally ordered wrt reads *on the same
> addresses*, but reads to different addresses can b...
2015 Feb 11
1
[PATCH] x86 spinlock: Fix memory corruption on completing completions
On Feb 11, 2015 3:15 PM, "Jeremy Fitzhardinge" <jeremy at goop.org> wrote:
>
> Right now it needs to be a locked operation to prevent read-reordering.
> x86 memory ordering rules state that all writes are seen in a globally
> consistent order, and are globally ordered wrt reads *on the same
> addresses*, but reads to different addresses can b...
2009 Mar 03
11
Fw: Re: Problems with load the most recent 2.6.29-rc6 & Xen unstable on ASUS P5K Premium
...28/09
--- On Sat, 2/28/09, Marc - A. Dahlhaus <mad@wol.de> wrote:
From: Marc - A. Dahlhaus <mad@wol.de>
Subject: Re: [Xen-devel] Problems with load the most recent 2.6.29-rc6 & Xen unstable on ASUS P5K Premium
To: bderzhavets@yahoo.com
Cc: "Jeremy Fitzhardinge" <jeremy@goop.org>, xen-devel@lists.xensource.com
Date: Saturday, February 28, 2009, 10:11 AM
Here we go...
Grub config used to boot:
title XEN pv_ops dom0 with serial console
root (hd0,1)
kernel /boot/xen-3.4-unstable.gz dom0_mem=256M loglvl=all guest_loglvl=all
com1=9600,8n1 console=com1
module /boot/bzI...
2015 Feb 24
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...ion to the lowest common denominator of all Linux distributions. I really think the Linux developers should just do what I do on OS X and build it from source. Building CMake is really simple and fast.
>>
>> This is kinda a bit of a sore point for me because it turns out that our CMake goop for cross-compiling is pretty nasty, and there are features in CMake 3.x that make it a lot better. Unfortunately using the new features while supporting CMake 2.8.x would only make our goop goopier.
>
> How does raising from 2.8.9 to 2.8.12.1 helps? It won’t bring the 3.x features that you’...
2013 Jul 23
2
[PATCH 2/4] xen: switch to use hypervisor_cpuid_base()
Switch to use hypervisor_cpuid_base() to detect Xen.
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: Paolo Bonzini <pbonzini at redhat.com>
Cc: xen-devel at lists.xensource.com
Cc: virtualization at lists.linux...
2013 Jul 23
2
[PATCH 2/4] xen: switch to use hypervisor_cpuid_base()
Switch to use hypervisor_cpuid_base() to detect Xen.
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: Paolo Bonzini <pbonzini at redhat.com>
Cc: xen-devel at lists.xensource.com
Cc: virtualization at lists.linux...
2013 Jul 23
2
[PATCH 2/4] xen: switch to use hypervisor_cpuid_base()
Switch to use hypervisor_cpuid_base() to detect Xen.
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: Paolo Bonzini <pbonzini at redhat.com>
Cc: xen-devel at lists.xensource.com
Cc: virtualization at lists.linux...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 12
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
On 12 June 2016 at 00:35, Sean Silva via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>> I think the fundamental distinction needs to be following dependency
>> graphs because if we don’t get rid of the circular dependency in
>> bootstrapping there is no reason to make any changes.
>
> +1 for what Chandler said here.
>
> I don't think CMake itself per se
2010 Apr 05
3
A clocksource driver for HyperV
I am attaching a clocksource driver for HyperV.
Signed-off-by: K. Y. Srinivasan <ksrinivasan at novell.com>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hyperv_clocksource.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20100405/80968881/attachment-0001.txt
2010 Apr 05
3
A clocksource driver for HyperV
I am attaching a clocksource driver for HyperV.
Signed-off-by: K. Y. Srinivasan <ksrinivasan at novell.com>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hyperv_clocksource.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20100405/80968881/attachment-0001.txt
2011 Sep 27
7
MSI error when reloading iwlagn module
Hi,
With a fairly current kernel + xen, I''m seeing this if I rmmod iwlagn
and try to reload it:
[51230.646678] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[51230.646685] Copyright(c) 2003-2011 Intel Corporation
[51230.646760] xen: registering gsi 17 triggering 0 polarity 1
[51230.646773] xen_map_pirq_gsi: returning irq 17 for gsi 17
[51230.646777] xen: --> pirq=17
2013 Nov 19
5
Xen S3 host resume: "Interrupts enabled after xen_acpi_processor_resume+0x0/0x34"
After an S3 host resume, I''m seeing:
[48002.772629] ACPI: Low-level resume complete
[48002.772802] PM: Restoring platform NVS memory
[48002.776143] xen_acpi_processor: Uploading Xen processor PM info
[48002.776691] ------------[ cut here ]------------
[48002.776712] WARNING: CPU: 0 PID: 10235 at drivers/base/syscore.c:104 syscore_resume+0x9a/0xe0()
[48002.776751] Interrupts enabled after
2013 Aug 06
16
[PATCH V12 0/14] Paravirtualized ticket spinlocks
This series replaces the existing paravirtualized spinlock mechanism
with a paravirtualized ticketlock mechanism. The series provides
implementation for both Xen and KVM.
The current set of patches are for Xen/x86 spinlock/KVM guest side, to be included
against -tip.
I 'll be sending a separate patchset for KVM host based on kvm tree.
Please note I have added the below performance result
2013 Aug 06
16
[PATCH V12 0/14] Paravirtualized ticket spinlocks
This series replaces the existing paravirtualized spinlock mechanism
with a paravirtualized ticketlock mechanism. The series provides
implementation for both Xen and KVM.
The current set of patches are for Xen/x86 spinlock/KVM guest side, to be included
against -tip.
I 'll be sending a separate patchset for KVM host based on kvm tree.
Please note I have added the below performance result