mbox

[PULL,v3,00/10] KVM changes (+ misc small fixes) for 2.1

Message ID 1405008253-9816-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 July 10, 2014, 4:04 p.m. UTC
The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:

  MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +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 0a58991a5f7efd6eb8a66643f4fd894b9c6874b7:

  qtest: fix vhost-user-test compilation with old GLib (2014-07-10 17:06:33 +0200)

----------------------------------------------------------------
Eduardo Habkost (1):
      target-i386: Add "kvmclock-stable-bit" feature bit name

James Hogan (4):
      mips/kvm: Init EBase to correct KSEG0
      mips/kvm: Disable FPU on reset with KVM
      mips_malta: Remove incorrect KVM T&E references
      mips_malta: Catch kernels linked at wrong address

Miroslav Rezanina (1):
      Enforce stack protector usage

Nikolay Nikolaev (1):
      qtest: fix vhost-user-test compilation with old GLib

Paolo Bonzini (2):
      watchdog: fix deadlock with -watchdog-action pause
      mc146818rtc: register the clock reset notifier on the right clock

Stefan Weil (1):
      oslib-posix: Fix new compiler error with -Wclobbered

 configure               |  9 ++++++++-
 hw/mips/mips_malta.c    | 20 +++++++++++++++++---
 hw/timer/mc146818rtc.c  |  2 +-
 hw/watchdog/watchdog.c  |  6 +++++-
 target-i386/cpu.c       |  2 +-
 target-mips/kvm.c       |  7 +++++++
 target-mips/translate.c |  8 +++++++-
 tests/vhost-user-test.c |  4 ++++
 util/oslib-posix.c      | 30 ++++++++++++++++--------------
 9 files changed, 66 insertions(+), 22 deletions(-)

Comments

Peter Maydell July 11, 2014, 11:13 a.m. UTC | #1
On 10 July 2014 17:04, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:
>
>   MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +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 0a58991a5f7efd6eb8a66643f4fd894b9c6874b7:
>
>   qtest: fix vhost-user-test compilation with old GLib (2014-07-10 17:06:33 +0200)

Applied, thanks. Incidentally, any plans to switch to submitting
signed tags for pullreqs?

thanks
-- PMM
Paolo Bonzini July 11, 2014, 11:14 a.m. UTC | #2
Il 11/07/2014 13:13, Peter Maydell ha scritto:
> On 10 July 2014 17:04, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> > The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:
>> >
>> >   MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +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 0a58991a5f7efd6eb8a66643f4fd894b9c6874b7:
>> >
>> >   qtest: fix vhost-user-test compilation with old GLib (2014-07-10 17:06:33 +0200)
> Applied, thanks. Incidentally, any plans to switch to submitting
> signed tags for pullreqs?

Sure, do you want to exchange keys or am I close enough to you in the 
web of trust?

Paolo
Peter Maydell July 11, 2014, 11:18 a.m. UTC | #3
On 11 July 2014 12:14, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 11/07/2014 13:13, Peter Maydell ha scritto:
>> Applied, thanks. Incidentally, any plans to switch to submitting
>> signed tags for pullreqs?
>
>
> Sure, do you want to exchange keys or am I close enough to you in the web of
> trust?

I think as an initial step it would be good to have everybody move
to signing their pulls, even if there isn't (yet) a path in the web
from my key to theirs. Then we can attempt to get more keys
signed at KVM Forum and similar events.

(One item on my todo list is to write up a wiki page describing
how to move to producing signed pullreqs, so I can start to
encourage more submaintainers to do it.)

thanks
-- PMM