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-25
Fix coding style issue
Mark McLoughlin
4
-6
/
+6
2009-09-25
Remove PARAMS() macro
Juan Quintela
3
-77
/
+73
2009-09-25
__thread should be before real type
Juan Quintela
1
-1
/
+1
2009-09-25
gcc wants 1st static and then const
Juan Quintela
3
-4
/
+4
2009-09-25
Bring two last users of K&R definitions to ANSI c89
Juan Quintela
2
-77
/
+23
2009-09-25
static and inline should came before the type of the functions
Juan Quintela
8
-12
/
+12
2009-09-25
Use proper typedef syntax
Juan Quintela
1
-2
/
+2
2009-09-25
Revert "This files are compiled in libqemu.a now"
Blue Swirl
1
-0
/
+3
2009-09-25
fix use after free
Glauber Costa
1
-1
/
+1
2009-09-25
unbreak usb pass-through on linux.
Gerd Hoffmann
1
-0
/
+2
2009-09-25
clean: remove ide/*.o files on clean
Juan Quintela
1
-1
/
+1
2009-09-25
ARM host: fix generated blocks linking
Laurent Desnogues
1
-1
/
+3
2009-09-25
Fix spelling in comment
Stefan Weil
1
-1
/
+1
2009-09-25
Suppress some variants of English in comments
Stefan Weil
4
-7
/
+7
2009-09-23
sparc64-8bit-asi
Igor V. Kovalenko
2
-0
/
+6
2009-09-23
target-mips: remove MAX_OP_PER_INSTR workaround
Aurelien Jarno
1
-2
/
+1
2009-09-23
exec-all.h: increase OPC_BUF_SIZE
Aurelien Jarno
1
-1
/
+1
2009-09-23
exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64
Aurelien Jarno
1
-1
/
+1
2009-09-23
This files are compiled in libqemu.a now
Juan Quintela
1
-3
/
+0
2009-09-23
Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1d
Blue Swirl
1
-0
/
+1
2009-09-21
Fix Sparse warning about invalid access past the end of 'mode'
Blue Swirl
1
-1
/
+1
2009-09-21
Fix Sparse warning about obsolete struct initializer
Blue Swirl
1
-1
/
+1
2009-09-21
Export tables properly to avoid a Sparse warning
Blue Swirl
1
-3
/
+4
2009-09-21
Add 'static' to please Sparse
Blue Swirl
3
-3
/
+3
2009-09-21
Fix Sparse warnings about using plain integer as NULL pointer
Blue Swirl
16
-43
/
+43
2009-09-21
Fix user targets broken by 96e132e24ee5a693069e83b6a981693588b088c1
Blue Swirl
1
-3
/
+3
2009-09-20
Compile host-utils only once
Blue Swirl
2
-5
/
+5
2009-09-20
Compile TCG runtime library only once
Blue Swirl
5
-19
/
+21
2009-09-20
Fix spelling in comment
Stefan Weil
1
-1
/
+1
2009-09-20
Compile ne2000 only once
Blue Swirl
3
-2
/
+3
2009-09-20
ioports: remove unused env parameter and compile only once
Blue Swirl
13
-75
/
+69
2009-09-20
Compile msix only once
Blue Swirl
6
-29
/
+39
2009-09-20
Compile loader only once
Blue Swirl
36
-96
/
+234
2009-09-20
Compile qemu-config only once
Blue Swirl
2
-2
/
+2
2009-09-20
Compile wdt_i6300esb only once
Blue Swirl
4
-4
/
+5
2009-09-20
Fix mingw32 compile
Blue Swirl
1
-0
/
+1
2009-09-20
Probe for fdatasync()
Blue Swirl
2
-1
/
+17
2009-09-19
PPC: make system bus parent of PCI bus
Blue Swirl
2
-2
/
+2
2009-09-19
Fix indentation
Stefan Weil
1
-3
/
+3
2009-09-19
ESP: convert to VMState
Blue Swirl
1
-42
/
+22
2009-09-18
target-alpha: fix extlh instruction
Vince Weaver
1
-5
/
+6
2009-09-18
target-ppc: optimize slw/srw/sld/srd
Aurelien Jarno
1
-49
/
+49
2009-09-18
audio: use correct email address
malc
2
-2
/
+2
2009-09-18
audio: internal API change
malc
12
-81
/
+33
2009-09-18
sdlaudio: use correct function names in sdl_XXX calls
malc
1
-3
/
+3
2009-09-18
oss: use audio_pcm_hw_clip_out
malc
1
-47
/
+46
2009-09-18
alsa: use audio_pcm_hw_clip_out
malc
1
-45
/
+43
2009-09-18
audio: introduce audio_pcm_hw_clip_out helper function
malc
2
-0
/
+25
2009-09-18
audio: use muldiv64 where it makes sense
malc
6
-9
/
+12
2009-09-18
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...
malc
1
-1
/
+1
[prev]
[next]