index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mips_timer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-28
scsi-generic: drop SCSIGenericState
Paolo Bonzini
1
-50
/
+40
2011-10-28
scsi-disk: fix retrying a flush
Paolo Bonzini
1
-6
/
+3
2011-10-28
scsi-disk: fail READ CAPACITY if LBA != 0 but PMI == 0
Paolo Bonzini
1
-0
/
+6
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
5
-21
/
+25
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
6
-24
/
+75
2011-10-28
scsi: implement REPORT LUNS for arbitrary LUNs
Paolo Bonzini
1
-10
/
+39
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
6
-52
/
+50
2011-10-28
qdev: switch children device list to QTAILQ
Paolo Bonzini
8
-28
/
+28
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
7
-32
/
+39
2011-10-28
scsi-disk: report media changed via GET EVENT STATUS NOTIFICATION
Paolo Bonzini
1
-4
/
+53
2011-10-28
scsi-disk: support READ DVD STRUCTURE
Paolo Bonzini
1
-1
/
+101
2011-10-28
scsi-disk: support DVD profile in GET CONFIGURATION
Paolo Bonzini
1
-8
/
+42
2011-10-28
atapi/scsi-disk: make mode page values coherent between the two
Paolo Bonzini
2
-16
/
+31
2011-10-28
scsi-disk: store valid mode pages in a table
Paolo Bonzini
1
-12
/
+13
2011-10-28
scsi-disk: add stubs for more MMC commands
Paolo Bonzini
2
-5
/
+65
2011-10-28
scsi-disk: fix coding style issues (braces)
Paolo Bonzini
1
-25
/
+46
2011-10-28
scsi-disk: report media changed via unit attention sense codes
Paolo Bonzini
3
-1
/
+35
2011-10-28
scsi: notify the device when unit attention is reported
Paolo Bonzini
2
-5
/
+29
2011-10-28
atapi: cleanup/fix mode sense results
Paolo Bonzini
1
-4
/
+6
2011-10-28
atapi: move GESN definitions to scsi-defs.h
Paolo Bonzini
2
-37
/
+27
2011-10-28
atapi/scsi: unify definitions for MMC
Paolo Bonzini
7
-104
/
+101
2011-10-28
scsi: pass correct sense code for ENOMEDIUM
Paolo Bonzini
1
-0
/
+3
2011-10-28
Documentation: Add syntax for using sheepdog devices
Ronnie Sahlberg
1
-0
/
+27
2011-10-28
block: reinitialize across bdrv_close()/bdrv_open()
Stefan Hajnoczi
1
-2
/
+4
2011-10-28
block: set bs->read_only before .bdrv_open()
Stefan Hajnoczi
1
-2
/
+2
2011-10-28
qemu-io: delete bs instead of leaking it
Stefan Hajnoczi
1
-2
/
+3
2011-10-28
block: fix qcow2_co_flush deadlock
Dong Xu Wang
1
-0
/
+2
2011-10-28
Documentation: Describe NBD URL syntax
Ronnie Sahlberg
1
-0
/
+21
2011-10-28
vmdk: Fix possible segfaults
Kevin Wolf
1
-1
/
+6
2011-10-28
vmdk: Improve error handling
Kevin Wolf
1
-6
/
+15
2011-10-28
vmdk: Fix use of uninitialised value
Kevin Wolf
1
-1
/
+1
2011-10-28
ide: Fix off-by-one error in array index check
Kevin Wolf
1
-1
/
+1
2011-10-28
qcow: Fix bdrv_write_compressed error handling
Kevin Wolf
1
-11
/
+19
2011-10-28
block: Fix bdrv_open use after free
Kevin Wolf
1
-1
/
+1
2011-10-28
block: Remove dead code
Kevin Wolf
1
-5
/
+1
2011-10-28
qcow2: fix some errors and typo in qcow2.txt
Zhi Yong Wu
1
-3
/
+3
2011-10-28
Teach block/vdi about "discarded" (no longer allocated) blocks
Eric Sunshine
1
-9
/
+14
2011-10-28
Documentation: Add iSCSI section
Ronnie Sahlberg
1
-0
/
+42
2011-10-28
iSCSI block driver
Ronnie Sahlberg
4
-0
/
+629
2011-10-26
target-sparc: Implement FALIGNDATA inline.
Richard Henderson
3
-19
/
+26
2011-10-26
target-sparc: Implement BMASK/BSHUFFLE.
Richard Henderson
3
-4
/
+40
2011-10-26
target-sparc: Implement ALIGNADDR* inline.
Richard Henderson
3
-14
/
+22
2011-10-26
target-sparc: Implement EDGE* instructions.
Richard Henderson
1
-2
/
+175
2011-10-26
target-sparc: Implement fpack{16,32,fix}.
Richard Henderson
3
-1
/
+96
2011-10-26
target-sparc: Implement PDIST.
Richard Henderson
3
-2
/
+41
2011-10-26
target-sparc: Do exceptions management fully inside the helpers.
Richard Henderson
3
-91
/
+146
2011-10-26
target-sparc: Change fpr representation to doubles.
Richard Henderson
8
-211
/
+202
2011-10-26
target-sparc: Undo cpu_fpr rename.
Richard Henderson
1
-28
/
+28
2011-10-26
target-sparc: Extract float128 move to a function.
Richard Henderson
1
-32
/
+18
2011-10-26
target-sparc: Extract common code for floating-point operations.
Richard Henderson
1
-454
/
+381
[next]