summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Introduce rerror option for drivesKevin Wolf3-19/+44
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf5-8/+16
2009-12-03ram migration: Properly reset statisticsJan Kiszka1-1/+3
2009-12-03qemu-opts: Release id on deletionJan Kiszka1-1/+2
2009-12-03live migration: Serialize vmstate saving in stage 2Jan Kiszka1-1/+8
2009-12-03block migration: Skip zero-sized disksJan Kiszka1-2/+8
2009-12-03block migration: Increase dirty chunk size to 1MJan Kiszka1-1/+1
2009-12-03block migration: Add support for restore progress reportingJan Kiszka1-8/+22
2009-12-03block migration: Report progress also via info migrationJan Kiszka3-0/+45
2009-12-03block migration: Fix outgoing progress outputJan Kiszka1-24/+30
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka11-59/+73
2009-12-03block migration: Report overall migration progressJan Kiszka1-16/+30
2009-12-03live migration: Allow cleanup after cancellation or errorJan Kiszka5-8/+54
2009-12-03ram migration: Stop loading on errorJan Kiszka1-1/+5
2009-12-03block migration: Add error handling/propagationJan Kiszka1-16/+41
2009-12-03block migration: Consolidate block transmissionJan Kiszka1-65/+39
2009-12-03block migration: Consolidate mig_read_device_bulk into mig_save_device_bulkJan Kiszka1-99/+50
2009-12-03block migration: Clean up use of total_sectorsJan Kiszka1-3/+3
2009-12-03block migration: Initialize remaining BlkMigState fieldsJan Kiszka1-0/+5
2009-12-03block migration: Switch device and block lists to QSIMPLEQJan Kiszka1-35/+22
2009-12-03Import a simple queue implementation from NetBSDPierre Riteau1-4/+105
2009-12-03block migration: Drop dead codeJan Kiszka2-25/+1
2009-12-03block migration: Avoid indirection of block_mig_stateJan Kiszka1-47/+44
2009-12-03block migration: Avoid large stack bufferJan Kiszka1-5/+9
2009-12-03block migration: Cleanup dirty tracking codeJan Kiszka2-22/+25
2009-12-03block migration: Rework constants APIJan Kiszka3-72/+58
2009-12-03block migration: Fix coding style and whitespacesJan Kiszka4-241/+212
2009-12-03migration: Catch multiple start commandsJan Kiszka1-1/+7
2009-12-03migration: Fix use of file after releaseJan Kiszka1-3/+3
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela26-37/+60
2009-12-03qdev: enable vmstate_unregister() supportJuan Quintela1-2/+0
2009-12-03pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela1-3/+1
2009-12-03vmstate: Add support for multiplying size for a constantJuan Quintela2-0/+19
2009-12-03vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8Juan Quintela1-10/+0
2009-12-03vmstate: Introduce UINT16_TEST supportJuan Quintela1-0/+3
2009-12-03vmstate: Introduce VMSTATE_STRUCT_POINTER_TESTJuan Quintela1-6/+10
2009-12-03vmstate: Introduce VMSTATE_STRUCT_TESTJuan Quintela1-7/+11
2009-12-03vmstate: Add support for VBUFFERSJuan Quintela2-6/+34
2009-12-03vmstate: fix missing ARRAY_OF_POINTERS support on save stateJuan Quintela1-0/+3
2009-12-03vmstate: Fix info field of VMSTATE_MACADDRJan Kiszka1-1/+1
2009-12-03vmstate: Avoid seekingJan Kiszka1-3/+17
2009-12-03lsi53c895a: Implement IRQ on reselectionLaszlo Ast1-3/+40
2009-12-03lsi53c895a: Use alternative address when already reselectedLaszlo Ast1-2/+3
2009-12-03lsi53c895a: Fix SDID in SELECT ID commandLaszlo Ast1-1/+1
2009-12-03lsi53c895a: Fix message code of DISCONNECTLaszlo Ast1-1/+1
2009-12-03lsi53c895a: Add support for LSI53C700 Family Compatibility bitLaszlo Ast1-0/+4
2009-12-03lsi53c895a: Whitespace and typo fixesLaszlo Ast1-5/+5
2009-12-03scsi: add read/write 16 commands.Gerd Hoffmann3-2/+15
2009-12-03scsi-disk: restruct emulation: VERIFYGerd Hoffmann1-3/+3
2009-12-03scsi-disk: restruct emulation: REPORT_LUNSGerd Hoffmann3-8/+10