Displaying 20 results from an estimated 31 matches for "powervm".
Did you mean:
powerkvm
2013 Nov 06
2
virConnectListAllDomains support for PowerVM
Hey guys,
I'm so glad you added the new set of virConnectListAllDomains functions, it
simplifies a lot our work!. I was only wondering why there is no support
for PowerVM. Is it that it hasn't been developed or is there some technical
hardship?
Best,
Camilo Aguilar
2012 Jul 04
3
About IBM PowerVM hypervisor support
...* The Microsoft Hyper-V <http://libvirt.org/drvhyperv.html> hypervisor
/"the goal of libvirt: *to provide a common and stable layer sufficient
to securely manage domains on a node, possibly remote*."/
My question is, does redhat's libvirt team have the plan to support IBM
PowerVM hypervisor? If the answer is NO, what's the reason to make the
support for IBM PowerVM hypervisor doesn't make sense...
BRs,
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120704/5ef...
2013 Nov 06
1
Re: virConnectListAllDomains support for PowerVM
I'm writing Go bindings, I was just wondering about PowerVM, maybe further
ahead if nobody has done it I could give it a try. So, Does it mean the
other functions more granular funtions are going to be deprecated at some
point?
On Tue, Nov 5, 2013 at 10:18 PM, Daniel P. Berrange <berrange@redhat.com>wrote:
> On Tue, Nov 05, 2013 at 07:44:47PM -0...
2012 Jun 25
0
facter 1.6.9 patches for aix/powervm detection
greetings folks. wanted to have aix detect if it was under powervm using
facter. came up with this hack for facter 1.6.9 which work for vscsi and
npiv enabled vm''s under powervm (so far)...
havent checked the dev facter so something may be in a different branch
already for facter on this topic...
--
You received this message because you are subs...
2013 Nov 06
0
Re: virConnectListAllDomains support for PowerVM
On Tue, Nov 05, 2013 at 07:44:47PM -0500, Camilo Aguilar wrote:
> Hey guys,
>
> I'm so glad you added the new set of virConnectListAllDomains functions, it
> simplifies a lot our work!. I was only wondering why there is no support
> for PowerVM. Is it that it hasn't been developed or is there some technical
> hardship?
I believe it was probably just an oversight - our intention was that the
new API worked with all drivers. Feel free to send a patch for phyp if
you think you can manage to write the code.
Daniel
--
|: http://berra...
2016 Jul 06
2
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
...he another fact is that lppaca->yiled_count keeps zero on
>>> powerNV. So we can just skip the machine type.
>>
>>
>> Lock holder vCPU preemption can be detected by hardware pSeries or
>> paravirt method?
>>
> There is one shard struct between kernel and powerVM/KVM. And we read the
> yield_count of this struct to detect if one vcpu is running or not.
> SO it's easy for ppc to implement such interface. Note that yield_count is
> set by powerVM/KVM.
> and only pSeries can run a guest for now. :)
>
> I also review x86 related code, look...
2016 Jul 06
2
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
...he another fact is that lppaca->yiled_count keeps zero on
>>> powerNV. So we can just skip the machine type.
>>
>>
>> Lock holder vCPU preemption can be detected by hardware pSeries or
>> paravirt method?
>>
> There is one shard struct between kernel and powerVM/KVM. And we read the
> yield_count of this struct to detect if one vcpu is running or not.
> SO it's easy for ppc to implement such interface. Note that yield_count is
> set by powerVM/KVM.
> and only pSeries can run a guest for now. :)
>
> I also review x86 related code, look...
2016 Jul 05
2
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
Hi Xinhui,
2016-06-28 22:43 GMT+08:00 Pan Xinhui <xinhui.pan at linux.vnet.ibm.com>:
> This is to fix some lock holder preemption issues. Some other locks
> implementation do a spin loop before acquiring the lock itself. Currently
> kernel has an interface of bool vcpu_is_preempted(int cpu). It take the cpu
> as parameter and return true if the cpu is preempted. Then kernel can
2016 Jul 05
2
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
Hi Xinhui,
2016-06-28 22:43 GMT+08:00 Pan Xinhui <xinhui.pan at linux.vnet.ibm.com>:
> This is to fix some lock holder preemption issues. Some other locks
> implementation do a spin loop before acquiring the lock itself. Currently
> kernel has an interface of bool vcpu_is_preempted(int cpu). It take the cpu
> as parameter and return true if the cpu is preempted. Then kernel can
2016 Jul 06
0
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
...are runnig as
>> powerNV. The another fact is that lppaca->yiled_count keeps zero on
>> powerNV. So we can just skip the machine type.
>
> Lock holder vCPU preemption can be detected by hardware pSeries or
> paravirt method?
>
There is one shard struct between kernel and powerVM/KVM. And we read the yield_count of this struct to detect if one vcpu is running or not.
SO it's easy for ppc to implement such interface. Note that yield_count is set by powerVM/KVM.
and only pSeries can run a guest for now. :)
I also review x86 related code, looks like we need add one hyer-c...
2016 Jul 06
1
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
2016-07-06 15:58 GMT+08:00 Peter Zijlstra <peterz at infradead.org>:
> On Wed, Jul 06, 2016 at 02:46:34PM +0800, Wanpeng Li wrote:
>> > SO it's easy for ppc to implement such interface. Note that yield_count is
>> > set by powerVM/KVM.
>> > and only pSeries can run a guest for now. :)
>> >
>> > I also review x86 related code, looks like we need add one hyer-call to get
>> > such vcpu preemption info?
>>
>> There is no such stuff to record lock holder in x86 kvm, maybe we
>&g...
2016 Jul 06
1
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
2016-07-06 15:58 GMT+08:00 Peter Zijlstra <peterz at infradead.org>:
> On Wed, Jul 06, 2016 at 02:46:34PM +0800, Wanpeng Li wrote:
>> > SO it's easy for ppc to implement such interface. Note that yield_count is
>> > set by powerVM/KVM.
>> > and only pSeries can run a guest for now. :)
>> >
>> > I also review x86 related code, looks like we need add one hyer-call to get
>> > such vcpu preemption info?
>>
>> There is no such stuff to record lock holder in x86 kvm, maybe we
>&g...
2011 Sep 07
1
How to dedicate a NIC for VM traffic without assigning it an IP
.... We have a few
NICs on the server, one of which we would like to dedicate to network
traffic to/from the virtual guests. Is it possible to do this without
assigning an IP address to the NIC? We're currently doing something
like this with Vmware Server, HP's HPVM for HP-UX/IA, and IBM's
PowerVM for AIX.
--
albert chin (china at thewrittenword.com)
2016 May 25
10
[PATCH v3 0/6] powerpc use pv-qpsinlock as the default spinlock implemention
change from v2:
__spin_yeild_cpu() will yield slices to lpar if target cpu is running.
remove unnecessary rmb() in __spin_yield/wake_cpu.
__pv_wait() will check the *ptr == val.
some commit message change
change fome v1:
separate into 6 pathes from one patch
some minor code changes.
I do several tests on pseries IBM,8408-E8E with 32cpus, 64GB memory.
benchmark test results are below.
2
2016 May 25
10
[PATCH v3 0/6] powerpc use pv-qpsinlock as the default spinlock implemention
change from v2:
__spin_yeild_cpu() will yield slices to lpar if target cpu is running.
remove unnecessary rmb() in __spin_yield/wake_cpu.
__pv_wait() will check the *ptr == val.
some commit message change
change fome v1:
separate into 6 pathes from one patch
some minor code changes.
I do several tests on pseries IBM,8408-E8E with 32cpus, 64GB memory.
benchmark test results are below.
2
2016 Jul 06
0
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
On Wed, Jul 06, 2016 at 02:46:34PM +0800, Wanpeng Li wrote:
> > SO it's easy for ppc to implement such interface. Note that yield_count is
> > set by powerVM/KVM.
> > and only pSeries can run a guest for now. :)
> >
> > I also review x86 related code, looks like we need add one hyer-call to get
> > such vcpu preemption info?
>
> There is no such stuff to record lock holder in x86 kvm, maybe we
> don't need to depend...
2020 Jul 14
1
dovecot 2.2.13
all, below command not reporting the actual usage report on dovecot 2.2.13.
please share your suggestion to how to fix this issue
doveadm -f flow mailbox status -A -t 'messages vsize' '*' is just showing
rkreddy messages=0 vsize=0
jcplho messages=0 vsize=0
planning messages=0 vsize=0
accounts messages=0 vsize=0
spam.notify messages=0 vsize=0
jsraju messages=0 vsize=0
amarnath
2013 May 28
0
Re: libvirt for Citrix XenServer
...t.org/drvvbox.html> hypervisor
* The VMware ESX and GSX<http://libvirt.org/drvesx.html> hypervisors
* The VMware Workstation and Player<http://libvirt.org/drvvmware.html> hypervisors
* The Microsoft Hyper-V<http://libvirt.org/drvhyperv.html> hypervisor
* The IBM PowerVM<http://libvirt.org/drvphyp.html> hypervisor
* The Parallels<http://libvirt.org/drvparallels.html> hypervisor
>
I think that is out of the box .
I found these steps but was thinking if there is any wiki or link.
https://www.redhat.com/archives/libvirt-users/2011-June/msg00042.h...
2010 Jul 09
0
KVM Forum 2010: schedule and registration reminder
...ed storage system for QEMU
15:00 15:30 - break -
15:30 16:00 How to keep time correctly, and avoid SDR-awk cab emit peek problems
16:00 16:30 PV-DMA using IOMMU Emulation
16:30 16:45 Network Virtualization in KVM
16:45 17:00 Ganeti as a KVM cluster management interface
17:00 17:15 Porting virtio to PowerVM Hypervisors
17:15 17:30 lightning talks
17:30 19:00 BoFs
Tuesday, August 10th
--------------------
9:00 9:15 Keynote
9:15 9:45 vhost-net and virtio-net: need for speed
9:45 10:15 The QEMU Monitor Protocol (QMP)
10:15 10:45 Integrating KVM with Linux
10:45 11:00 - break -
11:00 11:30 KVM in Embedde...
2010 Jul 09
0
KVM Forum 2010: schedule and registration reminder
...ed storage system for QEMU
15:00 15:30 - break -
15:30 16:00 How to keep time correctly, and avoid SDR-awk cab emit peek problems
16:00 16:30 PV-DMA using IOMMU Emulation
16:30 16:45 Network Virtualization in KVM
16:45 17:00 Ganeti as a KVM cluster management interface
17:00 17:15 Porting virtio to PowerVM Hypervisors
17:15 17:30 lightning talks
17:30 19:00 BoFs
Tuesday, August 10th
--------------------
9:00 9:15 Keynote
9:15 9:45 vhost-net and virtio-net: need for speed
9:45 10:15 The QEMU Monitor Protocol (QMP)
10:15 10:45 Integrating KVM with Linux
10:45 11:00 - break -
11:00 11:30 KVM in Embedde...