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-09-16
target-alpha: convert arith2 instructions to TCG
aurel32
5
-76
/
+64
2008-09-16
Move offsetof to osdep.h, remove local defintions.
balrog
5
-18
/
+7
2008-09-16
block-raw is not a protocol
aliguori
2
-2
/
+0
2008-09-15
Fix range in the hid report descriptor for USB tablet.
balrog
1
-2
/
+2
2008-09-15
Make sure to define fd_open when not on Linux
aliguori
1
-0
/
+5
2008-09-15
WMVi extension support (Stefano Stabellini)
aliguori
1
-64
/
+91
2008-09-15
vnc dynamic resolution (Stefano Stabellini)
aliguori
2
-53
/
+177
2008-09-15
Right now, kvm keeps the memory allocation split, so we can
aliguori
1
-4
/
+16
2008-09-15
Make page_find() return 0 for too-large addresses (Eduardo Habkost)
aliguori
1
-6
/
+16
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
11
-177
/
+212
2008-09-15
Define a few structures instead of including a file, add "static"
blueswir1
1
-2
/
+20
2008-09-15
SH4: Privilege check for instructions
aurel32
2
-25
/
+47
2008-09-15
qemu sh4 nptl support
aurel32
4
-1
/
+12
2008-09-15
sh4: doesn't set the cpu_model_str
aurel32
1
-0
/
+1
2008-09-15
SH4: Serial controller improvement
aurel32
1
-5
/
+79
2008-09-15
SH4: sleep instruction bug fix
aurel32
3
-3
/
+4
2008-09-14
Fix array subscript above array bounds error
blueswir1
1
-1
/
+1
2008-09-14
ppc: Convert op_andi to TCG
aurel32
2
-54
/
+11
2008-09-14
ppc: Convert ctr, lr moves to TCG
aurel32
3
-28
/
+12
2008-09-14
alpha: add tests
aurel32
4
-0
/
+144
2008-09-14
MIPS: Fix tlbwi/tlbwr
aurel32
1
-3
/
+9
2008-09-14
MIPS: remove empty cpu_mips_irqctrl_init()
aurel32
6
-9
/
+0
2008-09-14
target-mips: fix warning
aurel32
1
-1
/
+1
2008-09-14
alpha: fix helper.h
aurel32
1
-5
/
+0
2008-09-14
alpha: fix lit sign
aurel32
1
-3
/
+3
2008-09-14
qemu_next_deadline_dyntick is only used on Linux and Windows
blueswir1
1
-0
/
+2
2008-09-14
Revert incorrect part of r4574 to avoid unaligned traps with i386 target
blueswir1
1
-38
/
+0
2008-09-14
Display TCGCond name in tcg dumper (original patch by Tristan Gingold)
blueswir1
1
-1
/
+30
2008-09-14
Enable gcc flag -Wwrite-strings
blueswir1
2
-2
/
+4
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
20
-70
/
+72
2008-09-14
usb: Support for removing device by host addr, improved auto filter syntax (M...
aliguori
3
-31
/
+176
2008-09-14
husb: Make control transactions asynchronous (Max Krasnyansky)
aliguori
1
-93
/
+371
2008-09-13
Use 64 bit loads for tlb addend only if addend size is 64 bits
blueswir1
1
-2
/
+8
2008-09-13
Fix stack alignment on Sparc32 host
blueswir1
1
-1
/
+2
2008-09-13
Fix mulscc with high bits set in either src1 or src2
blueswir1
1
-2
/
+3
2008-09-12
Let snapshot work with protocols
aliguori
1
-1
/
+13
2008-09-11
uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)
aliguori
1
-1
/
+1
2008-09-11
Enable gcc flag -Wendif-labels
blueswir1
2
-2
/
+2
2008-09-11
Only build compatfd when using AIO and make sure to always init AIO
aliguori
5
-2
/
+16
2008-09-11
Write zeros to high bits of y, based on patch by Vince Weaver
blueswir1
1
-2
/
+4
2008-09-11
Make sure to read siginfo from signalfd
aliguori
1
-0
/
+27
2008-09-11
Fix the build on non-Linux systems
aliguori
1
-5
/
+1
2008-09-10
Convert rest of ops using float32 to TCG, remove FT0 and FT1
blueswir1
5
-64
/
+39
2008-09-10
Partially convert float128 conversion ops to TCG
blueswir1
3
-20
/
+19
2008-09-10
Convert basic 64 bit VIS ops to TCG
blueswir1
4
-102
/
+65
2008-09-10
Convert basic 32 bit VIS ops to TCG
blueswir1
3
-164
/
+48
2008-09-10
Convert basic float32 ops to TCG
blueswir1
3
-190
/
+329
2008-09-10
Add missing files from previous commit.
aliguori
2
-0
/
+160
2008-09-10
Use signalfd() to work around signal/select race
aliguori
7
-110
/
+55
2008-09-10
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
aliguori
3
-3
/
+3
[next]