Sign in
qemu
/
qemu
/
6504a93011138458a2e4f67b513c5a77bdb3cae1
/
arch_init.c
38aea17
Merge remote-tracking branch 'pmaydell/configury.next' into staging
by Anthony Liguori
· 12 years ago
c02a955
build: drop TARGET_TYPE
by Paolo Bonzini
· 12 years ago
2e59915
main: use TARGET_ARCH only for the target-specific #define
by Paolo Bonzini
· 12 years ago
ebc85e3
smbios: Clean up smbios_add_field() parameters
by Markus Armbruster
· 12 years ago
5bb95e4
smbios: Convert to error_report()
by Markus Armbruster
· 12 years ago
1d67136
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
by Paolo Bonzini
· 12 years ago
f81222b
audio: look for the ISA and PCI buses
by Paolo Bonzini
· 12 years ago
ffa48cf
audio: remove HAS_AUDIO
by Paolo Bonzini
· 12 years ago
36cd6f6
audio: remove the need for audio card CONFIG_* symbols
by Paolo Bonzini
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
0445259
acpi: move declarations from pc.h to acpi.h
by Michael S. Tsirkin
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
2308432
like acpi_table_install(), acpi_table_add() should propagate Errors
by Laszlo Ersek
· 12 years ago
0c764a9
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
by Laszlo Ersek
· 12 years ago
4d8b3c6
strip some whitespace
by Laszlo Ersek
· 12 years ago
500f006
Use qemu_put_buffer_async for guest memory pages
by Orit Wasserman
· 12 years ago
5cc11c4
migration: use XBZRLE only after bulk stage
by Peter Lieven
· 12 years ago
70c8652
migration: do not search dirty pages in bulk stage
by Peter Lieven
· 12 years ago
f1c7279
migration: do not sent zero pages in bulk stage
by Peter Lieven
· 12 years ago
78d07ae
migration: add an indicator for bulk state of ram migration
by Peter Lieven
· 12 years ago
3edcd7e
migration: search for zero instead of dup pages
by Peter Lieven
· 12 years ago
c61ca00
move vector definitions to qemu-common.h
by Peter Lieven
· 12 years ago
d15a9c2
Add top level changes for moxie
by Anthony Green
· 12 years ago
ee0b44a
page_cache: dup memory on insert
by Peter Lieven
· 12 years ago
9b09503
migration: run setup callbacks out of big lock
by Paolo Bonzini
· 12 years ago
32c835b
migration: run pending/iterate callbacks out of big lock
by Paolo Bonzini
· 12 years ago
90f8ae7
migration: calculate expected_downtime
by Juan Quintela
· 12 years ago
1b1fdfe
Allow XBZRLE decoding without enabling the capability
by Orit Wasserman
· 12 years ago
9c33948
Protect migration_bitmap_sync() with the ramlist lock
by Paolo Bonzini
· 12 years ago
fb3409d
Unlock ramlist lock also in error case
by Paolo Bonzini
· 12 years ago
b823cea
ram: refactor ram_save_block() return value
by Juan Quintela
· 12 years ago
3f7d7b0
ram: account the amount of transferred ram better
by Juan Quintela
· 12 years ago
4c8ae0f
ram: optimize migration bitmap walking
by Juan Quintela
· 12 years ago
ece7931
ram: Use memory_region_test_and_clear_dirty
by Juan Quintela
· 12 years ago
5f718a1
ram: Add last_sent_block
by Juan Quintela
· 12 years ago
b23a9a5
ram: rename last_block to last_seen_block
by Juan Quintela
· 12 years ago
e4ed154
savevm: New save live migration method: pending
by Juan Quintela
· 12 years ago
b2a8658
protect the ramlist with a separate mutex
by Umesh Deshpande
· 14 years ago
f798b07
add a version number to ram_list
by Umesh Deshpande
· 14 years ago
abb26d6
exec: sort the memory from biggest to smallest
by Paolo Bonzini
· 12 years ago
a316103
exec: change RAM list to a TAILQ
by Paolo Bonzini
· 12 years ago
0d6d3c8
exec: change ramlist from MRU order to a 1-item cache
by Paolo Bonzini
· 12 years ago
244eaa7
migration: fix migration_bitmap leak
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
7fa22f2
net: do not include net.h everywhere
by Paolo Bonzini
· 12 years ago
077805f
janitor: do not rely on indirect inclusions of or from qemu-char.h
by Paolo Bonzini
· 12 years ago
6f99198
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
45e6cee
migration: Fix madvise breakage if host and guest have different page sizes
by David Gibson
· 12 years ago
7ec81e5
Fix off-by-1 error in RAM migration code
by David Gibson
· 12 years ago
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
· 13 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
· 13 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
· 13 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
Next »