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