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-03-13
Make the ELF loader aware of backwards compatibility
blueswir1
2
-4
/
+16
2009-03-13
temporarily disable logging around pci config writes (Avi Kivity)
aliguori
1
-1
/
+12
2009-03-13
stop dirty logging while updating cirrus bank memory (Glauber Costa)
aliguori
1
-0
/
+5
2009-03-13
Add missing file
aliguori
1
-0
/
+95
2009-03-13
Update changelog
aliguori
1
-0
/
+22
2009-03-13
qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)
aliguori
1
-1
/
+1
2009-03-13
make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti)
aliguori
1
-1
/
+3
2009-03-13
Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")
aliguori
1
-2
/
+7
2009-03-13
monitor: Provide empty command as final history entry (Jan Kiszka)
aliguori
1
-3
/
+5
2009-03-13
Add and use remaining #defines for PCI device IDs (Stuart Brady)
aliguori
9
-87
/
+28
2009-03-13
remove is_graphic_console from vga.c (Stefano Stabellini)
aliguori
1
-11
/
+7
2009-03-13
DisplayAllocator interface (Stefano Stabellini)
aliguori
12
-43
/
+207
2009-03-13
tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops
aurel32
2
-0
/
+13
2009-03-13
tcg/x86: add bswap16_i32 ops
aurel32
2
-0
/
+7
2009-03-13
target-i386: use the new bswap* TCG ops
aurel32
1
-13
/
+3
2009-03-13
target-ppc: use the new bswap* TCG ops
aurel32
1
-114
/
+15
2009-03-13
tcg: update README wrt recent bswap changes
aurel32
1
-6
/
+7
2009-03-13
tcg: add _tl aliases to bswap16/32/64 TCG ops
aurel32
1
-0
/
+5
2009-03-13
tcg: add bswap16_i64 and bswap32_i64 TCG ops
aurel32
2
-0
/
+64
2009-03-13
tcg: optimize tcg_gen_bswap16_i32
aurel32
1
-8
/
+5
2009-03-13
tcg: allow bswap16_i32 to be implemented by TCG backends
aurel32
1
-0
/
+3
2009-03-13
tcg: rename bswap_i32/i64 functions
aurel32
13
-47
/
+47
2009-03-13
Fix regression introduced by r6824
aliguori
2
-2
/
+15
2009-03-12
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
4
-224
/
+279
2009-03-12
monitor: sync from kvm state before generating output (Jan Kiszka)
aliguori
1
-0
/
+2
2009-03-12
Guest debugging support for KVM (Jan Kiszka)
aliguori
6
-10
/
+446
2009-03-12
Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity)
aliguori
4
-89
/
+34
2009-03-12
Add internal scsi generic block API (Avi Kivity)
aliguori
3
-4
/
+44
2009-03-12
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
3
-17
/
+52
2009-03-11
Revert r6404
aliguori
1
-34
/
+0
2009-03-11
Revert r6405
aliguori
2
-2
/
+0
2009-03-11
Revert r6406
aliguori
1
-6
/
+1
2009-03-11
Revert r6407
aliguori
3
-32
/
+10
2009-03-11
Revert r6408
aliguori
1
-4
/
+0
2009-03-11
tcg: move {not,neg}_i{32,64} definitions at the right place
aurel32
1
-7
/
+7
2009-03-11
tcg: fix commit r6805
aurel32
1
-18
/
+6
2009-03-10
Clean build: Add bt-host.h
aurel32
4
-3
/
+11
2009-03-10
tcg-arm: fix qemu_ld64
aurel32
1
-2
/
+7
2009-03-10
tcg: update TODO
aurel32
1
-2
/
+1
2009-03-10
tcg/x86: add not/neg/extu/bswap/rot i32 ops
aurel32
2
-1
/
+48
2009-03-10
tcg: optimize logical operations
aurel32
1
-50
/
+60
2009-03-10
target-ppc: fix commit r6789
aurel32
1
-2
/
+2
2009-03-10
musicpal: Reorganize IO memory handling (Jan Kiszka)
malc
1
-50
/
+139
2009-03-10
Fix tcg after commit 6800
aurel32
2
-3
/
+4
2009-03-10
target-mips: use nor instead of or + not
aurel32
1
-2
/
+1
2009-03-10
tcg: use TCGV_EQUAL_I{32,64}
aurel32
1
-11
/
+11
2009-03-10
tcg: define TCGV_EQUAL_I{32,64}
aurel32
1
-0
/
+3
2009-03-09
tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)
aurel32
1
-10
/
+18
2009-03-09
Implement TCG not ops for x86-64
aurel32
4
-0
/
+26
2009-03-09
tcg: don't define TCG rotation ops if they are not supported
aurel32
1
-0
/
+4
[prev]
[next]