qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Port LSI SCSI to vmstate


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/2] Port LSI SCSI to vmstate
Date: Tue, 20 Oct 2009 17:59:19 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]