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
path:
root
/
arch_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Change ram_save_block to return -1 if there are no more changes
Orit Wasserman
2012-07-23
1
-6
/
+20
|
*
ram: save_live_setup() we don't need to synchronize the dirty bitmap.
Juan Quintela
2012-07-20
1
-2
/
+0
|
*
ram: iterate phase
Juan Quintela
2012-07-20
1
-3
/
+7
|
*
ram: save_live_complete() only do one loop
Juan Quintela
2012-07-20
1
-32
/
+0
|
*
ram: save_live_setup() don't need to sent pages
Juan Quintela
2012-07-20
1
-34
/
+0
|
*
savevm: split save_live into stage2 and stage3
Juan Quintela
2012-07-20
1
-17
/
+55
|
*
savevm: split save_live_setup from save_live_state
Juan Quintela
2012-07-20
1
-22
/
+65
|
*
savevm: Refactor cancel operation in its own operation
Juan Quintela
2012-07-20
1
-5
/
+6
|
*
savevm: Live migration handlers register the struct directly
Juan Quintela
2012-07-20
1
-2
/
+7
*
|
target-or32: Add target stubs and QOM cpu
Jia Liu
2012-07-27
1
-0
/
+2
|
/
*
Maintain the number of dirty pages
Juan Quintela
2012-06-29
1
-14
/
+1
*
Exit loop if we have been there too long
Juan Quintela
2012-06-29
1
-0
/
+18
*
Only calculate expected_time for stage 2
Juan Quintela
2012-06-29
1
-5
/
+8
*
Add migration_end function
Orit Wasserman
2012-06-29
1
-1
/
+6
*
Add debugging infrastructure
Orit Wasserman
2012-06-29
1
-6
/
+27
*
Add save_block_hdr function
Orit Wasserman
2012-06-29
1
-12
/
+14
*
Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_...
Orit Wasserman
2012-06-29
1
-0
/
+3
*
arch_init: Fix AltiVec build on Darwin/ppc
Andreas Färber
2012-05-29
1
-0
/
+4
*
move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)
Eduardo Habkost
2012-05-10
1
-0
/
+1
*
implement -no-user-config command-line option (v3)
Eduardo Habkost
2012-05-10
1
-3
/
+8
*
move list of default config files to an array
Eduardo Habkost
2012-05-10
1
-9
/
+16
*
eliminate arch_config_name variable
Eduardo Habkost
2012-05-10
1
-2
/
+1
*
move code to read default config files to a separate function (v2)
Eduardo Habkost
2012-05-10
1
-0
/
+18
*
pcspk: initialize PC speaker if compiled in
Hervé Poussineau
2012-04-15
1
-1
/
+1
*
Purge migration of (almost) everything to do with monitors
Luiz Capitulino
2012-03-15
1
-1
/
+1
*
pcspk: Convert to qdev
Jan Kiszka
2012-02-17
1
-0
/
+1
*
memory: change dirty getting API to take a size
Blue Swirl
2012-02-04
1
-3
/
+4
*
memory: change dirty setting APIs to take a size
Blue Swirl
2012-01-25
1
-1
/
+1
*
vectorize is_dup_page
Paolo Bonzini
2012-01-13
1
-6
/
+22
*
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
2012-01-04
1
-4
/
+3
*
Convert ram_load() to the memory API
Avi Kivity
2012-01-04
1
-2
/
+2
*
Remove support for version 3 ram_load
Avi Kivity
2012-01-04
1
-14
/
+4
*
Sort RAMBlocks by ID for migration, not by ram_addr
Avi Kivity
2012-01-04
1
-6
/
+2
*
Switch ram_save to the memory API
Avi Kivity
2012-01-04
1
-20
/
+14
*
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
2012-01-03
1
-4
/
+2
|
\
|
*
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
Avi Kivity
2011-12-20
1
-4
/
+2
*
|
audio: remove unused parameter isa_pic
Hervé Poussineau
2011-12-20
1
-5
/
+5
*
|
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-12-20
1
-4
/
+4
|
/
*
migration: make *save_live return errors
Juan Quintela
2011-10-20
1
-2
/
+7
*
migration: use qemu_file_get_error() return value when possible
Juan Quintela
2011-10-20
1
-2
/
+4
*
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
2011-10-20
1
-1
/
+1
*
migration: change has_error to contain errno values
Juan Quintela
2011-10-20
1
-1
/
+1
*
core: remove qemu_service_io
Frediano Ziglio
2011-09-23
1
-5
/
+0
*
target-xtensa: add target stubs
Max Filippov
2011-09-10
1
-0
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
Introduce -machine command option.
Anthony PERARD
2011-05-08
1
-0
/
+5
*
LatticeMico32 target support
Michael Walle
2011-03-07
1
-0
/
+2
*
audio: consolidate audio_init()
Isaku Yamahata
2011-01-25
1
-1
/
+34
*
migration: stable ram block ordering
Michael S. Tsirkin
2010-12-02
1
-0
/
+35
*
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
2010-11-01
1
-0
/
+3
|
\
[prev]
[next]