mbox

[PULL,00/15] KVM patches for 2014-05-13

Message ID 1399985844-788-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Message

Paolo Bonzini May 13, 2014, 12:57 p.m. UTC
The following changes since commit 1b5498f6874ad661bcd9558bc2b0a4e25643a5bf:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-05-13 10:35:47 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

for you to fetch changes up to 4700a316df7d2cdcd256dcd64a10cec643f4dfa1:

  pc: port 92 reset requires a low->high transition (2014-05-13 13:22:29 +0200)

Rebased on top of Cornelia's s390 one_reg patch, and including
the first batch of x86 soft reset patches.

Paolo
----------------------------------------------------------------
Cornelia Huck (1):
      kvm: make one_reg helpers available for everyone

Gonglei (1):
      pci-assign: Fix a bug when map MSI-X table memory failed

Kevin O'Connor (4):
      target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c
      target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in smm_helper.c
      target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c
      target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly.

Michael S. Tsirkin (1):
      pci-assign: limit # of msix vectors

Paolo Bonzini (7):
      kvm: reset state from the CPU's reset method
      kvm: forward INIT signals coming from the chipset
      target-i386: fix set of registers zeroed on reset
      target-i386: preserve FPU and MSR state on INIT
      apic: do not accept SIPI on the bootstrap processor
      cpu: make CPU_INTERRUPT_RESET available on all targets
      pc: port 92 reset requires a low->high transition

Stefan Weil (1):
      target-i386: Remove unused data from local array

 bsd-user/main.c          |  2 --
 cpu-exec.c               | 23 +++++++------
 hw/i386/kvm/pci-assign.c | 13 ++++----
 hw/i386/pc.c             |  3 +-
 hw/intc/apic_common.c    |  2 +-
 include/exec/cpu-all.h   |  8 +++--
 include/sysemu/kvm.h     | 22 +++++++++++--
 kvm-all.c                | 39 +++++++++++++++-------
 linux-user/main.c        |  2 --
 target-arm/cpu.c         |  7 ++++
 target-arm/kvm32.c       |  4 +--
 target-arm/kvm64.c       |  2 +-
 target-arm/kvm_arm.h     |  8 +++++
 target-i386/cpu.c        | 11 ++++---
 target-i386/cpu.h        | 85 +++++++++++++++++++++++++++---------------------
 target-i386/helper.c     | 14 ++++++--
 target-i386/kvm.c        | 42 +++++++++++++++---------
 target-i386/kvm_i386.h   |  2 ++
 target-i386/seg_helper.c | 53 +++++++++++-------------------
 target-i386/smm_helper.c | 34 +++++++++----------
 target-i386/svm_helper.c | 11 ++-----
 target-ppc/cpu.h         |  3 --
 target-ppc/kvm.c         |  4 ---
 target-s390x/cpu.c       |  4 +++
 target-s390x/cpu.h       |  5 +++
 target-s390x/kvm.c       | 35 +++-----------------
 trace-events             |  6 ++--
 27 files changed, 242 insertions(+), 202 deletions(-)

Comments

Peter Maydell May 15, 2014, 3:27 p.m. UTC | #1
On 13 May 2014 13:57, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 1b5498f6874ad661bcd9558bc2b0a4e25643a5bf:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-05-13 10:35:47 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
>
> for you to fetch changes up to 4700a316df7d2cdcd256dcd64a10cec643f4dfa1:
>
>   pc: port 92 reset requires a low->high transition (2014-05-13 13:22:29 +0200)
>
> Rebased on top of Cornelia's s390 one_reg patch, and including
> the first batch of x86 soft reset patches.
>
> Paolo

Applied, thanks.

-- PMM
Andreas Färber May 15, 2014, 4:54 p.m. UTC | #2
Am 13.05.2014 14:57, schrieb Paolo Bonzini:
> Paolo Bonzini (7):
>       kvm: reset state from the CPU's reset method
>       kvm: forward INIT signals coming from the chipset
>       target-i386: fix set of registers zeroed on reset
>       target-i386: preserve FPU and MSR state on INIT
>       apic: do not accept SIPI on the bootstrap processor
>       cpu: make CPU_INTERRUPT_RESET available on all targets
>       pc: port 92 reset requires a low->high transition

You forgot to fill in my Rbs, and somehow the Cc:s were not processed to
detect this earlier.

Also to me a generic cpu_soft_reset() contradicts Peter confirming that
doing this in a specific qemu_irq based way is desired? If the PC is
going to implement the qemu_irq triggered logic, then CPU_FOREACH() can
be done in PC code, and no generalization of interrupt names is needed.
Or do you have any non-x86 work cooking as well?

Regards,
Andreas
Paolo Bonzini May 15, 2014, 5:08 p.m. UTC | #3
Il 15/05/2014 18:54, Andreas Färber ha scritto:
> You forgot to fill in my Rbs, and somehow the Cc:s were not processed to
> detect this earlier.
>
> Also to me a generic cpu_soft_reset() contradicts Peter confirming that
> doing this in a specific qemu_irq based way is desired?

Yes, I will implement qemu_irq.

> If the PC is
> going to implement the qemu_irq triggered logic, then CPU_FOREACH() can
> be done in PC code, and no generalization of interrupt names is needed.
> Or do you have any non-x86 work cooking as well?

The patches do not include the generic CPU_FOREACH.  I didn't get any 
answer (positive or negative) when I said I'd keep patches 1-7, so I 
included the rename in the pull request.

Paolo