qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] cleanups for compressed dumps (kdumps)
@ 2014-05-20 11:39 Laszlo Ersek
  2014-05-20 11:39 ` [Qemu-devel] [PATCH 3/7] dump: eliminate DumpState.page_shift ("guest's page shift") Laszlo Ersek
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Laszlo Ersek @ 2014-05-20 11:39 UTC (permalink / raw)
  To: qemu-devel, Luiz Capitulino, Qiao Nuohan, Paolo Bonzini,
	Ekaterina Tumanova, Christian Borntraeger, Aneesh Kumar K.V

In March Paolo and Luiz had some comments for upstream qemu while they
were reviewing my downstream port of Qiao Nuohan's compressed
(kdump-format) dump feature. I've finally got around addressing them.

Laszlo Ersek (7):
  dump: fill in the flat header signature more pleasingly to the eye
  dump: simplify write_start_flat_header()
  dump: eliminate DumpState.page_shift ("guest's page shift")
  dump: eliminate DumpState.page_size ("guest's page size")
  dump: select header bitness based on ELF class, not ELF architecture
  dump: hoist lzo_init() from get_len_buf_out() to dump_init()
  dump: simplify get_len_buf_out()

 include/sysemu/dump.h |   8 +--
 dump.c                | 142 ++++++++++++++++++++++----------------------------
 2 files changed, 65 insertions(+), 85 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-05-20 13:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 11:39 [Qemu-devel] [PATCH 0/7] cleanups for compressed dumps (kdumps) Laszlo Ersek
2014-05-20 11:39 ` [Qemu-devel] [PATCH 3/7] dump: eliminate DumpState.page_shift ("guest's page shift") Laszlo Ersek
2014-05-20 11:39 ` [Qemu-devel] [PATCH 4/7] dump: eliminate DumpState.page_size ("guest's page size") Laszlo Ersek
2014-05-20 11:39 ` [Qemu-devel] [PATCH 5/7] dump: select header bitness based on ELF class, not ELF architecture Laszlo Ersek
2014-05-20 11:42 ` [Qemu-devel] [PATCH 6/7] dump: hoist lzo_init() from get_len_buf_out() to dump_init() Laszlo Ersek
2014-05-20 11:42 ` [Qemu-devel] [PATCH 7/7] dump: simplify get_len_buf_out() Laszlo Ersek
2014-05-20 12:56 ` [Qemu-devel] [PATCH 0/7] cleanups for compressed dumps (kdumps) Paolo Bonzini
2014-05-20 13:03   ` Laszlo Ersek

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