aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '40ff6d7e8dceca227e7f8a3e8e0d58b2c66d19b4' into upstream-mergeAvi Kivity2009-12-0728-75/+277
|\
| * Don't leak file descriptorsKevin Wolf2009-12-0320-34/+178
| * qemu-img: There is more than one host device driverKevin Wolf2009-12-033-2/+9
| * qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
| * qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
| * virtio-blk: Implement rerror optionKevin Wolf2009-12-032-6/+9
| * ide: Implement rerror optionKevin Wolf2009-12-033-18/+39
* | Merge commit 'e9b2e81889d9877415710484b876ee57a42b0bcb' into upstream-mergeAvi Kivity2009-12-07100-4002/+5614
|\|
| * Introduce rerror option for drivesKevin Wolf2009-12-033-19/+44
| * Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-035-8/+16
| * ram migration: Properly reset statisticsJan Kiszka2009-12-031-1/+3
| * qemu-opts: Release id on deletionJan Kiszka2009-12-031-1/+2
| * live migration: Serialize vmstate saving in stage 2Jan Kiszka2009-12-031-1/+8
| * block migration: Skip zero-sized disksJan Kiszka2009-12-031-2/+8
| * block migration: Increase dirty chunk size to 1MJan Kiszka2009-12-031-1/+1
| * block migration: Add support for restore progress reportingJan Kiszka2009-12-031-8/+22
| * block migration: Report progress also via info migrationJan Kiszka2009-12-033-0/+45
| * block migration: Fix outgoing progress outputJan Kiszka2009-12-031-24/+30
| * live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-0311-59/+73
| * block migration: Report overall migration progressJan Kiszka2009-12-031-16/+30
| * live migration: Allow cleanup after cancellation or errorJan Kiszka2009-12-035-8/+54
| * ram migration: Stop loading on errorJan Kiszka2009-12-031-1/+5
| * block migration: Add error handling/propagationJan Kiszka2009-12-031-16/+41
| * block migration: Consolidate block transmissionJan Kiszka2009-12-031-65/+39
| * block migration: Consolidate mig_read_device_bulk into mig_save_device_bulkJan Kiszka2009-12-031-99/+50
| * block migration: Clean up use of total_sectorsJan Kiszka2009-12-031-3/+3
| * block migration: Initialize remaining BlkMigState fieldsJan Kiszka2009-12-031-0/+5
| * block migration: Switch device and block lists to QSIMPLEQJan Kiszka2009-12-031-35/+22
| * Import a simple queue implementation from NetBSDPierre Riteau2009-12-031-4/+105
| * block migration: Drop dead codeJan Kiszka2009-12-032-25/+1
| * block migration: Avoid indirection of block_mig_stateJan Kiszka2009-12-031-47/+44
| * block migration: Avoid large stack bufferJan Kiszka2009-12-031-5/+9
| * block migration: Cleanup dirty tracking codeJan Kiszka2009-12-032-22/+25
| * block migration: Rework constants APIJan Kiszka2009-12-033-72/+58
| * block migration: Fix coding style and whitespacesJan Kiszka2009-12-034-241/+212
| * migration: Catch multiple start commandsJan Kiszka2009-12-031-1/+7
| * migration: Fix use of file after releaseJan Kiszka2009-12-031-3/+3
| * savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-0326-37/+60
| * qdev: enable vmstate_unregister() supportJuan Quintela2009-12-031-2/+0
| * pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela2009-12-031-3/+1
| * vmstate: Add support for multiplying size for a constantJuan Quintela2009-12-032-0/+19
| * vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8Juan Quintela2009-12-031-10/+0
| * vmstate: Introduce UINT16_TEST supportJuan Quintela2009-12-031-0/+3
| * vmstate: Introduce VMSTATE_STRUCT_POINTER_TESTJuan Quintela2009-12-031-6/+10
| * vmstate: Introduce VMSTATE_STRUCT_TESTJuan Quintela2009-12-031-7/+11
| * vmstate: Add support for VBUFFERSJuan Quintela2009-12-032-6/+34
| * vmstate: fix missing ARRAY_OF_POINTERS support on save stateJuan Quintela2009-12-031-0/+3
| * vmstate: Fix info field of VMSTATE_MACADDRJan Kiszka2009-12-031-1/+1
| * vmstate: Avoid seekingJan Kiszka2009-12-031-3/+17
| * lsi53c895a: Implement IRQ on reselectionLaszlo Ast2009-12-031-3/+40