qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Make migration/savevm.c target independent
@ 2017-05-18 15:33 Juan Quintela
  2017-05-18 15:33 ` [Qemu-devel] [PATCH v2 1/2] exec: Create include for target_page_size() Juan Quintela
  2017-05-18 15:33 ` [Qemu-devel] [PATCH v2 2/2] migration: Make savevm.c target independent Juan Quintela
  0 siblings, 2 replies; 4+ messages in thread
From: Juan Quintela @ 2017-05-18 15:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

Changes for v2
- Make copyright notice correct (dave)

Please, review.


[v1]
Only reason that ram.c is compiled by target is because it use
TARGET_PAGE_BITS.  As we already have a function to export
TARGET_PAGE_SIZE, do the same.
After this, we can make it target independent.

Juan Quintela (2):
  exec: Create include for target_page_size()
  migration: Make savevm.c target independent

 Makefile.target            |  2 +-
 exec.c                     | 10 ++++++++++
 include/exec/target_page.h | 21 +++++++++++++++++++++
 include/sysemu/sysemu.h    |  1 -
 migration/Makefile.objs    |  2 +-
 migration/migration.c      |  1 +
 migration/postcopy-ram.c   |  1 +
 migration/savevm.c         | 15 ++++++++-------
 8 files changed, 43 insertions(+), 10 deletions(-)
 create mode 100644 include/exec/target_page.h

-- 
2.9.3

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

end of thread, other threads:[~2017-05-18 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 15:33 [Qemu-devel] [PATCH v2 0/2] Make migration/savevm.c target independent Juan Quintela
2017-05-18 15:33 ` [Qemu-devel] [PATCH v2 1/2] exec: Create include for target_page_size() Juan Quintela
2017-05-18 16:35   ` Dr. David Alan Gilbert
2017-05-18 15:33 ` [Qemu-devel] [PATCH v2 2/2] migration: Make savevm.c target independent Juan Quintela

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).