index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
migration:fix free XBZRLE decoded_buf wrong
Gonglei (Arei)
1
-10
/
+12
2014-02-04
Add check for cache size smaller than page size
Orit Wasserman
1
-0
/
+4
2014-02-04
Set xbzrle buffers to NULL after freeing them to avoid double free errors
Orit Wasserman
1
-0
/
+3
2014-01-13
migration: synchronize memory bitmap 64bits at a time
Juan Quintela
1
-9
/
+29
2014-01-13
ram: split function that synchronizes a range
Juan Quintela
1
-14
/
+20
2014-01-13
memory: unfold memory_region_test_and_clear()
Juan Quintela
1
-3
/
+7
2013-11-19
migration: drop MADVISE_DONT_NEED for incoming zero pages
Peter Lieven
1
-8
/
+0
2013-09-30
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-7
/
+2
2013-09-28
smbios: Make multiple -smbios type= accumulate sanely
Markus Armbruster
1
-3
/
+0
2013-09-28
smbios: Convert to QemuOpts
Markus Armbruster
1
-2
/
+2
2013-09-28
smbios: Normalize smbios_entry_add()'s error handling to exit(1)
Markus Armbruster
1
-3
/
+1
2013-09-24
migration: ram_handle_compressed
Isaku Yamahata
1
-5
/
+6
2013-09-24
arch_init: make is_zero_page accept size
Isaku Yamahata
1
-5
/
+4
2013-09-24
arch_init: right return for ram_save_iterate
Lei Li
1
-5
/
+10
2013-09-03
cpu: Replace qemu_for_each_cpu()
Andreas Färber
1
-6
/
+5
2013-08-29
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
Anthony Liguori
1
-1
/
+2
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-6
/
+6
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-6
/
+6
2013-08-21
arch_init: align MR size to target page size
Michael S. Tsirkin
1
-1
/
+2
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
1
-2
/
+2
2013-07-23
rdma: send pc.ram
Michael R. Hines
1
-1
/
+32
2013-07-23
rdma: introduce ram_handle_compressed()
Michael R. Hines
1
-10
/
+19
2013-07-12
Force auto-convegence of live migration
Chegu Vinod
1
-0
/
+81
2013-07-01
Graphics: Switch to 800x600x32 as default mode
Alexander Graf
1
-1
/
+1
2013-06-28
arch_init: Fix format string by using RAM_ADDR_FMT
Stefan Weil
1
-2
/
+3
2013-06-27
rdma: introduce qemu_update_position()
Michael R. Hines
1
-0
/
+12
2013-06-27
migration: do not overwrite zero pages
Peter Lieven
1
-6
/
+8
2013-06-27
Revert "migration: do not sent zero pages in bulk stage"
Peter Lieven
1
-9
/
+4
2013-06-27
arch_init/ram_load: add error message for block length mismatch
Alon Levy
1
-0
/
+3
2013-06-17
Merge remote-tracking branch 'pmaydell/configury.next' into staging
Anthony Liguori
1
-2
/
+2
2013-06-14
build: drop TARGET_TYPE
Paolo Bonzini
1
-1
/
+1
2013-06-14
main: use TARGET_ARCH only for the target-specific #define
Paolo Bonzini
1
-1
/
+1
2013-06-14
smbios: Clean up smbios_add_field() parameters
Markus Armbruster
1
-1
/
+1
2013-06-14
smbios: Convert to error_report()
Markus Armbruster
1
-1
/
+0
2013-05-24
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
Paolo Bonzini
1
-1
/
+1
2013-04-29
audio: look for the ISA and PCI buses
Paolo Bonzini
1
-5
/
+11
2013-04-29
audio: remove HAS_AUDIO
Paolo Bonzini
1
-18
/
+0
2013-04-29
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
1
-97
/
+31
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-1
/
+0
2013-04-15
acpi: move declarations from pc.h to acpi.h
Michael S. Tsirkin
1
-0
/
+1
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-4
/
+4
2013-04-04
like acpi_table_install(), acpi_table_add() should propagate Errors
Laszlo Ersek
1
-2
/
+7
2013-04-04
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
Laszlo Ersek
1
-2
/
+2
2013-04-04
strip some whitespace
Laszlo Ersek
1
-1
/
+1
2013-03-26
Use qemu_put_buffer_async for guest memory pages
Orit Wasserman
1
-1
/
+1
2013-03-26
migration: use XBZRLE only after bulk stage
Peter Lieven
1
-1
/
+1
2013-03-26
migration: do not search dirty pages in bulk stage
Peter Lieven
1
-1
/
+7
2013-03-26
migration: do not sent zero pages in bulk stage
Peter Lieven
1
-4
/
+20
2013-03-26
migration: add an indicator for bulk state of ram migration
Peter Lieven
1
-0
/
+3
2013-03-26
migration: search for zero instead of dup pages
Peter Lieven
1
-15
/
+6
[prev]
[next]