RE: [PATCH v11 3/3] x86, apicv: add virtual interrupt delivery support

2013-01-20 Thread Zhang, Yang Z
Gleb Natapov wrote on 2013-01-21: > On Mon, Jan 21, 2013 at 12:49:01AM +, Zhang, Yang Z wrote: >> Gleb Natapov wrote on 2013-01-20: >>> On Thu, Jan 17, 2013 at 01:26:03AM +, Zhang, Yang Z wrote: Previous patch is stale. Resend the new patch. The only change is clear EOI and SELF-I

Re: [PATCH v11 3/3] x86, apicv: add virtual interrupt delivery support

2013-01-20 Thread Gleb Natapov
On Mon, Jan 21, 2013 at 12:49:01AM +, Zhang, Yang Z wrote: > Gleb Natapov wrote on 2013-01-20: > > On Thu, Jan 17, 2013 at 01:26:03AM +, Zhang, Yang Z wrote: > >> Previous patch is stale. Resend the new patch. > >> The only change is clear EOI and SELF-IPI reg in msr bitmap when vid is > >

Re: [PATCH v4 2/3] net: split eth_mac_addr for better error handling

2013-01-20 Thread David Miller
From: ak...@redhat.com Date: Sun, 20 Jan 2013 10:43:08 +0800 > From: Stefan Hajnoczi > > When we set mac address, software mac address in system and hardware mac > address all need to be updated. Current eth_mac_addr() doesn't allow > callers to implement error handling nicely. > > This patch s

Re: [Qemu-devel] [PATCH for-1.4 03/12] pc: Reverse pc_init_pci() compatibility logic

2013-01-20 Thread Andreas Färber
Am 17.01.2013 21:59, schrieb Eduardo Habkost: > Currently, the pc-1.4 machine init function enables PV EOI and then > calls the pc-1.2 machine init function. The problem with this approach > is that now we can't enable any additional compatibility code inside the > pc-1.2 init function because it w

Re: [PATCH v3] virtio-spec: set mac address by a new vq command

2013-01-20 Thread Rusty Russell
ak...@redhat.com writes: > From: Amos Kong > > Virtio-net driver currently programs MAC address byte by byte, > this means that we have an intermediate step where mac is wrong. > This patch introduced a new control command to set MAC address > in one time, and added a new feature flag VIRTIO_NET_F

RE: [PATCH v11 3/3] x86, apicv: add virtual interrupt delivery support

2013-01-20 Thread Zhang, Yang Z
Gleb Natapov wrote on 2013-01-20: > On Thu, Jan 17, 2013 at 01:26:03AM +, Zhang, Yang Z wrote: >> Previous patch is stale. Resend the new patch. >> The only change is clear EOI and SELF-IPI reg in msr bitmap when vid is >> enabled. >> >> >> @@ -340,6 +325,8 @@ static

Re: [RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation

2013-01-20 Thread Alexander Graf
On 21.01.2013, at 01:08, Paul Mackerras wrote: > On Thu, Jan 10, 2013 at 12:42:16PM +0100, Alexander Graf wrote: >> >> On 10.01.2013, at 06:09, Paul Mackerras wrote: >> >>> On Sat, Dec 15, 2012 at 01:06:13PM +1100, Benjamin Herrenschmidt wrote: > [snip] - Move the existing "generic" KVM io

Re: [RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation

2013-01-20 Thread Paul Mackerras
On Thu, Jan 10, 2013 at 12:42:16PM +0100, Alexander Graf wrote: > > On 10.01.2013, at 06:09, Paul Mackerras wrote: > > > On Sat, Dec 15, 2012 at 01:06:13PM +1100, Benjamin Herrenschmidt wrote: [snip] > >> - Move the existing "generic" KVM ioctl to create the kernel APIC to > >> x86 since it's no

Re: [kvmarm] [PATCH v6 02/13] KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl

2013-01-20 Thread Christoffer Dall
On Sun, Jan 20, 2013 at 6:22 PM, Christoffer Dall wrote: > On Thu, Jan 17, 2013 at 12:37 PM, Peter Maydell > wrote: >> On 16 January 2013 18:00, Christoffer Dall >> wrote: >>> KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl >> >> Patch subject needs updating with new name of this ioctl >> (KVM_

Re: [PATCH v6 14/15] KVM: ARM: Power State Coordination Interface implementation

2013-01-20 Thread Christoffer Dall
On Thu, Jan 17, 2013 at 10:55 AM, Marc Zyngier wrote: > On 16/01/13 17:59, Christoffer Dall wrote: >> From: Marc Zyngier >> >> Implement the PSCI specification (ARM DEN 0022A) to control >> virtual CPUs being "powered" on or off. >> >> PSCI/KVM is detected using the KVM_CAP_ARM_PSCI capability. >

Re: [kvmarm] [PATCH v6 02/13] KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl

2013-01-20 Thread Christoffer Dall
On Thu, Jan 17, 2013 at 12:37 PM, Peter Maydell wrote: > On 16 January 2013 18:00, Christoffer Dall > wrote: >> KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl > > Patch subject needs updating with new name of this ioctl > (KVM_ARM_SET_DEVICE_ADDR)... > >> On ARM (and possibly other architecture

Re: [PATCH v6 15/15] KVM: ARM: Add maintainer entry for KVM/ARM

2013-01-20 Thread Christoffer Dall
On Thu, Jan 17, 2013 at 11:26 AM, Will Deacon wrote: > On Wed, Jan 16, 2013 at 05:59:25PM +, Christoffer Dall wrote: >> Add an entry in the MAINTAINERS file for KVM/ARM. >> >> Cc: Russell King >> Reviewed-by: Will Deacon >> Signed-off-by: Christoffer Dall >> --- >> MAINTAINERS |8 +

Re: [PATCH v11 3/3] x86, apicv: add virtual interrupt delivery support

2013-01-20 Thread Gleb Natapov
On Thu, Jan 17, 2013 at 01:26:03AM +, Zhang, Yang Z wrote: > Previous patch is stale. Resend the new patch. > The only change is clear EOI and SELF-IPI reg in msr bitmap when vid is > enabled. > > > From: Yang Zhang > > Virtual interrupt delivery avoids KVM to injec

Re: [PATCH v2 0/8] More fastop patches

2013-01-20 Thread Gleb Natapov
On Sat, Jan 19, 2013 at 07:51:49PM +0200, Avi Kivity wrote: > After this, only the diffcult MUL and DIV case remains. > > Changes from v1: > - make SHLD/SHRD more consistent with the others > - fix SETcc misordering > Reviewed-by: Gleb Natapov > Avi Kivity (8): > KVM: x86 emulator: Convert