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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-04
virtio-blk: Handle immediate flush failure properly
Kevin Wolf
1
-1
/
+1
2010-11-04
ide: Handle immediate bdrv_aio_flush failure
Kevin Wolf
1
-3
/
+9
2010-11-04
scsi-disk: Implement werror for flushes
Kevin Wolf
1
-1
/
+16
2010-11-04
scsi-disk: Complete failed requests in scsi_disk_emulate_command
Kevin Wolf
1
-11
/
+10
2010-11-04
scsi-disk: Implement rerror option
Kevin Wolf
1
-34
/
+66
2010-11-01
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
25
-275
/
+2610
2010-11-01
hda-audio: Zap tabs
malc
1
-2
/
+2
2010-11-01
Add Intel HD Audio support to qemu.
Gerd Hoffmann
5
-0
/
+2933
2010-11-01
add VMSTATE_BOOL
Gerd Hoffmann
1
-0
/
+14
2010-10-31
sparc32: convert debug printf statements to tracepoints
Blue Swirl
9
-206
/
+105
2010-10-30
Do not redefine reserved key-words TRUE/FALSE
Jes Sorensen
1
-10
/
+10
2010-10-30
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
malc
1
-1
/
+0
2010-10-27
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
24
-275
/
+2599
2010-10-27
pcie: update satus on reset
Michael S. Tsirkin
1
-1
/
+1
2010-10-27
msi: minor cleanups
Michael S. Tsirkin
1
-4
/
+3
2010-10-27
msi: simplify range checks
Michael S. Tsirkin
1
-25
/
+20
2010-10-27
pci: improve w1c mask handling
Michael S. Tsirkin
1
-2
/
+4
2010-10-27
pcie: clean up hot plug notification
Michael S. Tsirkin
4
-71
/
+62
2010-10-27
pcie: simplify range check
Michael S. Tsirkin
1
-49
/
+59
2010-10-27
Introduce range.h
Blue Swirl
3
-0
/
+3
2010-10-27
virtio: sanity-check available index
Michael S. Tsirkin
1
-0
/
+11
2010-10-26
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-9
/
+30
2010-10-23
qemu-timer: move commonly used timer code to qemu-timer-common
Blue Swirl
1
-0
/
+1
2010-10-22
mips_fulong2e: fix ram allocation
Blue Swirl
1
-1
/
+1
2010-10-22
virtio-blk: Respect werror option for flushes
Kevin Wolf
1
-1
/
+7
2010-10-22
ide: Handle flush failure
Kevin Wolf
2
-2
/
+11
2010-10-22
ide: Factor ide_flush_cache out
Kevin Wolf
1
-4
/
+10
2010-10-22
ide: set WCACHE supported in IDENTIFY data
Christoph Hellwig
1
-2
/
+2
2010-10-20
Fix pci hotplug to generate level triggered interrupt.
Gleb Natapov
1
-11
/
+17
2010-10-20
Use defines instead of numbers for pci hotplug sts bit
Gleb Natapov
1
-2
/
+4
2010-10-20
wacom tablet: activate event handlers.
Gerd Hoffmann
1
-3
/
+10
2010-10-20
vmmouse: adapt to mouse handler changes.
Gerd Hoffmann
1
-10
/
+21
2010-10-20
[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.
Venkateswararao Jujjuri (JV)
1
-0
/
+17
2010-10-20
[virtio-9p] Use preadv/pwritev instead of readv/writev
Sanchit Garg
3
-94
/
+67
2010-10-20
[virtio-9p] Qemu 9p commandline options validity checks
Harsh Prateek Bora
1
-2
/
+2
2010-10-20
virtio-9p: Support mapped posix acl
Aneesh Kumar K.V
4
-5
/
+191
2010-10-20
virtio-9p: Use layered xattr approach
Aneesh Kumar K.V
6
-91
/
+343
2010-10-20
[virtio-9p] Ignore O_DIRECT hint from client.
Venkateswararao Jujjuri (JV)
1
-0
/
+5
2010-10-20
qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L
M. Mohan Kumar
3
-0
/
+60
2010-10-20
[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl
Venkateswararao Jujjuri (JV)
3
-0
/
+36
2010-10-20
qemu-virtio9p: Implement TGETLOCK
M. Mohan Kumar
3
-0
/
+79
2010-10-20
[virto-9p] Implement TLOCK
M. Mohan Kumar
3
-0
/
+94
2010-10-20
[virtio-9p] open should not return EBADF
Sripathi Kodi
1
-1
/
+3
2010-10-20
apic: convert debug printf statements to tracepoints
Blue Swirl
1
-30
/
+18
2010-10-20
x3130: pcie downstream port
Isaku Yamahata
2
-0
/
+201
2010-10-20
x3130: pcie upstream port
Isaku Yamahata
2
-0
/
+184
2010-10-20
ioh3420: pcie root port in X58 ioh
Isaku Yamahata
2
-0
/
+198
2010-10-20
pcie port: define struct PCIEPort/PCIESlot and helper functions
Isaku Yamahata
2
-0
/
+167
2010-10-20
pci/bridge: fix pci_bridge_reset()
Isaku Yamahata
2
-6
/
+43
2010-10-20
pcie: comment on hpev_intx
Isaku Yamahata
1
-1
/
+9
[next]