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
2012-05-07
fdc: simplify media change handling
Hervé Poussineau
1
-18
/
+11
2012-05-07
qcow2: lock on prealloc
Zhi Yong Wu
1
-0
/
+3
2012-05-07
block: make bdrv_create adopt coroutine
Zhi Yong Wu
1
-2
/
+42
2012-05-07
qcow2: Limit COW to where it's needed
Kevin Wolf
1
-5
/
+9
2012-05-07
sheepdog: switch to writethrough mode if cluster doesn't support flush
MORITA Kazutaka
1
-0
/
+8
2012-05-07
hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes
Hans de Goede
1
-1
/
+1
2012-05-07
hw/ac97: Mask out unused bits of volume controls
Hans de Goede
1
-5
/
+15
2012-05-07
hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_Mute
Hans de Goede
1
-4
/
+5
2012-05-07
hw/ac97: Make a bunch of mixer registers read only
Hans de Goede
1
-7
/
+27
2012-05-07
hw/ac97: Fix log message in mixer_load
Hans de Goede
1
-1
/
+1
2012-05-04
fix build with pulseaudio versions older than 0.9.11
Gerd Hoffmann
1
-1
/
+29
2012-05-03
Bail out if CONFIG_TCG_PASS_AREG0 is defined
malc
1
-21
/
+1
2012-05-03
Restore consistent formatting
malc
1
-18
/
+18
2012-05-02
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
10
-30
/
+564
2012-05-02
ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop
Alexander Graf
1
-1
/
+6
2012-05-02
rbd: add discard support
Josh Durgin
1
-16
/
+73
2012-05-02
qcow2: fix the return value -ENOENT -> -EEXIST
Zhi Yong Wu
1
-1
/
+1
2012-05-02
qcow2: Don't hold cache references across yield
Kevin Wolf
1
-8
/
+13
2012-05-02
qcow2: Remove unused parameter in do_alloc_cluster_offset
Kevin Wolf
1
-2
/
+2
2012-05-02
qemu-iotests: Many parallel allocating I/O requests
Kevin Wolf
3
-0
/
+465
2012-05-02
docs: fix one issue in qcow2 specs
Zhi Yong Wu
1
-1
/
+1
2012-05-02
block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()
Stefan Weil
1
-1
/
+2
2012-05-02
qemu-iotests: ignore fragmentation information for qed
Dong Xu Wang
1
-0
/
+1
2012-05-02
Update version for 1.1-rc0 release
v1.1-rc0
Anthony Liguori
1
-1
/
+1
2012-05-01
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
1
-1
/
+2
2012-05-01
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
5
-17
/
+29
2012-05-01
Merge remote-tracking branch 'agraf/s390-for-upstream' into staging
Anthony Liguori
4
-4
/
+58
2012-05-01
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-16
/
+15
2012-05-01
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
12
-78
/
+146
2012-05-01
Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into staging
Anthony Liguori
6
-138
/
+409
2012-05-01
Declare state directory in smb.conf
Nikolaus Rath
1
-0
/
+2
2012-05-01
slirp: don't use "smb ports = 0" option
Nikolaus Rath
1
-1
/
+0
2012-05-01
linux-user: Fix invalid TARGET_ABI_BITS usage on ppc hosts
Alexander Graf
1
-1
/
+1
2012-05-01
target-ppc: Some support for dumping TLB_EMB TLBs
François Revol
1
-0
/
+50
2012-05-01
ppce500_spin: Replace assert by hw_error (fixes compiler warning)
Stefan Weil
1
-1
/
+1
2012-05-01
pseries: Fix use of global CPU state
Peter Portante
1
-1
/
+1
2012-05-01
pseries: Use the same interrupt swizzling for host bridges as p2p bridges
David Gibson
2
-24
/
+30
2012-05-01
pseries: Implement automatic PAPR VIO address allocation
David Gibson
6
-40
/
+49
2012-05-01
PPC: Fix up e500 cache size setting
Alexander Graf
1
-12
/
+14
2012-05-01
booke:Use MMU API for creating initial mapping for secondary cpus
Bharat Bhushan
1
-0
/
+1
2012-05-01
linux-user: Fix undefined HOST_LONG_SIZE on PPC hosts
Alexander Graf
1
-1
/
+1
2012-05-01
Revert "Remove stray HOST_LONG_SIZE"
malc
1
-1
/
+1
2012-05-01
configure: check for supported Python 2.x versions
Stefan Hajnoczi
1
-3
/
+4
2012-05-01
tracetool: avoid pkgutil.iter_modules() Python 2.7 function
Stefan Hajnoczi
2
-4
/
+12
2012-05-01
tracetool: avoid str.rpartition() Python 2.5 function
Stefan Hajnoczi
1
-7
/
+10
2012-05-01
tracetool: use Python 2.4-compatible __import__() arguments
Stefan Hajnoczi
1
-1
/
+1
2012-05-01
tracetool: use Python 2.4-compatible exception handling syntax
Stefan Hajnoczi
1
-2
/
+2
2012-05-01
s390: reset avail and used index on reboot
Jens Freimann
3
-1
/
+23
2012-05-01
S390: dont call system_shutdown on disabled wait
Christian Borntraeger
1
-0
/
+12
2012-05-01
S390: remove default cdrom, sd-card and floppy support
Einar Lueck
1
-0
/
+3
[next]