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-05-23
tcg: mark dead output argument in op_dead_args
Aurelien Jarno
1
-2
/
+8
2011-05-23
tcg: replace op_dead_iargs by op_dead_args
Aurelien Jarno
2
-37
/
+38
2011-05-23
Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanha
Aurelien Jarno
5
-4
/
+14
2011-05-23
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
4
-16
/
+7
2011-05-23
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
24
-75
/
+10058
2011-05-22
Fix typos in comments (chek -> check)
Stefan Weil
2
-2
/
+2
2011-05-22
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
Peter Maydell
1
-0
/
+11
2011-05-22
hw/realview.c: Remove duplicate #include line
Peter Maydell
1
-1
/
+0
2011-05-22
piix_pci: fix piix3_set_irq_pic()
TeLeMan
1
-1
/
+1
2011-05-22
Delete unused tb_invalidate_page_range
Blue Swirl
7
-43
/
+3
2011-05-20
Fix a bug in mtsr/mtsrin emulation on ppc64
David Gibson
1
-5
/
+4
2011-05-20
pSeries: Clean up write-only variables
David Gibson
2
-9
/
+1
2011-05-20
w32: Fix compilation and replace non-portable usage of ulong
Stefan Weil
1
-2
/
+2
2011-05-20
s390x: complain when allocating ram fails
Alexander Graf
1
-0
/
+4
2011-05-20
s390x: fix memory detection for guests > 64GB
Christian Borntraeger
2
-7
/
+21
2011-05-20
s390x: change mapping base to allow guests > 2GB
Christian Borntraeger
1
-3
/
+7
2011-05-20
s390x: Fix debugging for unknown sigp order codes
Christian Borntraeger
1
-1
/
+1
2011-05-20
s390x: build s390x by default
Alexander Graf
2
-0
/
+3
2011-05-20
s390x: remove compatibility cc field
Alexander Graf
1
-1
/
+0
2011-05-20
s390x: Adjust GDB stub
Alexander Graf
1
-2
/
+6
2011-05-20
s390x: translate engine for s390x CPU
Alexander Graf
1
-2
/
+5161
2011-05-20
s390x: Adjust internal kvm code
Alexander Graf
1
-37
/
+7
2011-05-20
s390x: Implement opcode helpers
Alexander Graf
2
-2
/
+3068
2011-05-20
s390x: helper functions for system emulation
Alexander Graf
3
-10
/
+565
2011-05-20
s390x: Shift variables in CPUState for memset(0)
Alexander Graf
1
-3
/
+4
2011-05-20
s390x: keep hint on virtio managing size
Alexander Graf
3
-1
/
+7
2011-05-20
s390x: make kvm exported functions conditional on kvm
Alexander Graf
1
-0
/
+17
2011-05-20
s390x: s390x-linux-user support
Ulrich Hecht
10
-7
/
+1184
2011-05-20
tcg: extend max tcg opcodes when using 64-on-32bit
Alexander Graf
1
-0
/
+4
2011-05-20
s390x: fix smp support for kvm
Christian Borntraeger
1
-1
/
+1
2011-05-19
ahci: Fix non-NCQ accesses for LBA > 16bits
Alexander Graf
1
-2
/
+25
2011-05-19
block: Remove type hint, it's guest matter, doesn't belong here
Markus Armbruster
4
-20
/
+2
2011-05-19
blockdev: Store -drive option media in DriveInfo
Markus Armbruster
6
-11
/
+11
2011-05-19
block QMP: Deprecate query-block's "type", drop info block's "type="
Markus Armbruster
2
-22
/
+9
2011-05-19
defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM
Markus Armbruster
1
-0
/
+3
2011-05-19
scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd"
Markus Armbruster
1
-33
/
+103
2011-05-19
ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"
Markus Armbruster
3
-22
/
+74
2011-05-18
qed: support for growing images
Stefan Hajnoczi
1
-1
/
+21
2011-05-18
qemu_img: is_not_zero() optimization
Dmitry Konishchev
1
-3
/
+26
2011-05-18
qed: Periodically flush and clear need check bit
Stefan Hajnoczi
3
-2
/
+112
2011-05-18
qemu-tool: Stub out qemu-timer functions
Stefan Hajnoczi
1
-0
/
+25
2011-05-18
ahci: Fix crashes on duplicate BH registration
Jan Kiszka
1
-3
/
+5
2011-05-18
Add documentation for qemu_progress_{init,print}()
Jes Sorensen
2
-4
/
+22
2011-05-18
ide: Turn debug messages into assertions
Kevin Wolf
1
-6
/
+2
2011-05-18
hw/xen_disk: Remove unused local variable
Stefan Weil
1
-3
/
+1
2011-05-18
qemu-img.c: Remove superfluous parenthesis
Jes Sorensen
1
-3
/
+3
2011-05-18
posix-aio-compat: Fix idle_threads counter
Kevin Wolf
1
-4
/
+2
2011-05-18
ide: cleanup warnings
Andrea Arcangeli
1
-2
/
+2
2011-05-16
ahci: Unbreak bar registration
Jan Kiszka
1
-3
/
+3
2011-05-15
w32: Fix missing declaration of ffs()
Stefan Weil
2
-5
/
+3
[next]