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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
37
-99
/
+106
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
24
-66
/
+105
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
70
-224
/
+319
2013-03-12
target-cris/helper.c: Update Coding Style
Andreas Färber
1
-197
/
+196
2013-03-12
target-i386: Update VMStateDescription to X86CPU
Andreas Färber
4
-110
/
+113
2013-03-12
cpu: Introduce cpu_class_set_vmsd()
Andreas Färber
1
-0
/
+21
2013-03-12
cpu: Register VMStateDescription through CPUState
Andreas Färber
2
-2
/
+12
2013-03-12
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
Andreas Färber
2
-0
/
+6
2013-03-12
vmstate: Make vmstate_register() static inline
Andreas Färber
2
-9
/
+10
2013-03-12
target-sh4: Move PVR/PRR/CVR into SuperHCPUClass
Andreas Färber
4
-15
/
+22
2013-03-12
target-sh4: Introduce SuperHCPU subclasses
Andreas Färber
3
-85
/
+186
2013-03-12
cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu()
Andreas Färber
1
-8
/
+3
2013-03-12
monitor: Use qemu_get_cpu() in monitor_set_cpu()
Andreas Färber
1
-8
/
+5
2013-03-12
cpu: Fix qemu_get_cpu() to return NULL if CPU not found
Igor Mammedov
1
-1
/
+1
2013-03-11
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
18
-624
/
+402
2013-03-11
arm: fix compilation with CONFIG_FDT
Paolo Bonzini
1
-1
/
+0
2013-03-11
page_cache: dup memory on insert
Peter Lieven
3
-4
/
+4
2013-03-11
page_cache: fix memory leak
Peter Lieven
1
-0
/
+3
2013-03-11
Fix cache_resize to keep old entry age
Orit Wasserman
1
-10
/
+9
2013-03-11
Fix page_cache leak in cache_resize
Orit Wasserman
1
-0
/
+1
2013-03-11
migration: inline migrate_fd_close
Paolo Bonzini
1
-12
/
+2
2013-03-11
migration: eliminate s->migration_file
Paolo Bonzini
6
-56
/
+11
2013-03-11
migration: move contents of migration_close to migrate_fd_cleanup
Paolo Bonzini
1
-10
/
+7
2013-03-11
migration: move rate limiting to QEMUFile
Paolo Bonzini
4
-99
/
+21
2013-03-11
migration: small changes around rate-limiting
Paolo Bonzini
1
-8
/
+11
2013-03-11
migration: use qemu_ftell to compute bandwidth
Paolo Bonzini
1
-1
/
+3
2013-03-11
migration: use QEMUFile for writing outgoing migration data
Paolo Bonzini
6
-90
/
+8
2013-03-11
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
7
-89
/
+21
2013-03-11
qemu-file: simplify and export qemu_ftell
Paolo Bonzini
1
-12
/
+8
2013-03-11
qemu-file: add writable socket QEMUFile
Paolo Bonzini
4
-5
/
+34
2013-03-11
qemu-file: check exit status when closing a pipe QEMUFile
Paolo Bonzini
3
-4
/
+10
2013-03-11
qemu-file: fsync a writable stdio QEMUFile
Paolo Bonzini
1
-0
/
+18
2013-03-11
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
3
-21
/
+12
2013-03-11
migration: use qemu_file_rate_limit consistently
Paolo Bonzini
1
-2
/
+2
2013-03-11
migration: remove useless qemu_file_get_error check
Paolo Bonzini
1
-6
/
+0
2013-03-11
migration: detect error before sleeping
Paolo Bonzini
1
-3
/
+4
2013-03-11
migration: eliminate last_round
Paolo Bonzini
1
-6
/
+5
2013-03-11
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
2
-4
/
+2
2013-03-11
Rename buffered_ to migration_
Juan Quintela
1
-16
/
+16
2013-03-11
migration: yay, buffering is gone
Paolo Bonzini
3
-61
/
+22
2013-03-11
migration: run setup callbacks out of big lock
Paolo Bonzini
5
-7
/
+12
2013-03-11
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
4
-4
/
+52
2013-03-11
migration: reorder SaveVMHandlers members
Paolo Bonzini
1
-3
/
+5
2013-03-11
block-migration: add lock
Paolo Bonzini
2
-3
/
+52
2013-03-11
block-migration: document usage of state across threads
Paolo Bonzini
1
-5
/
+18
2013-03-11
block-migration: small preparatory changes for locking
Paolo Bonzini
1
-11
/
+15
2013-03-11
block-migration: remove variables that are never read
Paolo Bonzini
1
-13
/
+0
2013-03-11
migration: cleanup migration (including thread) in the iothread
Paolo Bonzini
2
-18
/
+21
2013-03-11
migration: prepare to access s->state outside critical sections
Paolo Bonzini
1
-12
/
+21
2013-03-11
migration: add migrate_set_state tracepoint
Kazuya Saito
2
-1
/
+11
[next]