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-06-09
target-mips: microMIPS ASE support
Nathan Froyd
4
-5
/
+2531
2010-06-09
target-mips: mips16 cleanups
Nathan Froyd
1
-7
/
+17
2010-06-09
target-mips: refactor c{, abs}.cond.fmt insns
Nathan Froyd
1
-83
/
+81
2010-06-09
target-mips: move FP FMT comments closer to the definitions
Aurelien Jarno
1
-14
/
+14
2010-06-09
target-mips: define constants for magic numbers
Nathan Froyd
1
-142
/
+295
2010-06-09
tcg: get rid of DEF2 in tcg-opc.h
Aurelien Jarno
3
-150
/
+149
2010-06-09
tcg: get rid of copy_size in TCGOpDef
Aurelien Jarno
6
-22
/
+4
2010-06-09
Fix multiboot compilation
Alexander Graf
2
-12
/
+28
2010-06-09
tcg: Make some tcg-target.c routines static.
Richard Henderson
12
-23
/
+22
2010-06-09
tcg: Add TYPE parameter to tcg_out_mov.
Richard Henderson
12
-123
/
+122
2010-06-08
target-mips: break out [ls][wd]c1 and rdhwr insn generation
Nathan Froyd
1
-47
/
+59
2010-06-08
Fix --enable-user-pie compilation.
Richard Henderson
1
-0
/
+3
2010-06-07
microblaze: Make MSR_UM and MSR_VM part of the tb flags
Edgar E. Iglesias
1
-4
/
+3
2010-06-07
petlogix-3adsp: Tweak displacement of cmdline and fdt blob.
Edgar E. Iglesias
1
-2
/
+2
2010-06-04
migration-exec: fix OpenBSD build warning
Blue Swirl
1
-0
/
+2
2010-06-04
target-i386: fix decoding of negative 4-byte displacements
Paolo Bonzini
1
-1
/
+1
2010-06-03
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
12
-118
/
+414
2010-06-03
migration: respect exit status with exec:
Anthony Liguori
4
-8
/
+28
2010-06-03
tcg-i386: fix a typo
Aurelien Jarno
1
-1
/
+1
2010-06-02
tcg-i386: declare tcg_out_tlb_load() inline
Aurelien Jarno
1
-3
/
+4
2010-06-02
tcg-i386: Remove some ifdefs in qemu_ld/st.
Richard Henderson
1
-47
/
+38
2010-06-02
tcg-i386: Split out tlb load function.
Richard Henderson
1
-106
/
+97
2010-06-02
tcg-i386: Swap order of TLB hit and miss paths.
Richard Henderson
1
-92
/
+80
2010-06-02
tcg-i386: Split out TLB Hit path from qemu_ld/st.
Richard Henderson
1
-95
/
+102
2010-06-02
tcg-i386: Tidy data16 prefixes.
Richard Henderson
1
-10
/
+18
2010-06-02
sparc64: fix umul and smul insns
Igor V. Kovalenko
1
-26
/
+29
2010-06-02
sparc64: fix udiv and sdiv insns
Igor V. Kovalenko
1
-2
/
+2
2010-06-02
sparc64: improve ldf and stf insns
Igor V. Kovalenko
1
-0
/
+28
2010-06-02
sparc64: use symbolic name for MMU index v1
Igor V. Kovalenko
1
-12
/
+16
2010-06-02
sparc64: fix ldxfsr insn
Igor V. Kovalenko
1
-1
/
+5
2010-06-02
sparc64: fix 32bit load sign extension
Igor V. Kovalenko
1
-1
/
+1
2010-06-02
sparc64: fix missing address masking v1
Igor V. Kovalenko
2
-2
/
+52
2010-06-02
sparc64: fix tag access register on mmu traps
Igor V. Kovalenko
1
-0
/
+5
2010-06-01
vnc: add missing target for vnc-encodings-*.o
Corentin Chary
1
-3
/
+3
2010-06-01
vnc: tight: don't forget the third color
Corentin Chary
1
-0
/
+1
2010-06-01
vnc: tight: don't forget last pixel in tight_encode_indexed_rect
Corentin Chary
1
-5
/
+4
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
9
-368
/
+0
2010-06-01
QMP: Introduce commands documentation
Jan Kiszka
5
-4
/
+1376
2010-06-01
monitor: Reorder info documentation
Jan Kiszka
1
-90
/
+96
2010-06-01
Merge remote branch 'mst/for_anthony' into HEAD
Anthony Liguori
4
-32
/
+33
2010-06-01
vnc: move size-changed check into the vnc_desktop_resize function.
Gerd Hoffmann
1
-6
/
+5
2010-06-01
vnc: don't send invalid screen updates.
Gerd Hoffmann
1
-2
/
+6
2010-06-01
vnc: keep track of client desktop size
Gerd Hoffmann
2
-3
/
+9
2010-06-01
vnc: send desktopresize event as reply to set encodings
Gerd Hoffmann
1
-0
/
+1
2010-06-01
vnc: factor out vnc_desktop_resize()
Gerd Hoffmann
1
-8
/
+16
2010-06-01
Add support for depth 15 to qemu_default_pixelformat()
Gerd Hoffmann
1
-0
/
+16
2010-06-01
check for active_console before using it
Gerd Hoffmann
1
-1
/
+1
2010-06-01
Add dependency of JSON unit tests on config-host.h
Jan Kiszka
1
-0
/
+2
2010-06-01
migration: Fix calculation of bytes_transferred
Pierre Riteau
1
-9
/
+12
2010-06-01
virtio-serial-bus: fix ports_map allocation on init
Alon Levy
1
-1
/
+2
[next]