[libvirt] [PowerPC Patch v3] Libvirt CPU enhancements for Power KVM

2014-10-26 Thread Prerna Saxena
This patch series is a collection of enhancements for PowerPC CPUs on PowerKVM. Series Summary: == Patch 1/3 : Introduce a new architecture 'ppc64le' for libvirt. Patch 2/3 : Add libvirt support for VMs running in 'compat' mode on Power KVM. Patch 3/3 : Optimize PVR comparison for PowerPC

Re: [libvirt] [PATCHv3 1/2] bhyve: Support /domain/bootloader configuration for non-FreeBSD guests.

2014-10-26 Thread Roman Bogorodskiy
Conrad Meyer wrote: We still default to bhyveloader(1) if no explicit bootloader configuration is supplied in the domain. If the /domain/bootloader looks like grub-bhyve and the user doesn't supply /domain/bootloader_args, we make an intelligent guess and try chainloading the first

[libvirt] [PATCH v3 1/3] PowerPC cpu: Add support for Power LE Architecture.

2014-10-26 Thread Prerna Saxena
From 74993aa5eab2cc59e71d038b6f6d3fdb4d0956e1 Mon Sep 17 00:00:00 2001 From: Pradipta Kr. Banerjee bpra...@in.ibm.com Date: Tue, 7 Oct 2014 10:33:44 +0530 This adds support for PowerPC Little Endian architecture., and allows libvirt to spawn VMs based on 'ppc64le' architecture. Signed-off-by:

[libvirt] [PATCH v3 2/3] PowerPC : Add support for launching VMs in 'compat' mode.

2014-10-26 Thread Prerna Saxena
From c3572e59f1e56322ba92ab35e31da48dd63b7cec Mon Sep 17 00:00:00 2001 From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Tue, 21 Oct 2014 01:06:51 -0400 PowerISA allows processors to run VMs in binary compatibility (compat) mode supporting an older version of ISA. QEMU has recently added

[libvirt] [PATCH v3 3/3] PowerPC: Improve PVR handling to fall back to the respective CPU generation.

2014-10-26 Thread Prerna Saxena
From 24608d7df3ec29604a8862a9a646983cb7f686fa Mon Sep 17 00:00:00 2001 From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Tue, 21 Oct 2014 08:09:19 -0400 IBM Power processors differ uniquely across generations (such as power6, power7, power8). Each generation signifies a new PowerISA version

Re: [libvirt] [PATCHv3 1/2] bhyve: Support /domain/bootloader configuration for non-FreeBSD guests.

2014-10-26 Thread Conrad Meyer
On Sun, Oct 26, 2014 at 7:00 AM, Roman Bogorodskiy bogorods...@gmail.com wrote: Conrad Meyer wrote: I've tested the HDD boot and it seems to work. I've tried to boot from CD and had a problem with that. It generates a command like that: /usr/local/sbin/grub-bhyve -v --root cd

Re: [libvirt] [PATCHv3 1/2] bhyve: Support /domain/bootloader configuration for non-FreeBSD guests.

2014-10-26 Thread Roman Bogorodskiy
Conrad Meyer wrote: On Sun, Oct 26, 2014 at 7:00 AM, Roman Bogorodskiy bogorods...@gmail.com wrote: Conrad Meyer wrote: I've tested the HDD boot and it seems to work. I've tried to boot from CD and had a problem with that. It generates a command like that:

Re: [libvirt] [PATCHv2 1/2] util: Functions to update host network device's multicast filter

2014-10-26 Thread Laine Stump
Note that I've attached a patch that addresses all the issues I raise in this review. Please try it out; if you approve, I will squash it in and push the result (with my name added as Signed-Off-By:, so that you don't have to take all the blame if I screwed something up :-)) Oh, and so that it is

Re: [libvirt] [PATCHv2 2/2] qemu: change macvtap multicast list in response to NIC_RX_FILTER_CHANGED

2014-10-26 Thread Laine Stump
On 10/10/2014 01:55 PM, akrow...@linux.vnet.ibm.com wrote: From: Tony Krowiak akrow...@linux.vnet.ibm.com This patch adds functionality to processNicRxFilterChangedEvent(). The old and new multicast lists are compared and the filters in the macvtap are programmed to match the guest's filters.

Re: [libvirt] [PATCH] util: eliminate use after free in callers of virNetDevLinkDump

2014-10-26 Thread Laine Stump
On 10/24/2014 02:51 PM, Eric Blake wrote: ACK. For how few callers use it, your approach of making the caller free the netlink data after use seems fine. Thanks, I've pushed it, and will try to remember to backport it to all the -maint branches. -- libvir-list mailing list

[libvirt] [PATCHv4 0/3] Add non-FreeBSD guest support to Bhyve driver.

2014-10-26 Thread Conrad Meyer
Drvbhyve hardcodes bhyveload(8) as the host bootloader for guests. bhyveload(8) loader only supports FreeBSD guests. This patch series adds bootloader and bootloader_args handling to bhyve_command, so libvirt can boot non-FreeBSD guests in Bhyve. Additionally, support for grub-bhyve(1)'s

[libvirt] [PATCHv4 2/3] Generated PO files for 'bhyve: Support /domain/bootloader'

2014-10-26 Thread Conrad Meyer
Sponsored by: EMC / Isilon storage division Signed-off-by: Conrad Meyer conrad.me...@isilon.com --- po/af.po | 7 ++- po/am.po | 7 ++- po/ar.po | 7 ++- po/as.po | 7 ++- po/be.po | 7 ++- po/bg.po | 7 ++- po/bn.po | 7 ++-

[libvirt] [PATCHv4 1/3] bhyve: Support /domain/bootloader configuration for non-FreeBSD guests.

2014-10-26 Thread Conrad Meyer
We still default to bhyveloader(1) if no explicit bootloader configuration is supplied in the domain. If the /domain/bootloader looks like grub-bhyve and the user doesn't supply /domain/bootloader_args, we make an intelligent guess and try chainloading the first partition on the disk (or a CD if

Re: [libvirt] [PATCH] lxc: fix setmem effect on a running LXC machine

2014-10-26 Thread Chen, Hanxiao
-Original Message- From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] On Behalf Of Erik Skultety Sent: Friday, October 24, 2014 5:17 PM To: libvir-list@redhat.com Cc: Erik Skultety Subject: [libvirt] [PATCH] lxc: fix setmem effect on a running LXC machine