Sign in
qemu
/
qemu
/
90c45b30319dee7d4137f18817395454728ea2f9
/
arch_init.c
8d01719
migration: Add dirty_pages_rate to query migrate output
by Juan Quintela
· 13 years ago
c6bf8e0
Separate migration bitmap
by Juan Quintela
· 13 years ago
3c12193
ram: create trace event for migration sync bitmap
by Juan Quintela
· 12 years ago
dd2df73
ram: introduce migration_bitmap_sync()
by Juan Quintela
· 13 years ago
69268cd
ram: Introduce migration_bitmap_test_and_reset_dirty()
by Juan Quintela
· 13 years ago
e44d26c
ram: introduce migration_bitmap_set_dirty()
by Juan Quintela
· 13 years ago
5a17077
savevm: Factorize ram globals reset in its own function
by Juan Quintela
· 13 years ago
2c52ddf
migration: print expected downtime in info migrate
by Juan Quintela
· 13 years ago
c00012f
migration: rename expected_time to expected_downtime
by Juan Quintela
· 13 years ago
79536f4
fix migration sync
by Juan Quintela
· 13 years ago
ba6212d
Eliminate cpus-x86_64.conf file
by Eduardo Habkost
· 12 years ago
55d4fd3
arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs
by Peter Maydell
· 12 years ago
ef37a69
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
by Igor Mitsyanko
· 12 years ago
99afc91
qapi: add 'query-target' command to return target arch
by Daniel P. Berrange
· 13 years ago
ac839cc
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
by Anthony Liguori
· 13 years ago
4f23a1e
unicore32-softmmu: Add unicore32-softmmu build support
by Guan Xuetao
· 13 years ago
dd051c7
Restart optimization on stage3 update version
by Juan Quintela
· 13 years ago
f36d55a
Add XBZRLE statistics
by Orit Wasserman
· 13 years ago
004d4c1
Add migration accounting for normal and duplicate pages
by Orit Wasserman
· 13 years ago
9e1ba4c
Add migrate_set_cache_size command
by Orit Wasserman
· 13 years ago
17ad9b3
Add XBZRLE to ram_save_block and ram_save_live
by Orit Wasserman
· 13 years ago
c8057f9
Support 'help' as a synonym for '?' in command line options
by Peter Maydell
· 13 years ago
e6a7671
Merge commit 'quintela/migration-next-v5' into staging
by Anthony Liguori
· 13 years ago
e67db06
target-or32: Add target stubs and QOM cpu
by Jia Liu
· 13 years ago
6c779f2
Change ram_save_block to return -1 if there are no more changes
by Orit Wasserman
· 13 years ago
6d2fe81
ram: save_live_setup() we don't need to synchronize the dirty bitmap.
by Juan Quintela
· 13 years ago
00d94f3
ram: iterate phase
by Juan Quintela
· 13 years ago
b81e712
ram: save_live_complete() only do one loop
by Juan Quintela
· 13 years ago
5910d1e
ram: save_live_setup() don't need to sent pages
by Juan Quintela
· 13 years ago
16310a3
savevm: split save_live into stage2 and stage3
by Juan Quintela
· 13 years ago
d1315aa
savevm: split save_live_setup from save_live_state
by Juan Quintela
· 13 years ago
9b5bfab
savevm: Refactor cancel operation in its own operation
by Juan Quintela
· 13 years ago
7908c78
savevm: Live migration handlers register the struct directly
by Juan Quintela
· 13 years ago
45f33f0
Maintain the number of dirty pages
by Juan Quintela
· 13 years ago
4508bd9
Exit loop if we have been there too long
by Juan Quintela
· 13 years ago
5b3c963
Only calculate expected_time for stage 2
by Juan Quintela
· 13 years ago
8e21cd3
Add migration_end function
by Orit Wasserman
· 13 years ago
3a697f6
Add debugging infrastructure
by Orit Wasserman
· 13 years ago
0c51f43
Add save_block_hdr function
by Orit Wasserman
· 13 years ago
0ff1f9f
Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE
by Orit Wasserman
· 13 years ago
f283edc
arch_init: Fix AltiVec build on Darwin/ppc
by Andreas Färber
· 13 years ago
e2d87bf
move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)
by Eduardo Habkost
· 13 years ago
f29a561
implement -no-user-config command-line option (v3)
by Eduardo Habkost
· 13 years ago
756557d
move list of default config files to an array
by Eduardo Habkost
· 13 years ago
c8262a4
eliminate arch_config_name variable
by Eduardo Habkost
· 13 years ago
b5a8fe5
move code to read default config files to a separate function (v2)
by Eduardo Habkost
· 13 years ago
da12872
pcspk: initialize PC speaker if compiled in
by Hervé Poussineau
· 13 years ago
539de12
Purge migration of (almost) everything to do with monitors
by Luiz Capitulino
· 13 years ago
302fe51
pcspk: Convert to qdev
by Jan Kiszka
· 13 years ago
cd7a45c
memory: change dirty getting API to take a size
by Blue Swirl
· 13 years ago
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
8600361
vectorize is_dup_page
by Paolo Bonzini
· 13 years ago
8f77558
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
by Avi Kivity
· 13 years ago
dc94a7e
Convert ram_load() to the memory API
by Avi Kivity
· 13 years ago
f09f218
Remove support for version 3 ram_load
by Avi Kivity
· 13 years ago
8fec98b
Sort RAMBlocks by ID for migration, not by ram_addr
by Avi Kivity
· 13 years ago
71c510e
Switch ram_save to the memory API
by Avi Kivity
· 13 years ago
f3c6a16
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
by Anthony Liguori
· 13 years ago
4a0f031
audio: remove unused parameter isa_pic
by Hervé Poussineau
· 13 years ago
48a18b3
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
by Hervé Poussineau
· 13 years ago
86e775c
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
by Avi Kivity
· 13 years ago
2975725
migration: make *save_live return errors
by Juan Quintela
· 13 years ago
42802d4
migration: use qemu_file_get_error() return value when possible
by Juan Quintela
· 13 years ago
624b9cc
migration: rename qemu_file_has_error to qemu_file_get_error
by Juan Quintela
· 13 years ago
dcd1d22
migration: change has_error to contain errno values
by Juan Quintela
· 13 years ago
74e26c1
core: remove qemu_service_io
by Frediano Ziglio
· 13 years ago
2328826
target-xtensa: add target stubs
by Max Filippov
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
303d4e8
Introduce -machine command option.
by Anthony PERARD
· 14 years ago
81ea0e1
LatticeMico32 target support
by Michael Walle
· 14 years ago
0dfa5ef
audio: consolidate audio_init()
by Isaku Yamahata
· 14 years ago
b2e0a13
migration: stable ram block ordering
by Michael S. Tsirkin
· 14 years ago
4f25ac5
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
d61a4ce
Add Intel HD Audio support to qemu.
by Gerd Hoffmann
· 14 years ago
492fb99
migration: don't segfault on invalid input
by Michael S. Tsirkin
· 14 years ago
e78815a
Introduce qemu_madvise()
by Andreas Färber
· 14 years ago
d20878d
arch_init: replace tabs by spaces.
by Yoshiaki Tamura
· 15 years ago
760e77e
savevm: Reset last block info at beginning of each save
by Alex Williamson
· 15 years ago
fb787f8
ramblocks: No more being lazy about duplicate names
by Alex Williamson
· 15 years ago
a55bbe3
savevm: Create a new continue flag to avoid resending block name
by Alex Williamson
· 15 years ago
e44359c
savevm: Use RAM blocks for basis of migration
by Alex Williamson
· 15 years ago
97ab12d
savevm: Migrate RAM based on name/offset
by Alex Williamson
· 15 years ago
d17b528
Remove uses of ram.last_offset (aka last_ram_offset)
by Alex Williamson
· 15 years ago
f471a17
ram_blocks: Convert to a QLIST
by Alex Williamson
· 15 years ago
3fc250b
migration: Fix calculation of bytes_transferred
by Pierre Riteau
· 15 years ago
1c47cb1
Add missing #include needed for madvise() on OpenBSD
by Blue Swirl
· 15 years ago
ad96090
Refactor target specific handling, compile vl.c only once
by Blue Swirl
· 15 years ago