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
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-27
Compile ide/core only once
Blue Swirl
1
-1
/
+1
2010-03-21
Revert "Introduce a default qmp session"
Anthony Liguori
1
-63
/
+0
2010-03-21
Revert "qmp: don't make -qmp disable the default monitor"
Anthony Liguori
1
-11
/
+2
2010-03-21
Revert "Convert atexit users to exit_notifier"
Anthony Liguori
1
-5
/
+2
2010-03-21
Revert "Add exit notifiers"
Anthony Liguori
1
-27
/
+0
2010-03-20
Fix mingw32 build
Blue Swirl
1
-3
/
+14
2010-03-19
Introduce a default qmp session
Anthony Liguori
1
-0
/
+52
2010-03-19
qmp: don't make -qmp disable the default monitor
Anthony Liguori
1
-2
/
+11
2010-03-19
Convert atexit users to exit_notifier
Anthony Liguori
1
-2
/
+5
2010-03-19
Add exit notifiers
Anthony Liguori
1
-0
/
+27
2010-03-19
Handle deleted IOHandlers in a single buffer
Juan Quintela
1
-10
/
+7
2010-03-19
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
1
-2
/
+2
2010-03-19
Convert io handlers to QLIST
Juan Quintela
1
-21
/
+14
2010-03-17
split out qemu-timer.c
Paolo Bonzini
1
-1166
/
+0
2010-03-17
disentangle tcg and deadline calculation
Paolo Bonzini
1
-8
/
+15
2010-03-17
place together more #ifdef CONFIG_IOTHREAD blocks
Paolo Bonzini
1
-41
/
+37
2010-03-17
move vmstate registration of vmstate_timers earlier
Paolo Bonzini
1
-31
/
+31
2010-03-17
new function qemu_icount_delta
Paolo Bonzini
1
-11
/
+18
2010-03-17
add qemu_alarm_pending
Paolo Bonzini
1
-3
/
+8
2010-03-17
add qemu_icount_round
Paolo Bonzini
1
-6
/
+7
2010-03-17
centralize handling of -icount
Paolo Bonzini
1
-14
/
+19
2010-03-17
introduce and use qemu_clock_enable
Paolo Bonzini
1
-2
/
+14
2010-03-17
change qemu_run_timers interface
Paolo Bonzini
1
-10
/
+8
2010-03-17
extract timer handling out of main_loop_wait
Paolo Bonzini
1
-22
/
+25
2010-03-17
remove qemu_rearm_alarm_timer from main loop
Paolo Bonzini
1
-1
/
+7
2010-03-17
tweak qemu_notify_event
Paolo Bonzini
1
-7
/
+3
2010-03-17
do not use qemu_event_increment outside qemu_notify_event
Paolo Bonzini
1
-1
/
+2
2010-03-17
more alarm timer cleanup
Paolo Bonzini
1
-11
/
+18
2010-03-17
only one flag is needed for alarm_timer
Paolo Bonzini
1
-16
/
+15
2010-03-17
fix error in win32_rearm_timer
Paolo Bonzini
1
-1
/
+1
2010-03-17
avoid dubiously clever code in win32_start_timer
Paolo Bonzini
1
-4
/
+2
2010-03-17
Merge remote branch 'markus/qerror' into staging
Anthony Liguori
1
-19
/
+25
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
1
-6
/
+6
2010-03-16
error: Track locations on command line
Markus Armbruster
1
-4
/
+5
2010-03-16
error: Track locations in configuration files
Markus Armbruster
1
-5
/
+9
2010-03-16
error: Include the program name in error messages to stderr
Markus Armbruster
1
-0
/
+2
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-2
/
+2
2010-03-16
error: Simplify error sink setup
Markus Armbruster
1
-1
/
+0
2010-03-16
savevm: Fix -loadvm to report errors to stderr, not the monitor
Markus Armbruster
1
-1
/
+1
2010-03-14
Don't set default monitor when there is a mux'ed one
Jan Kiszka
1
-0
/
+9
2010-03-10
QMP: Really move the RESET event to qemu_system_reset()
Luiz Capitulino
1
-2
/
+1
2010-03-08
QMP: Introduce RTC_CHANGE event
Luiz Capitulino
1
-0
/
+9
2010-03-08
QMP: Drop DEBUG event
Luiz Capitulino
1
-1
/
+0
2010-03-08
QMP: Move RESET event into qemu_system_reset()
Luiz Capitulino
1
-1
/
+2
2010-03-08
QMP: Move STOP event into do_vm_stop()
Luiz Capitulino
1
-1
/
+1
2010-03-04
KVM: Rework VCPU state writeback API
Jan Kiszka
1
-0
/
+29
2010-03-04
Add option to use file backed guest memory
Marcelo Tosatti
1
-0
/
+12
2010-02-22
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-21
/
+102
2010-02-22
Add cpu model configuration support..
john cooper
1
-2
/
+7
2010-02-22
kvm: consume internal signal with sigtimedwait
Marcelo Tosatti
1
-12
/
+77
[next]