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-05-24
cursor: add cursor functions.
Gerd Hoffmann
5
-3
/
+310
2010-05-24
Fix error handling in qemu_read_config_file
Kevin Wolf
2
-6
/
+10
2010-05-24
Virtio-net: Replace the hardcode 6 with defined ETN_ALEN
Amos Kong
1
-2
/
+2
2010-05-24
sdl: Do not disable screensaver by default
Jan Kiszka
1
-0
/
+4
2010-05-24
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
4
-8
/
+48
2010-05-24
Merge remote branch 'qmp/for-anthony' into staging
Anthony Liguori
25
-117
/
+143
2010-05-24
microblaze: Handle new elf mach nr for sysemu.
Edgar E. Iglesias
1
-0
/
+5
2010-05-22
lsi: Fix value overflow in request tag processing
Jan Kiszka
1
-2
/
+2
2010-05-22
sparc64: flush translations on mmu context change
Igor V. Kovalenko
1
-0
/
+6
2010-05-22
sparc64: fix mmu context at trap levels above zero
Igor V. Kovalenko
3
-8
/
+35
2010-05-22
sparc64: fix dump_mmu to look for global bit in tte value instead of tag
Igor V. Kovalenko
1
-2
/
+2
2010-05-22
sparc64: fix pstate privilege bits
Igor V. Kovalenko
4
-36
/
+57
2010-05-22
sparc64: generate data access exception on RW violation
Igor V. Kovalenko
1
-37
/
+62
2010-05-22
sparc32 protect read-only bits in DMA CSR registers
Artyom Tarasenko
1
-4
/
+8
2010-05-22
vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedc
TeLeMan
1
-1
/
+0
2010-05-22
Fix -device help and documentation
Markus Armbruster
1
-9
/
+6
2010-05-22
Fix tarbin Makefile rule
Stuart Brady
1
-34
/
+13
2010-05-22
hxtool: Add syntax error detection
Jan Kiszka
1
-1
/
+15
2010-05-22
Fix TEXI section mark imbalance in qemu-img-cmd.hx
Jan Kiszka
1
-1
/
+1
2010-05-22
Put dependency files in proper subdir
Jan Kiszka
1
-1
/
+1
2010-05-22
Clean libhw subdirs as well
Jan Kiszka
1
-1
/
+1
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
14
-60
/
+67
2010-05-22
Compile dma only once
Blue Swirl
19
-17
/
+83
2010-05-22
pckbd: improve debugging
Blue Swirl
1
-13
/
+15
2010-05-22
Compile pckbd only once
Blue Swirl
16
-57
/
+88
2010-05-21
linux-user: do not warn for missing pselect6
Riku Voipio
1
-0
/
+4
2010-05-21
tcg-ia64: Load GUEST_BASE into a register.
Richard Henderson
1
-44
/
+88
2010-05-21
tcg-ia64: Fix some register usage issues.
Richard Henderson
1
-25
/
+42
2010-05-21
tcg-hppa: Load GUEST_BASE as an immediate.
Richard Henderson
1
-8
/
+4
2010-05-21
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
5
-2
/
+25
2010-05-21
alpha-linux-user: Fix sigprocmask.
Richard Henderson
2
-5
/
+43
2010-05-21
alpha-linux-user: Fix sigsuspend parameters.
Richard Henderson
1
-0
/
+5
2010-05-21
alpha-linux-user: Fix getxpid.
Richard Henderson
1
-3
/
+8
2010-05-21
alpha-linux-user: Fix pipe return mechanism.
Richard Henderson
1
-12
/
+18
2010-05-21
alpha-linux-user: Add correct sigaction constants.
Richard Henderson
1
-0
/
+8
2010-05-21
alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
Richard Henderson
1
-2
/
+2
2010-05-21
alpha-linux-user: Fix brk error return.
Richard Henderson
1
-2
/
+10
2010-05-21
tcg-i386: Nuke trailing whitespace.
Richard Henderson
1
-22
/
+22
2010-05-21
tcg-i386: Use lea for three-operand add.
Richard Henderson
1
-3
/
+20
2010-05-21
tcg-i386: Tidy lea.
Richard Henderson
1
-31
/
+60
2010-05-21
tcg-i386: Tidy xchg.
Richard Henderson
1
-1
/
+3
2010-05-21
tcg-i386: Tidy multiply.
Richard Henderson
1
-3
/
+6
2010-05-21
tcg-i386: Tidy unary arithmetic.
Richard Henderson
1
-13
/
+25
2010-05-21
tcg-i386: Tidy setcc.
Richard Henderson
1
-2
/
+2
2010-05-21
tcg-i386: Tidy ret.
Richard Henderson
1
-1
/
+2
2010-05-21
tcg-i386: Tidy calls.
Richard Henderson
1
-22
/
+27
2010-05-21
tcg-i386: Tidy push/pop.
Richard Henderson
1
-18
/
+30
2010-05-21
tcg-i386: Tidy movi.
Richard Henderson
1
-1
/
+2
2010-05-21
tcg-i386: Tidy non-immediate arithmetic operations.
Richard Henderson
1
-30
/
+48
2010-05-21
tcg-i386: Tidy immediate arithmetic operations.
Richard Henderson
1
-16
/
+10
[next]