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
2008-10-05
Export x86_stack_size in qemu.h
blueswir1
2
-2
/
+3
2008-10-05
Make ioctl table static
blueswir1
2
-2
/
+2
2008-10-05
Make bitmask tables static const
blueswir1
3
-10
/
+10
2008-10-05
Make struct_termios_def const
blueswir1
3
-3
/
+5
2008-10-05
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
blueswir1
2
-3
/
+3
2008-10-05
Make audio_pcm_opsstatic const
blueswir1
11
-14
/
+14
2008-10-05
Add some missing static and const qualifiers, reg_names only used if NDEBUG set
blueswir1
7
-15
/
+32
2008-10-05
Variable logfilename is not used outside exec.c
blueswir1
1
-1
/
+1
2008-10-05
Variable autostart is not used outside main()
blueswir1
2
-3
/
+3
2008-10-04
Update Sparc docs, add -cpu flag
blueswir1
1
-16
/
+64
2008-10-04
Fix crc32w decoding, fix a constant width in blendvpd.
balrog
2
-5
/
+4
2008-10-04
Make network packet debug functions more accessible
blueswir1
1
-4
/
+7
2008-10-04
Add some missing static qualifiers
blueswir1
2
-8
/
+8
2008-10-04
Move nographic export to sysemu.h
blueswir1
4
-5
/
+1
2008-10-04
Use qemu-log.h
blueswir1
8
-21
/
+8
2008-10-04
x86 "popcnt" affects flags.
balrog
1
-0
/
+2
2008-10-04
Implement SSE4.1, SSE4.2 (x86).
balrog
4
-37
/
+992
2008-10-03
Improve pflash cfi01 debug messages (Thomas Petazzoni).
balrog
1
-3
/
+3
2008-10-03
Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).
balrog
1
-1
/
+1
2008-10-03
Rearrange tick functions
blueswir1
4
-31
/
+46
2008-10-03
Fix missing prototype warnings by moving declarations
blueswir1
2
-11
/
+9
2008-10-03
Fix warning about unused function
blueswir1
1
-0
/
+2
2008-10-03
Fix warning about missing return value
blueswir1
1
-0
/
+1
2008-10-02
Optimize 64 bit bswap
malc
1
-5
/
+5
2008-10-02
Do not use load_seg_vm to load CS in real mode iret handling
malc
1
-1
/
+2
2008-10-02
Include qemu-common.h in order to get prototypes for qemu_malloc etc.
blueswir1
1
-0
/
+1
2008-10-02
Resurrect the safe part of r5274
blueswir1
11
-58
/
+163
2008-10-02
Make PCI class description tables const
blueswir1
1
-2
/
+2
2008-10-02
Make monitor command tables const
blueswir1
1
-22
/
+22
2008-10-02
Make some i386 disassembler tables const
blueswir1
1
-22
/
+22
2008-10-02
Make CPULogItem tables const
blueswir1
4
-5
/
+5
2008-10-02
Make keysym tables const
blueswir1
4
-6
/
+6
2008-10-02
Make some tables const
blueswir1
1
-6
/
+6
2008-10-02
Sun ss20 OBP does 32bit register access to esp (Robert Reif)
blueswir1
1
-1
/
+1
2008-10-02
Fix MXCC printf warning (based on patch by Robert Reif)
blueswir1
1
-3
/
+3
2008-10-02
Add missing parenthesis in qemu_ram_alloc()
ths
1
-1
/
+1
2008-10-01
ppc: fix crash in ppc system single step support
aurel32
1
-4
/
+0
2008-10-01
Reset CPU on INIT IPI
aurel32
1
-0
/
+5
2008-10-01
Fix cscope filelist by removing leading ./
aurel32
1
-1
/
+1
2008-10-01
Add inotify syscall family
aurel32
1
-0
/
+29
2008-10-01
Add mincore syscall
aurel32
1
-1
/
+13
2008-10-01
Add fadvise64 stubs
aurel32
1
-0
/
+21
2008-10-01
qemu: improve scsi dma speed by increasing the dma buffer size
aurel32
1
-1
/
+1
2008-10-01
monitor: add sendkey support for comma, dot and slash
aurel32
1
-0
/
+3
2008-10-01
qemu-doc: document use of raw values with sendkey
aurel32
1
-2
/
+3
2008-10-01
hw/apic.c: use bsr and bsf on x86_64
aurel32
1
-2
/
+2
2008-10-01
fix default size handling in monitor
aurel32
1
-1
/
+1
2008-10-01
target-ppc: fix computation of XER.{CA, OV} in addme, subfme
aurel32
2
-18
/
+2
2008-10-01
target-ppc: fix mullw/mullwo
aurel32
2
-1
/
+5
2008-10-01
Fix warning about variables used uninitialized
blueswir1
1
-0
/
+4
[next]