Sign in
qemu-android
/
qemu-android
/
b604a854e843505007c59d68112c654556102a20
/
arch_init.c
60d8f32
smbios: move smbios code into a common folder
by Wei Huang
· 10 years ago
7205c9e
migration: reduce include files
by Juan Quintela
· 10 years ago
56e93d2
migration: move ram stuff to migration/ram
by Juan Quintela
· 10 years ago
20015f7
migration: move dirty bitmap sync to ram_addr.h
by Stefan Hajnoczi
· 10 years ago
1b93c9a
arch_init: Drop target-x86_64.conf
by Ikey Doherty
· 10 years ago
362ba4e
migration: Fix migration state update issue
by Liang Li
· 10 years ago
27ff42e
migration: avoid divide by zero in xbzrle cache miss rate
by Michael Chapman
· 10 years ago
68ae113
migration: Add the core code for decompression
by Liang Li
· 10 years ago
98f1138
migration: Make compression co-work with xbzrle
by Liang Li
· 10 years ago
20eb617
migration: Add the core code of multi-thread compression
by Liang Li
· 10 years ago
e210242
migration: Split save_zero_page from ram_save_page
by Liang Li
· 10 years ago
3caf633
arch_init: Add and free data struct for decompression
by Liang Li
· 10 years ago
474ddaf
arch_init: Alloc and free data struct for compression
by Liang Li
· 10 years ago
3fcb38c
migration: Add the framework of multi-thread decompression
by Liang Li
· 10 years ago
8706d2d
migration: Add the framework of multi-thread compression
by Liang Li
· 10 years ago
43edc0e
migration: remove last_sent_block from save_page_header
by Juan Quintela
· 10 years ago
f54a235
arch_init: Count the total number of pages by using helper function
by zhanghailiang
· 10 years ago
f6f14c5
rename save_block_hdr to save_page_header
by Juan Quintela
· 10 years ago
73bab2f
save_block_hdr: we can recalculate the cont parameter here
by Juan Quintela
· 10 years ago
f4be0f7
save_xbzrle_page: change calling convention
by Juan Quintela
· 10 years ago
87cf878
ram_save_page: change calling covention
by Juan Quintela
· 10 years ago
0fcd8d3
ram_find_and_save_block: change calling convention
by Juan Quintela
· 10 years ago
6e1dea4
ram: make all save_page functions take a uint64_t parameter
by Juan Quintela
· 10 years ago
c5c6d7f
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging
by Peter Maydell
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
0dc3f44
Convert ram_list to RCU
by Mike Day
· 11 years ago
0d53d9f
exec: convert ram_list to QLIST
by Mike Day
· 10 years ago
ae3a704
cosmetic changes preparing for the following patches
by Mike Day
· 11 years ago
27af7d6
xbzrle: optimize XBZRLE to decrease the cache misses
by ChenLiang
· 10 years ago
b0cc3f8
arch_init: support resizing on incoming migration
by Michael S. Tsirkin
· 10 years ago
9b8424d
exec: split length -> used_length/max_length
by Michael S. Tsirkin
· 10 years ago
6c1b663
migration: static variables will not be reset at second migration
by ChenLiang
· 11 years ago
0be839a
migration: fix parameter validation on ram load
by Michael S. Tsirkin
· 10 years ago
5b0e9dd
migration: catch unknown flag combinations in ram_load
by Peter Lieven
· 11 years ago
32592e1
accel: Remove tcg_available() function
by Eduardo Habkost
· 10 years ago
48e06fe
target-tricore: Add target stubs and qom-cpu
by Bastian Koppelmann
· 10 years ago
a3f1f04
Show length mismatch error is hex
by Alex Bligh
· 11 years ago
db80fac
migration: catch unknown flags in ram_load
by Peter Lieven
· 11 years ago
4380be0
migration: Plug memory leak in migrate-set-cache-size command
by Chen Gang
· 11 years ago
0971f1b
arch_init: replace fprintf(stderr, ...) with error_report()
by Le Tan
· 11 years ago
14bcfdc
Split ram_save_block
by Dr. David Alan Gilbert
· 11 years ago
fb62666
arch_init: Simplify code for load_xbzrle()
by Chen Gang
· 11 years ago
4798fe5
arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
by Chen Gang
· 11 years ago
8bc3923
migration: expose xbzrle cache miss rate
by ChenLiang
· 11 years ago
58570ed
migration: expose the bitmap_sync_count to the end
by ChenLiang
· 11 years ago
71411d3
migration: Add counts of updating the dirty bitmap
by ChenLiang
· 11 years ago
1534ee9
XBZRLE: Fix one XBZRLE corruption issues
by ChenLiang
· 11 years ago
21a246a
migration: remove duplicate code
by ChenLiang
· 11 years ago
d97326e
Init the XBZRLE.lock in ram_mig_init
by Dr. David Alan Gilbert
· 11 years ago
0d6ab3a
Provide init function for ram migration
by Dr. David Alan Gilbert
· 11 years ago
e30d1d8
Count used RAMBlock pages for migration_dirty_pages
by Dr. David Alan Gilbert
· 11 years ago
fd8cec9
XBZRLE: Fix qemu crash when resize the xbzrle cache
by Gonglei
· 11 years ago
6d3cb1f
Fix two XBZRLE corruption issues
by Dr. David Alan Gilbert
· 11 years ago
89db998
Don't abort on memory allocation error
by Orit Wasserman
· 11 years ago
a17b2fd
Don't abort on out of memory when creating page cache
by Orit Wasserman
· 11 years ago
905f26f
migration:fix free XBZRLE decoded_buf wrong
by Gonglei (Arei)
· 11 years ago
c91e681
Add check for cache size smaller than page size
by Orit Wasserman
· 11 years ago
f6c6483
Set xbzrle buffers to NULL after freeing them to avoid double free errors
by Orit Wasserman
· 11 years ago
aa8dc04
migration: synchronize memory bitmap 64bits at a time
by Juan Quintela
· 11 years ago
791fa2a
ram: split function that synchronizes a range
by Juan Quintela
· 11 years ago
12291ec
memory: unfold memory_region_test_and_clear()
by Juan Quintela
· 11 years ago
fc1c4a5
migration: drop MADVISE_DONT_NEED for incoming zero pages
by Peter Lieven
· 11 years ago
eb322b8
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
fc3b329
smbios: Make multiple -smbios type= accumulate sanely
by Markus Armbruster
· 12 years ago
4f953d2
smbios: Convert to QemuOpts
by Markus Armbruster
· 12 years ago
351a6a7
smbios: Normalize smbios_entry_add()'s error handling to exit(1)
by Markus Armbruster
· 12 years ago
d613a56
migration: ram_handle_compressed
by Isaku Yamahata
· 11 years ago
dc3c26a
arch_init: make is_zero_page accept size
by Isaku Yamahata
· 11 years ago
6cd0bed
arch_init: right return for ram_save_iterate
by Lei Li
· 11 years ago
38fcbd3
cpu: Replace qemu_for_each_cpu()
by Andreas Färber
· 12 years ago
3e998a7
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
by Anthony Liguori
· 11 years ago
f7ad538
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
0851c9f
arch_init: align MR size to target page size
by Michael S. Tsirkin
· 12 years ago
4a44d85
Convert stderr message calling error_get_pretty() to error_report()
by Seiji Aguchi
· 12 years ago
0033b8b
rdma: send pc.ram
by Michael R. Hines
· 12 years ago
44c3b58
rdma: introduce ram_handle_compressed()
by Michael R. Hines
· 12 years ago
7ca1dfa
Force auto-convegence of live migration
by Chegu Vinod
· 12 years ago
f1ff0e8
Graphics: Switch to 800x600x32 as default mode
by Alexander Graf
· 12 years ago
6bedfe9
arch_init: Fix format string by using RAM_ADDR_FMT
by Stefan Weil
· 12 years ago
2b0ce07
rdma: introduce qemu_update_position()
by Michael R. Hines
· 12 years ago
211ea74
migration: do not overwrite zero pages
by Peter Lieven
· 12 years ago
9ef051e
Revert "migration: do not sent zero pages in bulk stage"
by Peter Lieven
· 12 years ago
87d2f82
arch_init/ram_load: add error message for block length mismatch
by Alon Levy
· 12 years ago
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
Next »