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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2010-03-19
Convert atexit users to exit_notifier
Anthony Liguori
8
-12
/
+26
2010-03-19
Add exit notifiers
Anthony Liguori
2
-0
/
+32
2010-03-19
sdl: use mouse mode notifier
Anthony Liguori
1
-11
/
+20
2010-03-19
input: make vnc use mouse mode notifiers
Anthony Liguori
2
-5
/
+10
2010-03-19
Expose whether a mouse is an absolute device via QMP and the human monitor.
Anthony Liguori
1
-6
/
+12
2010-03-19
Add notifier for mouse mode changes
Anthony Liguori
2
-1
/
+39
2010-03-19
Add kbd_mouse_has_absolute()
Anthony Liguori
2
-0
/
+18
2010-03-19
Rewrite mouse handlers to use QTAILQ and to have an activation function
Anthony Liguori
3
-71
/
+59
2010-03-19
Add support for generic notifier lists
Anthony Liguori
3
-0
/
+83
2010-03-19
Revert "usb-linux: remove unreachable default in switch statement"
Anthony Liguori
1
-0
/
+3
2010-03-19
Handle deleted IOHandlers in a single buffer
Juan Quintela
1
-10
/
+7
2010-03-19
bt: remove bt_host_read_poll()
Juan Quintela
1
-8
/
+1
2010-03-19
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
5
-10
/
+9
2010-03-19
remove useless cast
Juan Quintela
2
-4
/
+2
2010-03-19
Convert io handlers to QLIST
Juan Quintela
1
-21
/
+14
2010-03-19
CODING_STYLE: Reserve qemu_ prefix for library wrappers
Avi Kivity
1
-0
/
+3
2010-03-18
Fix OpenBSD linker warning
Blue Swirl
1
-1
/
+2
2010-03-18
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
13
-56
/
+56
2010-03-18
Fix manpage errors
Blue Swirl
2
-7
/
+7
2010-03-17
hw/usb-msd: fix some usb requests
Arnaud Patard (Rtp)
1
-3
/
+5
2010-03-17
scsi-disk: fix buffer overflow
Gerd Hoffmann
1
-1
/
+3
2010-03-17
vnc: add no-lock-key-sync option
Gerd Hoffmann
2
-4
/
+13
2010-03-17
migration: unix migration should obey autostart are the other ones
Juan Quintela
1
-0
/
+2
2010-03-17
migration: Clear fd also in error cases
Juan Quintela
4
-10
/
+8
2010-03-17
read-only: Another minor cleanup
Naphtali Sprei
1
-2
/
+1
2010-03-17
read-only: minor cleanup
Naphtali Sprei
1
-0
/
+1
2010-03-17
split out qemu-timer.c
Paolo Bonzini
7
-1167
/
+1237
2010-03-17
disentangle tcg and deadline calculation
Paolo Bonzini
3
-11
/
+20
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
balloon: Do not save VM state wrt asynchronous virtio operations
Adam Litke
1
-9
/
+0
2010-03-17
block: add logical_block_size property
Christoph Hellwig
4
-9
/
+29
2010-03-17
Avoid crash on '-usbdevice <device>' without parameters
Jan Kiszka
1
-1
/
+3
2010-03-17
Fix SIGFPE for vnc display of width/height = 1
Chris Webb
1
-2
/
+4
2010-03-17
usb-linux: remove unreachable default in switch statement
Paul Bolle
1
-3
/
+0
2010-03-17
sdl: improve error message on fatal error
Bjørn Mork
1
-1
/
+2
[next]