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
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
2010-03-17
Wrong error message in block_passwd command
Shahar Havivi
2
-3
/
+11
2010-03-17
QError: New QERR_DEVICE_NOT_ENCRYPTED
Shahar Havivi
2
-0
/
+7
2010-03-17
Merge remote branch 'markus/qerror' into staging
Anthony Liguori
45
-533
/
+1007
2010-03-17
Merge remote branch 'mst/pci' into staging
Anthony Liguori
2
-62
/
+35
2010-03-17
Large page TLB flush
Paul Brook
14
-80
/
+136
2010-03-16
monitor: convert do_device_add() to QObject
Markus Armbruster
3
-10
/
+37
2010-03-16
monitor: Use argument type 'O' for device_add
Markus Armbruster
2
-4
/
+3
2010-03-16
monitor: New argument type 'O'
Markus Armbruster
1
-4
/
+50
2010-03-16
qemu-option: Rename find_list() to qemu_find_opts() & external linkage
Markus Armbruster
2
-4
/
+5
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
8
-13
/
+24
2010-03-16
qemu-option: Functions to convert to/from QDict
Markus Armbruster
2
-0
/
+82
2010-03-16
error: Convert do_device_add() to QError
Markus Armbruster
1
-10
/
+9
2010-03-16
Revert "qdev: Use QError for 'device not found' error"
Markus Armbruster
1
-2
/
+2
2010-03-16
error: New QERR_NO_BUS_FOR_DEVICE
Markus Armbruster
2
-0
/
+7
2010-03-16
error: New QERR_DEVICE_INIT_FAILED
Markus Armbruster
2
-0
/
+7
2010-03-16
error: New QERR_BUS_NO_HOTPLUG
Markus Armbruster
2
-0
/
+7
2010-03-16
error: New QERR_BAD_BUS_FOR_DEVICE
Markus Armbruster
2
-0
/
+7
[prev]
[next]