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-12
Fix sys-queue.h conflict for good
Blue Swirl
65
-488
/
+481
2009-09-12
Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6
Blue Swirl
1
-10
/
+32
2009-09-12
Include sys-queue.h early to override system queue definitions on BSD
Blue Swirl
1
-0
/
+2
2009-09-12
Unbreak BSD: use qemu_fdatasync instead of fdatasync
Blue Swirl
1
-1
/
+1
2009-09-12
Use proper format conversion specifier when printing size_t value
malc
1
-3
/
+3
2009-09-12
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
4
-23
/
+5
2009-09-12
alsa: poll mode handling
malc
1
-21
/
+204
2009-09-12
oss: poll mode handling
malc
1
-5
/
+74
2009-09-12
audio: poll mode infrastructure
malc
2
-11
/
+87
2009-09-12
gus: Do not manually free the state, qdev does it for us
malc
1
-1
/
+0
2009-09-12
oss: Unbreak mmaping the ability to mmap oss fd on Linux
malc
1
-1
/
+4
2009-09-11
kvm_arch_get_registers() shouldn't be called directly
Gleb Natapov
1
-1
/
+1
2009-09-11
vmstate: port cirrus_vga device
Juan Quintela
2
-98
/
+63
2009-09-11
vmstate: port serial device
Juan Quintela
1
-36
/
+37
2009-09-11
vmstate: port hpet device
Juan Quintela
1
-35
/
+38
2009-09-11
hpet: it is imposible that qemu_timer field is NULL at this point
Juan Quintela
1
-6
/
+2
2009-09-11
vmstate: port ioapic device
Juan Quintela
1
-27
/
+12
2009-09-11
vmstate: add uint64 array support
Juan Quintela
1
-0
/
+6
2009-09-11
vmstate: port pckbd device
Juan Quintela
1
-24
/
+15
2009-09-11
vmstate: port vmmouse device
Juan Quintela
1
-28
/
+20
2009-09-11
vmstate: port dma device
Juan Quintela
1
-51
/
+34
2009-09-11
vmstate: add support for arrays of uint16_t
Juan Quintela
1
-0
/
+6
2009-09-11
vmstate: port fdc device
Juan Quintela
1
-92
/
+62
2009-09-11
vmstate: add support for uint8_t equal
Juan Quintela
2
-0
/
+24
2009-09-11
vmstate: port i8259 device
Juan Quintela
1
-48
/
+26
2009-09-11
vmstate: port fw_cfg device
Juan Quintela
1
-21
/
+12
2009-09-11
vmstate: port cpu_comon
Juan Quintela
1
-14
/
+25
2009-09-11
vmstate: Add pre/post_save() hooks
Juan Quintela
2
-0
/
+8
2009-09-11
vmstate: Add pre_load() hook
Juan Quintela
2
-0
/
+6
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
6
-11
/
+12
2009-09-11
vmstate: add sensible arguments to vmstate_unregister()
Juan Quintela
2
-3
/
+10
2009-09-11
Make get_ticks_per_sec() a static inline
Anthony Liguori
2
-15
/
+10
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
[next]