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-02-10
softfloat: Add float16 type and float16 NaN handling functions
Peter Maydell
4
-12
/
+118
2011-02-10
Make tb_alloc static
Tristan Gingold
2
-27
/
+26
2011-02-10
microblaze: Handle singlestepping over direct jmps
Edgar E. Iglesias
1
-2
/
+6
2011-02-09
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
12
-39
/
+298
2011-02-09
target-arm: implement vsli.64, vsri.64
Christophe Lyon
1
-1
/
+13
2011-02-09
target-arm: fix VSHLL Neon instruction.
Christophe Lyon
1
-3
/
+15
2011-02-09
[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor
Chris Dearman
1
-0
/
+16
2011-02-09
target-arm: Fix 32 bit signed saturating narrow
Peter Maydell
1
-1
/
+1
2011-02-09
target-arm: Fix VQMOVUN Neon instruction.
Juha Riihimäki
3
-6
/
+88
2011-02-09
linux-user: fix for loopmount ioctl
Martin Mohring
1
-2
/
+0
2011-02-09
linux-user: fix build errors for mmap2-only ports
Mike Frysinger
1
-1
/
+1
2011-02-09
user: speed up init_paths a bit
Mike Frysinger
1
-6
/
+22
2011-02-09
linux-user: implement sched_{g,s}etaffinity
Mike Frysinger
1
-0
/
+67
2011-02-09
linux-user/FLAT: allow targets to override FLAT processing
Mike Frysinger
3
-17
/
+22
2011-02-09
linux-user/FLAT: fix auto-stack sizing
Mike Frysinger
1
-2
/
+9
2011-02-09
linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
Mike Frysinger
2
-0
/
+5
2011-02-09
linux-user: add ppoll syscall support
Mike Frysinger
1
-2
/
+55
2011-02-09
linux-user/elfload: add FDPIC support
Mike Frysinger
3
-0
/
+97
2011-02-09
linux-user: fix sizeof handling for getsockopt
Mike Frysinger
1
-2
/
+2
2011-02-09
linux-user: Fix possible realloc memory leak
Stefan Weil
1
-3
/
+5
2011-02-09
linux-user: Add support for -version option
Peter Maydell
1
-4
/
+13
2011-02-08
cris, microblaze: use cpu_has_work
Paolo Bonzini
2
-6
/
+2
2011-02-08
x86: Fix MCA broadcast parameters for TCG case
Jan Kiszka
1
-2
/
+2
2011-02-07
qemu-timer: Fix compilation of new timer code for w32, w64
Stefan Weil
1
-2
/
+2
2011-02-07
block: enable in_use flag
Marcelo Tosatti
3
-0
/
+8
2011-02-07
Add flag to indicate external users to block device
Marcelo Tosatti
3
-0
/
+14
2011-02-07
block-migration: add reference to target DriveInfo
Marcelo Tosatti
1
-0
/
+3
2011-02-07
blockdev: add refcount to DriveInfo
Marcelo Tosatti
3
-4
/
+20
2011-02-07
block-migration: actually disable dirty tracking on cleanup
Marcelo Tosatti
1
-2
/
+2
2011-02-07
ahci: make number of ports runtime determined
Alexander Graf
3
-16
/
+26
2011-02-07
ahci: Implement HBA reset
Alexander Graf
1
-1
/
+4
2011-02-07
ahci: send init d2h fis on fis enable
Alexander Graf
2
-7
/
+32
2011-02-07
ahci: split ICH and AHCI even more
Alexander Graf
2
-112
/
+88
2011-02-07
ahci: add license header in ahci.h
Alexander Graf
1
-0
/
+23
2011-02-07
ahci: split ICH9 from core
Sebastian Herbszt
4
-301
/
+375
2011-02-07
block/vdi: Fix wrong size in conditionally used memset, memcmp
Stefan Weil
1
-2
/
+2
2011-02-07
Documentation: add Sheepdog disk images
MORITA Kazutaka
1
-0
/
+52
2011-02-07
qcow2: Really use cache=unsafe for image creation
Kevin Wolf
1
-1
/
+2
2011-02-05
checkpatch.pl: don't complain about old lines with tabs
Blue Swirl
1
-1
/
+1
2011-02-04
target-arm: Fix decoding of Thumb preload and hint space
Peter Maydell
1
-22
/
+48
2011-02-04
target-arm: Fix decoding of preload and memory hint space
Peter Maydell
1
-3
/
+25
2011-02-04
target-arm: Clean up handling of MPIDR
Peter Maydell
1
-5
/
+21
2011-02-04
target-arm: Add CPU feature flag for v7MP
Peter Maydell
2
-1
/
+8
2011-02-04
do not pass NULL to strdup.
Gleb Natapov
1
-2
/
+2
2011-02-04
Set the right overflow bit for neon 32 and 64 bit saturating add/sub.
Christophe Lyon
4
-63
/
+105
2011-02-04
target-arm: Fix Neon vsra instructions.
Christophe Lyon
1
-2
/
+2
2011-02-04
target-sh4: fix negc
Aurelien Jarno
1
-2
/
+2
2011-02-04
ioapic: Style & magics cleanup
Jan Kiszka
1
-70
/
+107
2011-02-04
ioapic: Add support for qemu-kvm's vmstate v2
Jan Kiszka
1
-1
/
+2
2011-02-04
ioapic: Save/restore irr
Jan Kiszka
1
-1
/
+14
[next]