mbox

[PULL,0/6] s390 patch queue 2012-01-04

Message ID 1325643192-15941-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/agraf.git s390-next

Message

Alexander Graf Jan. 4, 2012, 2:13 a.m. UTC
Hi Anthony / Blue / Aurelien,

This is my current patch queue for s390. Please pull.

Alex


The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd:
  Anthony Liguori (1):
        Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging

are available in the git repository at:

  git://repo.or.cz/qemu/agraf.git s390-next

Alexander Graf (5):
      [S390] Add hotplug support
      Compile device-hotplug on all targets
      Add generic drive hotplugging
      Expose drive_add on all architectures
      s390x: add TR function for EXECUTE

Christian Borntraeger (1):
      s390: fix cpu hotplug / cpu activity on interrupts

 Makefile.target          |    5 +++-
 hmp-commands.hx          |    2 -
 hw/device-hotplug.c      |   47 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/pci-hotplug.c         |   24 +++-------------------
 hw/s390-virtio-bus.c     |   24 ++++++++++++++++++----
 hw/s390-virtio-bus.h     |    5 ++++
 sysemu.h                 |    6 ++++-
 target-s390x/kvm.c       |    3 --
 target-s390x/op_helper.c |    3 ++
 9 files changed, 87 insertions(+), 32 deletions(-)

Comments

Aurelien Jarno Jan. 10, 2012, 5:29 p.m. UTC | #1
On Wed, Jan 04, 2012 at 03:13:06AM +0100, Alexander Graf wrote:
> Hi Anthony / Blue / Aurelien,
> 
> This is my current patch queue for s390. Please pull.
> 
> Alex
> 
> 
> The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd:
>   Anthony Liguori (1):
>         Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
> 
> are available in the git repository at:
> 
>   git://repo.or.cz/qemu/agraf.git s390-next
> 
> Alexander Graf (5):
>       [S390] Add hotplug support
>       Compile device-hotplug on all targets
>       Add generic drive hotplugging
>       Expose drive_add on all architectures
>       s390x: add TR function for EXECUTE
> 
> Christian Borntraeger (1):
>       s390: fix cpu hotplug / cpu activity on interrupts
> 
>  Makefile.target          |    5 +++-
>  hmp-commands.hx          |    2 -
>  hw/device-hotplug.c      |   47 ++++++++++++++++++++++++++++++++++++++++++++++
>  hw/pci-hotplug.c         |   24 +++-------------------
>  hw/s390-virtio-bus.c     |   24 ++++++++++++++++++----
>  hw/s390-virtio-bus.h     |    5 ++++
>  sysemu.h                 |    6 ++++-
>  target-s390x/kvm.c       |    3 --
>  target-s390x/op_helper.c |    3 ++
>  9 files changed, 87 insertions(+), 32 deletions(-)
> 
> 

Thanks, pulled.