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-21
Compile isa_mmio only once
Blue Swirl
14
-36
/
+96
2010-03-21
Compile most PCI network cards only once
Blue Swirl
2
-2
/
+2
2010-03-21
Compile qemu-error only once
Blue Swirl
2
-2
/
+2
2010-03-21
Compile async only once
Blue Swirl
2
-2
/
+2
2010-03-21
Compile fdc only once
Blue Swirl
13
-5
/
+17
2010-03-21
Compile most IDE devices only once
Blue Swirl
13
-5
/
+52
2010-03-21
Compile usb-uhci only once
Blue Swirl
8
-2
/
+9
2010-03-21
Compile vga-isa only once
Blue Swirl
8
-2
/
+9
2010-03-21
Compile pcspk only once
Blue Swirl
8
-2
/
+9
2010-03-21
Compile i8254 only once
Blue Swirl
11
-3
/
+13
2010-03-21
Compile parallel only once
Blue Swirl
9
-3
/
+12
2010-03-21
Compile vga-pci only once
Blue Swirl
12
-4
/
+17
2010-03-21
Move x86 specific PC declarations to a separate file
Blue Swirl
6
-17
/
+24
2010-03-21
Revert 'Fix build'
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 "tap: invoke downscript when we exit abnormally"
Anthony Liguori
1
-16
/
+0
2010-03-21
Revert "Convert atexit users to exit_notifier"
Anthony Liguori
8
-26
/
+12
2010-03-21
Revert "Add exit notifiers"
Anthony Liguori
2
-32
/
+0
2010-03-21
Fix a typo
Blue Swirl
1
-1
/
+2
2010-03-21
Compile disassemblers only once
Blue Swirl
5
-17
/
+74
2010-03-20
tcg/arm: don't save/restore r7 in prologue/epilogue
Aurelien Jarno
1
-6
/
+6
2010-03-20
tcg/arm: fix load/store definitions for 32-bit targets
Aurelien Jarno
1
-0
/
+14
2010-03-20
tcg: protect div2 in tcg/tcg-opc.h
Aurelien Jarno
1
-2
/
+4
2010-03-20
Fix a typo which broke Xen build
Blue Swirl
1
-1
/
+1
2010-03-20
Fix mingw32 build
Blue Swirl
1
-3
/
+14
2010-03-20
Fix build
Blue Swirl
1
-6
/
+1
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
tap: invoke downscript when we exit abnormally
Anthony Liguori
1
-0
/
+16
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
[next]