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
2009-09-11
timers: move them to VMState
Juan Quintela
1
-22
/
+12
2009-09-11
timers: Createt TimersState and put all timers state there
Juan Quintela
1
-31
/
+39
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
44
-113
/
+130
2009-09-11
timers: remove useless check
Juan Quintela
1
-6
/
+0
2009-09-11
Remove SaveVM v2 support
Juan Quintela
1
-43
/
+4
2009-09-11
ram: Remove SaveVM Version 2 support
Juan Quintela
1
-93
/
+1
2009-09-11
ram: remove support for loading v1
Juan Quintela
1
-42
/
+0
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
2
-14
/
+14
2009-09-11
monitor: fix muxing
Gerd Hoffmann
2
-11
/
+28
2009-09-11
qdev: add parser for chardev properties
Gerd Hoffmann
1
-0
/
+11
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
3
-0
/
+20
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
4
-38
/
+156
2009-09-11
convert mux chardev to QemuOpts.
Gerd Hoffmann
1
-11
/
+21
2009-09-11
convert vc chardev to QemuOpts.
Gerd Hoffmann
4
-32
/
+55
2009-09-11
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
1
-25
/
+32
2009-09-11
convert windows console chardev to QemuOpts.
Gerd Hoffmann
1
-4
/
+6
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
3
-7
/
+6
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
3
-7
/
+7
2009-09-11
convert stdio chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+4
2009-09-11
convert pty chardev to QemuOpts.
Gerd Hoffmann
1
-6
/
+7
2009-09-11
convert unix+tcp chardevs to QemuOpts.
Gerd Hoffmann
2
-56
/
+93
2009-09-11
sockets: add inet_listen_opts
Gerd Hoffmann
2
-55
/
+49
2009-09-11
sockets: add inet_connect_opts
Gerd Hoffmann
2
-33
/
+97
2009-09-11
sockets: add unix_*_opts for windows.
Gerd Hoffmann
1
-0
/
+12
2009-09-11
sockets: add unix_listen_opts
Gerd Hoffmann
2
-14
/
+34
2009-09-11
sockets: add unix_connect_opts
Gerd Hoffmann
2
-1
/
+36
2009-09-11
convert file+pipe chardevs to QemuOpts.
Gerd Hoffmann
2
-15
/
+39
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
6
-4
/
+93
2009-09-11
qemu-option.h include protectors
Gerd Hoffmann
1
-0
/
+5
2009-09-11
QemuOpts: split option parser into two functions.
Gerd Hoffmann
2
-17
/
+30
2009-09-11
qdev: Fix i6300 upcast
Markus Armbruster
1
-4
/
+4
2009-09-11
VirtIO: Fix QEMU crash during Windows PNP tests
Yan Vugenfirer
1
-2
/
+12
2009-09-11
virtio-blk: add volatile writecache feature
Christoph Hellwig
2
-1
/
+27
2009-09-11
ide: use bdrv_aio_flush
Christoph Hellwig
1
-3
/
+13
2009-09-11
block: add aio_flush operation
Christoph Hellwig
6
-3
/
+80
2009-09-11
block: use fdatasync instead of fsync if possible
Christoph Hellwig
4
-2
/
+19
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
5
-3
/
+27
2009-09-11
qemu: init all queues to NO_VECTOR value
Michael S. Tsirkin
1
-0
/
+3
2009-09-11
qemu: make virtio-blk PCI compliant by default
Michael S. Tsirkin
1
-4
/
+8
2009-09-11
usb-linux.c: fix buffer overflow
Jim Paris
1
-2
/
+10
2009-09-11
Fix conditional compilation (MIPS host)
Stefan Weil
1
-1
/
+1
2009-09-11
virtio-blk: Use bdrv_aio_multiwrite
Kevin Wolf
1
-8
/
+42
2009-09-11
Add bdrv_aio_multiwrite
Kevin Wolf
5
-0
/
+230
2009-09-11
Revert "don't call cpu_sychronize_state from reset handlers"
Anthony Liguori
2
-6
/
+3
2009-09-11
microblaze: Trap if QEMU finds an unknown insns.
Edgar E. Iglesias
1
-0
/
+6
2009-09-11
microblaze: Correct prio between MMU and unaligned exceptions.
Edgar E. Iglesias
1
-6
/
+25
2009-09-11
microblaze: HW Exception fixes.
Edgar E. Iglesias
2
-19
/
+21
2009-09-11
Update OpenBIOS images to r577
Aurelien Jarno
1
-0
/
+0
2009-09-11
X86_64: Use proper jumps/calls when displacement exceeds +-2G
malc
1
-12
/
+19
2009-09-10
Remove bit-rotten threshold handling
malc
1
-13
/
+2
[next]