mbox

[0/3,PULL] qemu-kvm.git uq/master queue

Message ID cover.1385040432.git.gleb@redhat.com
State New
Headers show

Pull-request

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

Message

Gleb Natapov Nov. 21, 2013, 1:28 p.m. UTC
The following changes since commit fc8ead74674b7129e8f31c2595c76658e5622197:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-10-18 10:03:24 -0700)

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 ef4cbe14342c1f63b3c754e306218f004f4e26c4:

  kvm: Fix uninitialized cpuid_data (2013-11-07 13:14:56 +0200)

----------------------------------------------------------------
Jan Kiszka (1):
      pci-assign: Remove dead code for direct I/O region access from userspace

Paolo Bonzini (1):
      KVM: x86: fix typo in KVM_GET_XCRS

Stefan Weil (1):
      kvm: Fix uninitialized cpuid_data

 hw/i386/kvm/pci-assign.c | 56 +++++++++---------------------------------------
 target-i386/kvm.c        | 13 ++++-------
 2 files changed, 14 insertions(+), 55 deletions(-)

Comments

Stefan Weil Nov. 21, 2013, 5:38 p.m. UTC | #1
Am 21.11.2013 14:28, schrieb Gleb Natapov:
> The following changes since commit fc8ead74674b7129e8f31c2595c76658e5622197:
>
>   Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-10-18 10:03:24 -0700)
>
> 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 ef4cbe14342c1f63b3c754e306218f004f4e26c4:
>
>   kvm: Fix uninitialized cpuid_data (2013-11-07 13:14:56 +0200)
>
> ----------------------------------------------------------------
> Jan Kiszka (1):
>       pci-assign: Remove dead code for direct I/O region access from userspace
>
> Paolo Bonzini (1):
>       KVM: x86: fix typo in KVM_GET_XCRS
>
> Stefan Weil (1):
>       kvm: Fix uninitialized cpuid_data
>
>  hw/i386/kvm/pci-assign.c | 56 +++++++++---------------------------------------
>  target-i386/kvm.c        | 13 ++++-------
>  2 files changed, 14 insertions(+), 55 deletions(-)
>

I think these patches should be included in QEMU 1.7, too.

Stefan
Paolo Bonzini Nov. 21, 2013, 6:11 p.m. UTC | #2
Il 21/11/2013 18:38, Stefan Weil ha scritto:
>> > Jan Kiszka (1):
>> >       pci-assign: Remove dead code for direct I/O region access from userspace
>> >
>> > Paolo Bonzini (1):
>> >       KVM: x86: fix typo in KVM_GET_XCRS
>> >
>> > Stefan Weil (1):
>> >       kvm: Fix uninitialized cpuid_data
>> >
>> >  hw/i386/kvm/pci-assign.c | 56 +++++++++---------------------------------------
>> >  target-i386/kvm.c        | 13 ++++-------
>> >  2 files changed, 14 insertions(+), 55 deletions(-)
>> >
> I think these patches should be included in QEMU 1.7, too.

Yes.

Paolo
Gleb Natapov Nov. 21, 2013, 6:31 p.m. UTC | #3
On Thu, Nov 21, 2013 at 07:11:46PM +0100, Paolo Bonzini wrote:
> Il 21/11/2013 18:38, Stefan Weil ha scritto:
> >> > Jan Kiszka (1):
> >> >       pci-assign: Remove dead code for direct I/O region access from userspace
> >> >
> >> > Paolo Bonzini (1):
> >> >       KVM: x86: fix typo in KVM_GET_XCRS
> >> >
> >> > Stefan Weil (1):
> >> >       kvm: Fix uninitialized cpuid_data
> >> >
> >> >  hw/i386/kvm/pci-assign.c | 56 +++++++++---------------------------------------
> >> >  target-i386/kvm.c        | 13 ++++-------
> >> >  2 files changed, 14 insertions(+), 55 deletions(-)
> >> >
> > I think these patches should be included in QEMU 1.7, too.
> 
> Yes.
> 
Yeah, forget to add 1.7 to the subject.

--
			Gleb.