index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
savevm: unexport qemu_fflush
Juan Quintela
2012-10-17
2
-2
/
+1
|
*
migration: make migrate_fd_wait_for_unfreeze() return errors
Juan Quintela
2012-10-17
3
-6
/
+11
|
*
buffered_file: make buffered_flush return the error code
Juan Quintela
2012-10-17
1
-9
/
+26
|
*
buffered_file: callers of buffered_flush() already check for errors
Juan Quintela
2012-10-17
1
-7
/
+0
|
*
buffered_file: We can access directly to bandwidth_limit
Juan Quintela
2012-10-17
3
-6
/
+4
|
*
buffered_file: unfold migrate_fd_close
Juan Quintela
2012-10-17
4
-15
/
+6
|
*
buffered_file: unfold migrate_fd_wait_for_unfreeze
Juan Quintela
2012-10-17
4
-9
/
+3
|
*
buffered_file: unfold migrate_fd_put_ready
Juan Quintela
2012-10-17
4
-9
/
+3
|
*
buffered_file: unfold migrate_fd_put_buffer
Juan Quintela
2012-10-17
4
-11
/
+7
|
*
buffered_file: opaque is MigrationState
Juan Quintela
2012-10-17
2
-4
/
+6
|
*
buffered_file: rename opaque to migration_state
Juan Quintela
2012-10-17
1
-6
/
+6
|
*
BufferedFile: append, then flush
Paolo Bonzini
2012-10-17
1
-39
/
+11
|
*
migration: Add dirty_pages_rate to query migrate output
Juan Quintela
2012-10-17
5
-2
/
+31
|
*
Separate migration bitmap
Juan Quintela
2012-10-17
3
-31
/
+43
|
*
ram: create trace event for migration sync bitmap
Juan Quintela
2012-10-17
2
-0
/
+10
|
*
ram: introduce migration_bitmap_sync()
Juan Quintela
2012-10-17
1
-2
/
+8
|
*
ram: Export last_ram_offset()
Juan Quintela
2012-10-17
2
-1
/
+2
|
*
ram: Introduce migration_bitmap_test_and_reset_dirty()
Juan Quintela
2012-10-17
1
-5
/
+14
|
*
ram: introduce migration_bitmap_set_dirty()
Juan Quintela
2012-10-17
1
-7
/
+13
|
*
savevm: Factorize ram globals reset in its own function
Juan Quintela
2012-10-17
1
-3
/
+9
|
*
migration: print expected downtime in info migrate
Juan Quintela
2012-10-17
6
-0
/
+20
|
*
migration: export migrate_get_current()
Juan Quintela
2012-10-17
2
-1
/
+2
|
*
migration: rename expected_time to expected_downtime
Juan Quintela
2012-10-17
1
-10
/
+10
|
*
migration: print total downtime for final phase of migration
Juan Quintela
2012-10-17
5
-2
/
+19
|
*
migration: store end_time in a local variable
Juan Quintela
2012-10-17
1
-1
/
+3
|
*
fix migration sync
Juan Quintela
2012-10-17
1
-0
/
+1
|
*
buffered_file: g_realloc() can't fail
Juan Quintela
2012-10-17
1
-9
/
+1
*
|
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
2012-10-22
21
-471
/
+484
|
\
\
|
*
|
pci: honor PCI_COMMAND_MASTER
Avi Kivity
2012-10-22
2
-2
/
+12
|
*
|
pci: give each device its own address space
Avi Kivity
2012-10-22
2
-0
/
+15
|
*
|
memory: add address_space_destroy()
Avi Kivity
2012-10-22
4
-2
/
+39
|
*
|
dma: make dma access its own address space
Avi Kivity
2012-10-22
3
-23
/
+22
|
*
|
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
6
-71
/
+194
|
*
|
s390: avoid reaching into memory core internals
Avi Kivity
2012-10-22
1
-2
/
+1
|
*
|
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
9
-23
/
+25
|
*
|
memory: move tcg flush into a tcg memory listener
Avi Kivity
2012-10-22
1
-2
/
+6
|
*
|
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
3
-24
/
+7
|
*
|
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
2012-10-22
6
-39
/
+27
|
*
|
xen: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-32
/
+0
|
*
|
kvm: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-30
/
+0
|
*
|
xen_pt: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-45
/
+0
|
*
|
vfio: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-29
/
+0
|
*
|
memory: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-96
/
+0
|
*
|
memory: provide defaults for MemoryListener operations
Avi Kivity
2012-10-15
1
-6
/
+17
|
*
|
memory: maintain a list of address spaces
Avi Kivity
2012-10-15
2
-29
/
+48
|
*
|
memory: export AddressSpace
Avi Kivity
2012-10-15
2
-10
/
+22
|
*
|
memory: prepare AddressSpace for exporting
Avi Kivity
2012-10-15
1
-15
/
+24
|
*
|
xen_pt: use separate MemoryListeners for memory and I/O
Avi Kivity
2012-10-15
2
-1
/
+38
|
*
|
kvm: use separate MemoryListeners for memory and I/O
Avi Kivity
2012-10-15
1
-39
/
+44
|
*
|
vhost: use MemoryListener filtering to only monitor RAM address space
Avi Kivity
2012-10-15
1
-3
/
+2
[prev]
[next]