index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
block migration: Fix outgoing progress output
Jan Kiszka
1
-24
/
+30
2009-12-03
live migration: Propagate output monitor to callback handler
Jan Kiszka
11
-59
/
+73
2009-12-03
block migration: Report overall migration progress
Jan Kiszka
1
-16
/
+30
2009-12-03
live migration: Allow cleanup after cancellation or error
Jan Kiszka
5
-8
/
+54
2009-12-03
ram migration: Stop loading on error
Jan Kiszka
1
-1
/
+5
2009-12-03
block migration: Add error handling/propagation
Jan Kiszka
1
-16
/
+41
2009-12-03
block migration: Consolidate block transmission
Jan Kiszka
1
-65
/
+39
2009-12-03
block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk
Jan Kiszka
1
-99
/
+50
2009-12-03
block migration: Clean up use of total_sectors
Jan Kiszka
1
-3
/
+3
2009-12-03
block migration: Initialize remaining BlkMigState fields
Jan Kiszka
1
-0
/
+5
2009-12-03
block migration: Switch device and block lists to QSIMPLEQ
Jan Kiszka
1
-35
/
+22
2009-12-03
Import a simple queue implementation from NetBSD
Pierre Riteau
1
-4
/
+105
2009-12-03
block migration: Drop dead code
Jan Kiszka
2
-25
/
+1
2009-12-03
block migration: Avoid indirection of block_mig_state
Jan Kiszka
1
-47
/
+44
2009-12-03
block migration: Avoid large stack buffer
Jan Kiszka
1
-5
/
+9
2009-12-03
block migration: Cleanup dirty tracking code
Jan Kiszka
2
-22
/
+25
2009-12-03
block migration: Rework constants API
Jan Kiszka
3
-72
/
+58
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
4
-241
/
+212
2009-12-03
migration: Catch multiple start commands
Jan Kiszka
1
-1
/
+7
2009-12-03
migration: Fix use of file after release
Jan Kiszka
1
-3
/
+3
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
26
-37
/
+60
2009-12-03
qdev: enable vmstate_unregister() support
Juan Quintela
1
-2
/
+0
2009-12-03
pci: vmstate_register() already assign consecutive numbers starting at 0
Juan Quintela
1
-3
/
+1
2009-12-03
vmstate: Add support for multiplying size for a constant
Juan Quintela
2
-0
/
+19
2009-12-03
vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8
Juan Quintela
1
-10
/
+0
2009-12-03
vmstate: Introduce UINT16_TEST support
Juan Quintela
1
-0
/
+3
2009-12-03
vmstate: Introduce VMSTATE_STRUCT_POINTER_TEST
Juan Quintela
1
-6
/
+10
2009-12-03
vmstate: Introduce VMSTATE_STRUCT_TEST
Juan Quintela
1
-7
/
+11
2009-12-03
vmstate: Add support for VBUFFERS
Juan Quintela
2
-6
/
+34
2009-12-03
vmstate: fix missing ARRAY_OF_POINTERS support on save state
Juan Quintela
1
-0
/
+3
2009-12-03
vmstate: Fix info field of VMSTATE_MACADDR
Jan Kiszka
1
-1
/
+1
2009-12-03
vmstate: Avoid seeking
Jan Kiszka
1
-3
/
+17
2009-12-03
lsi53c895a: Implement IRQ on reselection
Laszlo Ast
1
-3
/
+40
2009-12-03
lsi53c895a: Use alternative address when already reselected
Laszlo Ast
1
-2
/
+3
2009-12-03
lsi53c895a: Fix SDID in SELECT ID command
Laszlo Ast
1
-1
/
+1
2009-12-03
lsi53c895a: Fix message code of DISCONNECT
Laszlo Ast
1
-1
/
+1
2009-12-03
lsi53c895a: Add support for LSI53C700 Family Compatibility bit
Laszlo Ast
1
-0
/
+4
2009-12-03
lsi53c895a: Whitespace and typo fixes
Laszlo Ast
1
-5
/
+5
2009-12-03
scsi: add read/write 16 commands.
Gerd Hoffmann
3
-2
/
+15
2009-12-03
scsi-disk: restruct emulation: VERIFY
Gerd Hoffmann
1
-3
/
+3
2009-12-03
scsi-disk: restruct emulation: REPORT_LUNS
Gerd Hoffmann
3
-8
/
+10
2009-12-03
scsi-disk: restruct emulation: SERVICE_ACTION_IN
Gerd Hoffmann
3
-35
/
+34
2009-12-03
scsi-disk: restruct emulation: GET_CONFIGURATION
Gerd Hoffmann
3
-8
/
+10
2009-12-03
scsi-disk: restruct emulation: READ_TOC
Gerd Hoffmann
1
-38
/
+42
2009-12-03
scsi-disk: restruct emulation: SYNCHRONIZE_CACHE
Gerd Hoffmann
1
-4
/
+4
2009-12-03
scsi-disk: restruct emulation: READ_CAPACITY
Gerd Hoffmann
1
-28
/
+27
2009-12-03
scsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
Gerd Hoffmann
1
-4
/
+4
2009-12-03
scsi-disk: restruct emulation: START_STOP
Gerd Hoffmann
1
-7
/
+7
2009-12-03
scsi-disk: restruct emulation: MODE_SENSE
Gerd Hoffmann
1
-152
/
+183
2009-12-03
scsi-disk: restruct emulation: RESERVE+RELEASE
Gerd Hoffmann
1
-20
/
+20
[next]