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
2009-07-09
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
7
-137
/
+65
2009-07-09
ioport: consolidate duplicated logic in register_ioport_{read, write}().
Isaku Yamahata
1
-14
/
+16
2009-07-09
use constant IOPORTS_MASK instead of 0xffff.
Isaku Yamahata
5
-15
/
+16
2009-07-09
split out ioport related stuffs from vl.c into ioport.c.
Isaku Yamahata
7
-248
/
+317
2009-07-09
Replace signrom with shell script v3
Alexander Graf
3
-85
/
+48
2009-07-09
Revert "support colon in filenames"
Anthony Liguori
6
-48
/
+11
2009-07-09
Fix build for ESD audio
Anthony Liguori
1
-5
/
+5
2009-07-09
qcow2: Make cache=writethrough default
Kevin Wolf
4
-16
/
+3
2009-07-09
net: set a default value for sndbuf=
Mark McLoughlin
2
-6
/
+31
2009-07-09
configure: detect xen with --extra-cflags / --extra-ldflags
Christoph Egger
1
-2
/
+2
2009-07-09
QEMU: MCE: Add MCE simulation to qemu/tcg
Huang Ying
8
-2
/
+217
2009-07-09
Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging
Anthony Liguori
4
-92
/
+116
2009-07-09
MIPS signal handling fix
Paul Brook
1
-0
/
+2
2009-07-09
Enable MIPS NPTL
Paul Brook
1
-0
/
+1
2009-07-09
MIPS atomic instructions
Paul Brook
3
-24
/
+124
2009-07-09
MIPS usermode TLS register
Paul Brook
1
-0
/
+5
2009-07-09
Fix MIPS sys_clone
Paul Brook
1
-1
/
+1
2009-07-09
qdev: convert ac97.
Gerd Hoffmann
1
-20
/
+22
2009-07-09
qdev: convert es1370.
Gerd Hoffmann
1
-19
/
+22
2009-07-09
qdev/pci: misc fixes.
Gerd Hoffmann
1
-2
/
+3
2009-07-09
qdev: remove DeviceType
Gerd Hoffmann
2
-27
/
+18
2009-07-09
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
6
-62
/
+103
2009-07-09
qdev: update pci device registration.
Gerd Hoffmann
10
-36
/
+103
2009-07-08
Remove SDL/ prefix
malc
1
-1
/
+1
2009-07-08
Add out of memory and zero size argument checks to be consistent with
malc
1
-5
/
+25
2009-07-08
getrlimit conversion mix-up
Ulrich Hecht
1
-2
/
+2
2009-07-08
wrap path for access syscall
Ulrich Hecht
1
-1
/
+1
2009-07-08
64-bit clean socketcall syscall
Ulrich Hecht
1
-65
/
+65
2009-07-08
pipe argument should not be signed
Ulrich Hecht
1
-1
/
+1
2009-07-08
configure: remove bogus linux-user check
Riku Voipio
1
-10
/
+6
2009-07-08
linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...
vibi sreenivasan
1
-1
/
+1
2009-07-08
linux-user: check some parameters for some socket syscalls.
Arnaud Patard
1
-8
/
+34
2009-07-08
linux-user: increment MAX_ARG_PAGES
Arnaud Patard
2
-4
/
+6
2009-07-05
Fix the PCI header type of APB
Blue Swirl
1
-1
/
+1
2009-07-05
Update OpenBIOS images to r505
Blue Swirl
4
-1
/
+1
2009-07-05
Fix Sparse warning
Blue Swirl
1
-1
/
+2
2009-07-03
Work around Solaris gas problem
Blue Swirl
1
-1
/
+1
2009-07-03
Rename target_cpu to target_arch2
Blue Swirl
1
-45
/
+45
2009-07-03
monitor: Fix typo in documentation
Jan Kiszka
1
-1
/
+1
2009-07-03
target-mips: fix MADD and MSUB/MSUBU instructions
Nathan Froyd
1
-3
/
+3
2009-07-02
Fix hxtool.
Stefan Weil
1
-2
/
+2
2009-07-02
Use ctz64 in favor of ffsll
Jan Kiszka
1
-3
/
+4
2009-07-02
Respect the standard
malc
1
-3
/
+3
2009-07-01
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
Blue Swirl
1
-3
/
+4
2009-07-01
Suppress a GCC warning
Blue Swirl
1
-1
/
+1
2009-07-01
Fix breakage by obsolete _P() for good
Blue Swirl
8
-99
/
+92
2009-07-01
Fix sdl_zoom compile problems on OpenBSD
Blue Swirl
2
-1
/
+2
2009-07-01
Fix missing strnlen problems
Blue Swirl
5
-23
/
+15
2009-06-30
Fix typo
malc
1
-1
/
+1
2009-06-30
Remove bogus -Werror
Paul Brook
1
-1
/
+1
[next]