qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] Memory, icount, chardev, KVM changes for 2016-03-15
@ 2016-03-15 17:35 Paolo Bonzini
  2016-03-15 17:35 ` [Qemu-devel] [PULL 1/8] kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35 Paolo Bonzini
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paolo Bonzini @ 2016-03-15 17:35 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit a58a4cb18725117bf69e6bee0a753c8b73b09667:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2016-03-15 16:43:48 +0000)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to e76d1798faa6d29f54c0930a034b67f3ecdb947d:

  icount: decouple warp calls (2016-03-15 18:23:45 +0100)

----------------------------------------------------------------
* Miscellaneous exec.c fixes (Markus, myself)
* Q35 support for -machine kernel_irqchip=split (Rita)
* Chardev replay support (Pavel)
* icount "warping" cleanups (Pavel)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      update-linux-headers: Add userfaultfd.h

Markus Armbruster (2):
      exec: Fix memory allocation when memory path names new file
      exec: Fix memory allocation when memory path isn't on hugetlbfs

Paolo Bonzini (1):
      exec: fix early return from ram_block_add

Pavel Dovgalyuk (3):
      replay: character devices
      icount: remove obsolete warp call
      icount: decouple warp calls

Rita Sinha (1):
      kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35

 cpus.c                          |  61 ++++++++-------
 docs/replay.txt                 |  21 +++--
 exec.c                          | 123 ++++++++++++++---------------
 gdbstub.c                       |   2 +-
 hw/i386/pc_q35.c                |   5 +-
 include/qemu/timer.h            |   7 +-
 include/sysemu/char.h           |  26 +++++++
 include/sysemu/replay.h         |  20 ++++-
 main-loop.c                     |   2 +-
 qemu-char.c                     | 138 +++++++++++++++++++++++++++------
 qemu-timer.c                    |   4 +-
 replay/Makefile.objs            |   1 +
 replay/replay-char.c            | 168 ++++++++++++++++++++++++++++++++++++++++
 replay/replay-events.c          |  17 +++-
 replay/replay-internal.h        |  18 +++++
 replay/replay.c                 |   2 +-
 scripts/update-linux-headers.sh |   2 +-
 stubs/clock-warp.c              |   2 +-
 stubs/replay.c                  |  34 ++++++++
 19 files changed, 515 insertions(+), 138 deletions(-)
 create mode 100755 replay/replay-char.c
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-16  9:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 17:35 [Qemu-devel] [PULL 0/8] Memory, icount, chardev, KVM changes for 2016-03-15 Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 1/8] kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35 Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 2/8] update-linux-headers: Add userfaultfd.h Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 3/8] exec: Fix memory allocation when memory path names new file Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 4/8] exec: Fix memory allocation when memory path isn't on hugetlbfs Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 5/8] exec: fix early return from ram_block_add Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 6/8] replay: character devices Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 7/8] icount: remove obsolete warp call Paolo Bonzini
2016-03-15 17:35 ` [Qemu-devel] [PULL 8/8] icount: decouple warp calls Paolo Bonzini
2016-03-16  9:27 ` [Qemu-devel] [PULL 0/8] Memory, icount, chardev, KVM changes for 2016-03-15 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).