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
2011-04-15
Move CPU related functions to cpus.h
Blue Swirl
3
-4
/
+5
2011-04-15
Move clock related functions to qemu-timer.h
Blue Swirl
2
-4
/
+4
2011-04-15
Move generic or OS function declarations to qemu-common.h
Blue Swirl
3
-21
/
+22
2011-04-15
Use qemu-common.h or qemu-timer.h in place of sysemu.h
Blue Swirl
3
-4
/
+3
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
56
-56
/
+0
2011-04-15
json-lexer: fix conflict with mingw32 ERROR definition
Blue Swirl
1
-3
/
+3
2011-04-15
sparc: Fix assertion caused by empty memory slot with 0 byte
Stefan Weil
1
-9
/
+12
2011-04-15
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
3
-12
/
+7
2011-04-15
Revert wrong fixes for -icount in the iothread case
Paolo Bonzini
1
-30
/
+36
2011-04-15
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
4
-2
/
+102
2011-04-15
really fix -icount in the iothread case
Paolo Bonzini
1
-0
/
+3
2011-04-14
tests/test-mmap.c: Check mmap() return value before using it
Peter Maydell
1
-1
/
+1
2011-04-13
target-arm: Don't overflow when calculating value for signed VABAL
Peter Maydell
1
-17
/
+21
2011-04-13
Revert SeaBIOS change due to overzealous commit -a
Anthony Liguori
1
-0
/
+0
2011-04-13
lm32: fix build breakage due to uninitialized variable 'r'
Anthony Liguori
2
-1
/
+1
2011-04-13
vpc.c: Use get_option_parameter() does the search
Mitnick Lyu
1
-6
/
+2
2011-04-13
atapi: GESN: implement 'media' subcommand
Amit Shah
2
-4
/
+115
2011-04-13
atapi: GESN: Standardise event response handling for future additions
Amit Shah
1
-6
/
+19
2011-04-13
atapi: GESN: Use structs for commonly-used field types
Amit Shah
1
-2
/
+14
2011-04-13
atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function
Amit Shah
1
-13
/
+24
2011-04-13
atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change
Amit Shah
1
-6
/
+14
2011-04-13
atapi: Report correct errors on guest eject request
Amit Shah
1
-2
/
+6
2011-04-13
atapi: Drives can be locked without media present
Amit Shah
1
-7
/
+2
2011-04-13
qed: Add support for zero clusters
Anthony Liguori
4
-17
/
+66
2011-04-13
docs: Describe zero data clusters in QED specification
Stefan Hajnoczi
1
-0
/
+8
2011-04-12
target-arm: Detect tininess before rounding for FP operations
Peter Maydell
1
-0
/
+4
2011-04-12
softfloat: Add setter function for tininess detection mode
Peter Maydell
1
-0
/
+4
2011-04-12
target-arm: Handle UNDEF cases for VDUP (scalar)
Juha Riihimäki
1
-0
/
+3
2011-04-12
target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF
Peter Maydell
1
-1
/
+8
2011-04-12
target-arm: Handle UNDEF cases for Neon 2 register misc forms
Peter Maydell
1
-5
/
+16
2011-04-12
target-arm: Simplify checking of size field in Neon 2reg-misc forms
Peter Maydell
1
-76
/
+179
2011-04-12
target-arm: Handle UNDEF cases for VEXT
Peter Maydell
1
-0
/
+4
2011-04-12
target-arm: Handle UNDEF cases for Neon 2 regs + scalar forms
Peter Maydell
1
-10
/
+27
2011-04-12
target-arm: Handle UNDEF cases for Neon 3-regs-different-widths
Peter Maydell
1
-20
/
+36
2011-04-12
target-arm: Handle UNDEF cases for Neon invalid modified-immediates
Peter Maydell
1
-0
/
+10
2011-04-12
target-arm: Collapse VSRI case into VSHL, VSLI
Peter Maydell
1
-4
/
+0
2011-04-12
target-arm: Handle UNDEF cases for Neon "2 regs and shift" insns
Peter Maydell
1
-19
/
+22
2011-04-12
target-arm: Simplify three-register pairwise code
Juha Riihimäki
1
-11
/
+8
2011-04-12
target-arm: Handle UNDEF cases for Neon 3-regs-same insns
Peter Maydell
1
-11
/
+43
2011-04-12
target-arm: Use lookup table for size check on Neon 3-reg-same insns
Peter Maydell
1
-64
/
+133
2011-04-12
fix acpi regression
Wen Congyang
1
-1
/
+1
2011-04-12
Replace cpu_physical_memory_rw were possible
Stefan Weil
8
-21
/
+19
2011-04-12
monitor: Remove some type casts which are no longer needed
Stefan Weil
1
-30
/
+18
2011-04-12
exec: Remove a type cast which is no longer needed
Stefan Weil
1
-1
/
+1
2011-04-12
cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
1
-3
/
+3
2011-04-12
configure: disable opengl per default
Michael Walle
1
-0
/
+1
2011-04-12
target-ppc: remove #ifdef FLOAT128
Aurelien Jarno
1
-20
/
+0
2011-04-12
target-sh4: get rid of CPU_{Float,Double}U
Aurelien Jarno
2
-158
/
+92
2011-04-12
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
10
-14
/
+202
2011-04-12
unicore32: add necessry headers in linux-user/unicore32 for unicore32 support
Guan Xuetao
4
-0
/
+454
[next]