All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Port LSI SCSI to vmstate
@ 2009-10-20 15:59 Juan Quintela
  2009-10-20 15:59 ` [Qemu-devel] [PATCH 1/2] vmstate: Add VMSTATE_BUFFER_UNSAFE Juan Quintela
  2009-10-20 15:59 ` [Qemu-devel] [PATCH 2/2] lsi_scsi: port to vmstate Juan Quintela
  0 siblings, 2 replies; 3+ messages in thread
From: Juan Quintela @ 2009-10-20 15:59 UTC (permalink / raw)
  To: qemu-devel

It just needs to be able to transmit uint32_t as buffers.
I tried to change code to UINT32_ARRAY, but then we broke backwards
compatibilty.

Later, Juan.

Juan Quintela (2):
  vmstate: Add VMSTATE_BUFFER_UNSAFE
  lsi_scsi: port to vmstate

 hw/hw.h         |    9 ++
 hw/lsi53c895a.c |  242 +++++++++++++++++++------------------------------------
 2 files changed, 92 insertions(+), 159 deletions(-)

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

end of thread, other threads:[~2009-10-20 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20 15:59 [Qemu-devel] [PATCH 0/2] Port LSI SCSI to vmstate Juan Quintela
2009-10-20 15:59 ` [Qemu-devel] [PATCH 1/2] vmstate: Add VMSTATE_BUFFER_UNSAFE Juan Quintela
2009-10-20 15:59 ` [Qemu-devel] [PATCH 2/2] lsi_scsi: port to vmstate Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.