qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] fbb9c5: Update OpenBIOS images


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] fbb9c5: Update OpenBIOS images
Date: Tue, 04 Feb 2014 11:00:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: fbb9c590cacf1cefb516f523427a920c2fe8c135
      
https://github.com/qemu/qemu/commit/fbb9c590cacf1cefb516f523427a920c2fe8c135
  Author: Mark Cave-Ayland <address@hidden>
  Date:   2014-01-11 (Sat, 11 Jan 2014)

  Changed paths:
    M pc-bios/QEMU,tcx.bin
    M pc-bios/README
    M pc-bios/openbios-ppc
    M pc-bios/openbios-sparc32
    M pc-bios/openbios-sparc64
    M roms/openbios

  Log Message:
  -----------
  Update OpenBIOS images

Update OpenBIOS images to SVN r1246 built from submodule.

Signed-off-by: Mark Cave-Ayland <address@hidden>


  Commit: 5f04c14a10fa7f259bc0808f35a0beda49f7821e
      
https://github.com/qemu/qemu/commit/5f04c14a10fa7f259bc0808f35a0beda49f7821e
  Author: Jason J. Herne <address@hidden>
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
    M hw/s390x/sclp.c
    M include/hw/s390x/sclp.h

  Log Message:
  -----------
  s390-sclp: Define New SCLP Codes

Define new SCLP codes to improve code readability.

Signed-off-by: Jason J. Herne <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>


  Commit: 8cc3aecf8461bd38028ddb4a56a17d0a1583de36
      
https://github.com/qemu/qemu/commit/8cc3aecf8461bd38028ddb4a56a17d0a1583de36
  Author: Jason J. Herne <address@hidden>
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
    M hw/s390x/sclp.c
    M include/hw/s390x/sclp.h

  Log Message:
  -----------
  s390-sclp: SCLP CPU Info

Implement the CPU data in SCLP "Read SCP Info".  And implement "Read CPU Info"
SCLP command. This data will be used by the guest to get information about hot
plugged cpus.

Signed-off-by: Jason J. Herne <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>


  Commit: 492044581c26ba9ace3af5c6abb2a911a23ad188
      
https://github.com/qemu/qemu/commit/492044581c26ba9ace3af5c6abb2a911a23ad188
  Author: Jason J. Herne <address@hidden>
  Date:   2014-01-21 (Tue, 21 Jan 2014)

  Changed paths:
    M hw/s390x/Makefile.objs
    M hw/s390x/event-facility.c
    A hw/s390x/sclpcpu.c
    M include/hw/s390x/event-facility.h
    M include/hw/s390x/sclp.h

  Log Message:
  -----------
  s390-sclp: SCLP Event integration

Add an sclp event for "cpu was hot plugged".  This allows Qemu to deliver an
SCLP interrupt to the guest stating that the requested cpu hotplug was
completed.

Signed-off-by: Jason J. Herne <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>


  Commit: 234eef51a12e2f0f8dfd71cb49d2469d462b1855
      
https://github.com/qemu/qemu/commit/234eef51a12e2f0f8dfd71cb49d2469d462b1855
  Author: Matthew Rosato <address@hidden>
  Date:   2014-01-28 (Tue, 28 Jan 2014)

  Changed paths:
    M include/hw/s390x/sclp.h

  Log Message:
  -----------
  sclp-s390: Define new SCLP codes and structures

Define new SCLP codes and structures that will be needed for
s390 memory hotplug.

Signed-off-by: Matthew Rosato <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>


  Commit: 44c68de0445677728700651ed4e2d2063f36f9ed
      
https://github.com/qemu/qemu/commit/44c68de0445677728700651ed4e2d2063f36f9ed
  Author: Dominik Dingel <address@hidden>
  Date:   2014-01-31 (Fri, 31 Jan 2014)

  Changed paths:
    M target-s390x/cpu.h
    M target-s390x/kvm.c

  Log Message:
  -----------
  s390x/kvm: cleanup partial register handling

The partial register handling (introduced with commits
420840e58b85f7f4e5493dca3f273566f261090a and
3474b679486caa8f6448bae974e131370f360c13 ) aimed to improve intercept
handling performance.

It made the code more complicated though. During development for life
migration/init/reset etc it turned out that this might cause several
hard to debug programming errors. With the introduction of ioeventfd
(and future irqfd patches) the qemu intercept handlers are no longer
hot-path. And therefore the partial register handling can be
removed to simplify the code.

Signed-off-by: Dominik Dingel <address@hidden>
CC: Jason J. Herne <address@hidden>
Signed-off-by: Christian Borntraeger <address@hidden>
Acked-by: Alexander Graf <address@hidden>


  Commit: 9396b05a5a35d344dc5eaed6fb0dff96c49d5f50
      
https://github.com/qemu/qemu/commit/9396b05a5a35d344dc5eaed6fb0dff96c49d5f50
  Author: Peter Maydell <address@hidden>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
    M pc-bios/QEMU,tcx.bin
    M pc-bios/README
    M pc-bios/openbios-ppc
    M pc-bios/openbios-sparc32
    M pc-bios/openbios-sparc64
    M roms/openbios

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into staging

* remotes/mcayland/qemu-openbios:
  Update OpenBIOS images

Signed-off-by: Peter Maydell <address@hidden>


  Commit: 2b2449f7e467957778ca006904471b231dc0ac8e
      
https://github.com/qemu/qemu/commit/2b2449f7e467957778ca006904471b231dc0ac8e
  Author: Peter Maydell <address@hidden>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
    M hw/s390x/Makefile.objs
    M hw/s390x/event-facility.c
    M hw/s390x/sclp.c
    A hw/s390x/sclpcpu.c
    M include/hw/s390x/event-facility.h
    M include/hw/s390x/sclp.h
    M target-s390x/cpu.h
    M target-s390x/kvm.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' 
into staging

This patch set contains the sclp defines and events for cpu hotplug,
the initial sclp defines (without code yet) for standby memory (some
sort of memory hotplug) as well as a cleanup of the kvm register
synchronization.

# gpg: Signature made Fri 31 Jan 2014 08:54:29 GMT using RSA key ID B5A61C7C
# gpg: Can't check signature: public key not found

* remotes/borntraeger/tags/kvm-s390-20140131:
  s390x/kvm: cleanup partial register handling
  sclp-s390: Define new SCLP codes and structures
  s390-sclp: SCLP Event integration
  s390-sclp: SCLP CPU Info
  s390-sclp: Define New SCLP Codes

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/8cfc114a2f29...2b2449f7e467

reply via email to

[Prev in Thread] Current Thread [Next in Thread]