index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
live migration: Allow cleanup after cancellation or error
Jan Kiszka
2009-12-03
5
-8
/
+54
*
ram migration: Stop loading on error
Jan Kiszka
2009-12-03
1
-1
/
+5
*
block migration: Add error handling/propagation
Jan Kiszka
2009-12-03
1
-16
/
+41
*
block migration: Consolidate block transmission
Jan Kiszka
2009-12-03
1
-65
/
+39
*
block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk
Jan Kiszka
2009-12-03
1
-99
/
+50
*
block migration: Clean up use of total_sectors
Jan Kiszka
2009-12-03
1
-3
/
+3
*
block migration: Initialize remaining BlkMigState fields
Jan Kiszka
2009-12-03
1
-0
/
+5
*
block migration: Switch device and block lists to QSIMPLEQ
Jan Kiszka
2009-12-03
1
-35
/
+22
*
Import a simple queue implementation from NetBSD
Pierre Riteau
2009-12-03
1
-4
/
+105
*
block migration: Drop dead code
Jan Kiszka
2009-12-03
2
-25
/
+1
*
block migration: Avoid indirection of block_mig_state
Jan Kiszka
2009-12-03
1
-47
/
+44
*
block migration: Avoid large stack buffer
Jan Kiszka
2009-12-03
1
-5
/
+9
*
block migration: Cleanup dirty tracking code
Jan Kiszka
2009-12-03
2
-22
/
+25
*
block migration: Rework constants API
Jan Kiszka
2009-12-03
3
-72
/
+58
*
block migration: Fix coding style and whitespaces
Jan Kiszka
2009-12-03
4
-241
/
+212
*
migration: Catch multiple start commands
Jan Kiszka
2009-12-03
1
-1
/
+7
*
migration: Fix use of file after release
Jan Kiszka
2009-12-03
1
-3
/
+3
*
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
26
-37
/
+60
*
qdev: enable vmstate_unregister() support
Juan Quintela
2009-12-03
1
-2
/
+0
*
pci: vmstate_register() already assign consecutive numbers starting at 0
Juan Quintela
2009-12-03
1
-3
/
+1
*
vmstate: Add support for multiplying size for a constant
Juan Quintela
2009-12-03
2
-0
/
+19
*
vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8
Juan Quintela
2009-12-03
1
-10
/
+0
*
vmstate: Introduce UINT16_TEST support
Juan Quintela
2009-12-03
1
-0
/
+3
*
vmstate: Introduce VMSTATE_STRUCT_POINTER_TEST
Juan Quintela
2009-12-03
1
-6
/
+10
*
vmstate: Introduce VMSTATE_STRUCT_TEST
Juan Quintela
2009-12-03
1
-7
/
+11
*
vmstate: Add support for VBUFFERS
Juan Quintela
2009-12-03
2
-6
/
+34
*
vmstate: fix missing ARRAY_OF_POINTERS support on save state
Juan Quintela
2009-12-03
1
-0
/
+3
*
vmstate: Fix info field of VMSTATE_MACADDR
Jan Kiszka
2009-12-03
1
-1
/
+1
*
vmstate: Avoid seeking
Jan Kiszka
2009-12-03
1
-3
/
+17
*
lsi53c895a: Implement IRQ on reselection
Laszlo Ast
2009-12-03
1
-3
/
+40
*
lsi53c895a: Use alternative address when already reselected
Laszlo Ast
2009-12-03
1
-2
/
+3
*
lsi53c895a: Fix SDID in SELECT ID command
Laszlo Ast
2009-12-03
1
-1
/
+1
*
lsi53c895a: Fix message code of DISCONNECT
Laszlo Ast
2009-12-03
1
-1
/
+1
*
lsi53c895a: Add support for LSI53C700 Family Compatibility bit
Laszlo Ast
2009-12-03
1
-0
/
+4
*
lsi53c895a: Whitespace and typo fixes
Laszlo Ast
2009-12-03
1
-5
/
+5
*
scsi: add read/write 16 commands.
Gerd Hoffmann
2009-12-03
3
-2
/
+15
*
scsi-disk: restruct emulation: VERIFY
Gerd Hoffmann
2009-12-03
1
-3
/
+3
*
scsi-disk: restruct emulation: REPORT_LUNS
Gerd Hoffmann
2009-12-03
3
-8
/
+10
*
scsi-disk: restruct emulation: SERVICE_ACTION_IN
Gerd Hoffmann
2009-12-03
3
-35
/
+34
*
scsi-disk: restruct emulation: GET_CONFIGURATION
Gerd Hoffmann
2009-12-03
3
-8
/
+10
*
scsi-disk: restruct emulation: READ_TOC
Gerd Hoffmann
2009-12-03
1
-38
/
+42
*
scsi-disk: restruct emulation: SYNCHRONIZE_CACHE
Gerd Hoffmann
2009-12-03
1
-4
/
+4
*
scsi-disk: restruct emulation: READ_CAPACITY
Gerd Hoffmann
2009-12-03
1
-28
/
+27
*
scsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
Gerd Hoffmann
2009-12-03
1
-4
/
+4
*
scsi-disk: restruct emulation: START_STOP
Gerd Hoffmann
2009-12-03
1
-7
/
+7
*
scsi-disk: restruct emulation: MODE_SENSE
Gerd Hoffmann
2009-12-03
1
-152
/
+183
*
scsi-disk: restruct emulation: RESERVE+RELEASE
Gerd Hoffmann
2009-12-03
1
-20
/
+20
*
scsi-disk: restruct emulation: INQUIRY
Gerd Hoffmann
2009-12-03
1
-162
/
+143
*
scsi-disk: restruct emulation: REQUEST_SENSE
Gerd Hoffmann
2009-12-03
1
-19
/
+19
*
scsi-disk: restruct emulation: core + TEST_UNIT_READY.
Gerd Hoffmann
2009-12-03
1
-5
/
+42
[next]