qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/7] pc: resizeable ROM blocks
@ 2015-01-08 13:14 Michael S. Tsirkin
  2015-01-08 13:14 ` [Qemu-devel] [PULL v2 1/7] memory: add memory_region_set_size Michael S. Tsirkin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2015-01-08 13:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, dgilbert, Juan Quintela

Changes from v1:
    - squashed two patches, as suggested by Paolo
    - comment fixup suggested by Paolo
    - added acks by Paolo

The following changes since commit d86fb03469e016af4e54f04efccbc20a8afa3e19:

  Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into staging (2014-12-16 16:52:42 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to a1666142db623365b2e7619f01c1cbb72d62b514:

  acpi-build: make ROMs RAM blocks resizeable (2015-01-08 13:17:55 +0200)

----------------------------------------------------------------
pc: resizeable ROM blocks

This makes ROM blocks resizeable.  This infrastructure is required for other
functionality we have queued.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Michael S. Tsirkin (7):
      memory: add memory_region_set_size
      exec: cpu_physical_memory_set/clear_dirty_range
      exec: split length -> used_length/max_length
      exec: qemu_ram_alloc_resizeable, qemu_ram_resize
      arch_init: support resizing on incoming migration
      memory: API to allocate resizeable RAM MR
      acpi-build: make ROMs RAM blocks resizeable

 hw/lm32/lm32_hwsetup.h  |   3 +-
 include/exec/cpu-all.h  |  12 +++--
 include/exec/memory.h   |  34 ++++++++++++
 include/exec/ram_addr.h |  22 ++++++--
 include/hw/loader.h     |   4 +-
 arch_init.c             |  28 +++++-----
 exec.c                  | 136 +++++++++++++++++++++++++++++++++++++-----------
 hw/core/loader.c        |  18 +++++--
 hw/i386/acpi-build.c    |  19 +++++--
 memory.c                |  33 ++++++++++++
 10 files changed, 249 insertions(+), 60 deletions(-)

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

end of thread, other threads:[~2015-01-10 22:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 13:14 [Qemu-devel] [PULL v2 0/7] pc: resizeable ROM blocks Michael S. Tsirkin
2015-01-08 13:14 ` [Qemu-devel] [PULL v2 1/7] memory: add memory_region_set_size Michael S. Tsirkin
2015-01-08 13:14 ` [Qemu-devel] [PULL v2 2/7] exec: cpu_physical_memory_set/clear_dirty_range Michael S. Tsirkin
2015-01-08 13:18 ` [Qemu-devel] [PULL v2 3/7] exec: split length -> used_length/max_length Michael S. Tsirkin
2015-01-08 13:18 ` [Qemu-devel] [PULL v2 4/7] exec: qemu_ram_alloc_resizeable, qemu_ram_resize Michael S. Tsirkin
2015-01-08 13:18 ` [Qemu-devel] [PULL v2 5/7] arch_init: support resizing on incoming migration Michael S. Tsirkin
2015-01-08 13:18 ` [Qemu-devel] [PULL v2 6/7] memory: API to allocate resizeable RAM MR Michael S. Tsirkin
2015-01-08 14:58 ` [Qemu-devel] [PULL v2 7/7] acpi-build: make ROMs RAM blocks resizeable Michael S. Tsirkin
2015-01-10 22:28 ` [Qemu-devel] [PULL v2 0/7] pc: resizeable ROM blocks 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).