qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Memory changes and misc bug fixes for 2016-03-07
@ 2016-03-07 17:36 Paolo Bonzini
  2016-03-07 17:36 ` [Qemu-devel] [PULL 01/15] log: do not log if QEMU is daemonized but without -D Paolo Bonzini
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Paolo Bonzini @ 2016-03-07 17:36 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 1464ad45cd6cdeb0b5c1a54d3d3791396e47e52f:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into staging (2016-03-06 11:53:27 +0000)

are available in the git repository at:

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

for you to fetch changes up to 4792b7e9d5254daa383cb38d60d79c2b000ca9fc:

  scsi-bus: Remove tape command from scsi_req_xfer (2016-03-07 17:56:23 +0100)

----------------------------------------------------------------
* RAMBlock vs. MemoryRegion cleanups from Fam
* mru_section optimization from Fam
* memory.txt improvements from Peter and Xiaoqiang
* i8257 fix from Hervé
* -daemonize fix
* Cleanups and small fixes from Alex, Praneith, Wei

----------------------------------------------------------------
Alex Pyrgiotis (1):
      scsi-bus: Remove tape command from scsi_req_xfer

Fam Zheng (7):
      exec: Return RAMBlock pointer from allocating functions
      memory: Move assignment to ram_block to memory_region_init_*
      memory: Implement memory_region_get_ram_addr with mr->ram_block
      memory: Drop MemoryRegion.ram_addr
      exec: Pass RAMBlock pointer to qemu_ram_free
      exec: Factor out section_covers_addr
      exec: Introduce AddressSpaceDispatch.mru_section

Hervé Poussineau (1):
      i8257: fix Terminal Count status

Paolo Bonzini (1):
      log: do not log if QEMU is daemonized but without -D

Peter Maydell (1):
      doc/memory.txt: correct description of MemoryRegionOps fields

Pranith Kumar (1):
      icount: possible options for sleep are on or off

Thomas Huth (1):
      MAINTAINERS: Add entry for include/sysemu/kvm*.h

Wei Yang (1):
      kvm/irqchip: use bitmap utility for gsi tracking

xiaoqiang zhao (1):
      doc/memory.txt: correct a logic error

 MAINTAINERS                  |   1 +
 cpus.c                       |   4 +-
 cputlb.c                     |   4 +-
 docs/memory.txt              |  11 +++--
 exec.c                       | 107 +++++++++++++++++++++++--------------------
 hw/dma/i8257.c               |   4 ++
 hw/misc/ivshmem.c            |   9 ++--
 hw/scsi/scsi-bus.c           |   1 -
 include/exec/memory.h        |   9 +---
 include/exec/ram_addr.h      |  24 +++++-----
 kvm-all.c                    |  37 +++++----------
 memory.c                     |  56 ++++++++++++----------
 qemu-options.hx              |   6 +--
 scripts/dump-guest-memory.py |   2 +-
 util/log.c                   |   7 ++-
 15 files changed, 144 insertions(+), 138 deletions(-)
-- 
2.5.0

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

end of thread, other threads:[~2016-03-08  5:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 17:36 [Qemu-devel] [PULL 00/15] Memory changes and misc bug fixes for 2016-03-07 Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 01/15] log: do not log if QEMU is daemonized but without -D Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 02/15] i8257: fix Terminal Count status Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 03/15] exec: Return RAMBlock pointer from allocating functions Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 04/15] memory: Move assignment to ram_block to memory_region_init_* Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 05/15] memory: Implement memory_region_get_ram_addr with mr->ram_block Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 06/15] memory: Drop MemoryRegion.ram_addr Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 07/15] exec: Pass RAMBlock pointer to qemu_ram_free Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 08/15] exec: Factor out section_covers_addr Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 09/15] exec: Introduce AddressSpaceDispatch.mru_section Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 10/15] icount: possible options for sleep are on or off Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 11/15] doc/memory.txt: correct a logic error Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 12/15] doc/memory.txt: correct description of MemoryRegionOps fields Paolo Bonzini
2016-03-07 17:36 ` [Qemu-devel] [PULL 13/15] MAINTAINERS: Add entry for include/sysemu/kvm*.h Paolo Bonzini
2016-03-07 17:37 ` [Qemu-devel] [PULL 14/15] kvm/irqchip: use bitmap utility for gsi tracking Paolo Bonzini
2016-03-07 17:37 ` [Qemu-devel] [PULL 15/15] scsi-bus: Remove tape command from scsi_req_xfer Paolo Bonzini
2016-03-08  5:48 ` [Qemu-devel] [PULL 00/15] Memory changes and misc bug fixes for 2016-03-07 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).