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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2013-10-05
migration: Fix compiler warning ('caps' may be used uninitialized)
Michael Tokarev
1
-0
/
+1
2013-10-05
util/path: Fix type which is longer than 8 bit for MinGW
Stefan Weil
1
-2
/
+2
2013-10-05
hw/9pfs: Fix errno value for xattr functions
Daniel P. Berrange
1
-3
/
+3
2013-10-05
vl: Clean up unnecessary boot_order complications
Markus Armbruster
1
-4
/
+2
2013-10-05
qemu-char: Fix potential out of bounds access to local arrays
Stefan Weil
1
-2
/
+2
2013-10-03
Update OpenBIOS images
Mark Cave-Ayland
5
-1
/
+1
2013-10-02
pci-ohci: Add missing 'break' in ohci_service_td
Ján Veselý
1
-0
/
+2
2013-10-02
sh4: Fix serial line access for Linux kernels later than 3.2
Guenter Roeck
1
-2
/
+0
2013-10-02
hw/alpha: Fix compiler warning (integer constant is too large)
Stefan Weil
1
-1
/
+1
2013-10-02
target-i386: Fix compiler warning (integer constant is too large)
Stefan Weil
1
-1
/
+1
2013-10-02
block: Remove unused assignment (fixes warning from clang)
Stefan Weil
1
-1
/
+0
2013-10-02
exec: cleanup DEBUG_SUBPAGE
Amos Kong
1
-9
/
+9
2013-10-02
tests: Fix schema parser test for in-tree build
Markus Armbruster
2
-4
/
+5
2013-10-02
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+3
2013-10-02
slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
4
-11
/
+6
2013-10-02
net: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-9
/
+10
2013-10-02
gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-4
/
+2
2013-10-02
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
3
-0
/
+23
2013-10-02
Update MAINTAINERS
Anthony Liguori
1
-16
/
+5
2013-10-02
target-i386: Set model=6 on qemu64 & qemu32 CPU models
Eduardo Habkost
2
-2
/
+10
2013-10-02
qcow2: Switch L1 table in a single sequence
Max Reitz
1
-2
/
+5
2013-10-02
block: vhdx - add migration blocker
Jeff Cody
1
-0
/
+10
2013-10-02
block: use correct filename for error report
Dunrong Huang
1
-2
/
+2
2013-10-02
qcow2: CHECK_OFLAG_COPIED is obsolete
Max Reitz
1
-3
/
+1
2013-10-02
qcow2: Correct endianness in overlap check
Max Reitz
1
-2
/
+2
2013-10-01
tcg-arm: Move the tlb addend load earlier
Richard Henderson
1
-5
/
+6
2013-10-01
tcg-arm: Remove restriction on qemu_ld output register
Richard Henderson
1
-24
/
+34
2013-10-01
tcg-arm: Return register containing tlb addend
Richard Henderson
1
-29
/
+30
2013-10-01
tcg-arm: Move load of tlb addend into tcg_out_tlb_read
Richard Henderson
1
-37
/
+23
2013-10-01
tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb
Richard Henderson
1
-5
/
+10
2013-10-01
tcg-arm: Use strd for tcg_out_arg_reg64
Richard Henderson
1
-3
/
+10
2013-10-01
tcg-arm: Rearrange slow-path qemu_ld/st
Richard Henderson
2
-105
/
+88
2013-10-01
tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64
Richard Henderson
1
-5
/
+43
2013-10-01
tests: Update .gitignore for test-int128 and test-bitops
Markus Armbruster
1
-0
/
+2
2013-10-01
.gitignore: ignore tests/qemu-iotests/socket_scm_helper
Fam Zheng
1
-0
/
+1
2013-10-01
chardev: handle qmp_chardev_add(KIND_MUX) failure
Gerd Hoffmann
1
-1
/
+6
2013-09-30
Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging
Anthony Liguori
4
-0
/
+0
2013-09-30
Merge remote-tracking branch 'kraxel/roms.1' into staging
Anthony Liguori
7
-92
/
+87
2013-09-30
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
14
-120
/
+359
2013-09-30
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
75
-425
/
+575
2013-09-30
Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into staging
Anthony Liguori
5
-14
/
+26
2013-09-30
Merge remote-tracking branch 'rth/tcg-ppc-pull' into staging
Anthony Liguori
4
-787
/
+842
2013-09-30
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
5
-24
/
+55
2013-09-30
Merge remote-tracking branch 'kraxel/audio.1' into staging
Anthony Liguori
5
-439
/
+486
2013-09-30
Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into staging
Anthony Liguori
16
-251
/
+792
2013-09-30
update seabios from 1.7.2.2 to 1.7.3.2
Gerd Hoffmann
4
-0
/
+0
2013-09-30
roms: add support for building sgabios
Gerd Hoffmann
1
-0
/
+9
2013-09-30
roms: enable parallel seabios / seavgabios builds
Gerd Hoffmann
6
-10
/
+19
2013-09-30
roms: enable ipxe cross builds
Gerd Hoffmann
1
-0
/
+3
2013-09-30
roms: add rules to build slof
Gerd Hoffmann
1
-0
/
+22
[prev]
[next]