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
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
33
-649
/
+1978
2011-10-31
Merge remote-tracking branch 'aneesh/for-upstream-7' into staging
Anthony Liguori
21
-161
/
+973
2011-10-31
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
27
-1054
/
+1611
2011-10-31
Merge remote-tracking branch 'qemu-kvm-tmp/uq/master' into staging
Anthony Liguori
8
-2
/
+784
2011-10-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
9
-35
/
+37
2011-10-31
Merge remote-tracking branch 'alon/pull-libcacard-assert' into staging
Anthony Liguori
3
-4
/
+10
2011-10-31
Merge remote-tracking branch 'spice/spice.v45' into staging
Anthony Liguori
9
-54
/
+132
2011-10-31
hw/9pfs: Replace rwlocks with RCU variants of interfaces.
Harsh Prateek Bora
1
-16
/
+13
2011-10-31
qemu-queue: Introduce QLIST_INSERT_HEAD_RCU and dummy RCU wrappers.
Harsh Prateek Bora
2
-0
/
+16
2011-10-31
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
8
-0
/
+660
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
8
-141
/
+179
2011-10-31
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
6
-6
/
+78
2011-10-31
qemu: Add opt_set_bool functionality
M. Mohan Kumar
2
-5
/
+37
2011-10-31
configure: Update configure so that open_by_handle_at check returns correct v...
Aneesh Kumar K.V
1
-1
/
+1
2011-10-31
hw/9pfs: Fix error handling in local_mknod
Aneesh Kumar K.V
1
-8
/
+5
2011-10-31
hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boards
Peter Maydell
2
-2
/
+13
2011-10-31
Add AACI audio playback support to the ARM Versatile/PB platform
Mathieu Sonet
7
-0
/
+1240
2011-10-30
MAINTAINERS: update wiki URL and machine names for target-xtensa
Max Filippov
1
-3
/
+8
2011-10-30
tcg: Optimize some forms of deposit.
Richard Henderson
1
-14
/
+51
2011-10-30
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
3
-114
/
+112
2011-10-30
exec-all: Fix void pointer arithmetic
Stefan Weil
1
-2
/
+1
2011-10-30
Add linux-headers/asm to .gitignore
David Gibson
1
-0
/
+1
2011-10-28
scsi-disk: add scsi-block for device passthrough
Paolo Bonzini
1
-0
/
+118
2011-10-28
scsi: push request restart to SCSIDevice
Paolo Bonzini
3
-69
/
+68
2011-10-28
scsi-generic: bump SCSIRequest reference count until aio completion runs
Paolo Bonzini
1
-0
/
+18
2011-10-28
scsi-disk: bump SCSIRequest reference count until aio completion runs
Paolo Bonzini
1
-3
/
+45
2011-10-28
scsi: do not call transfer_data after canceling a request
Paolo Bonzini
3
-4
/
+21
2011-10-28
scsi: pass cdb to alloc_req
Paolo Bonzini
4
-5
/
+5
2011-10-28
scsi: export scsi_generic_reqops
Paolo Bonzini
2
-1
/
+4
2011-10-28
scsi: make reqops const
Paolo Bonzini
4
-11
/
+10
2011-10-28
scsi: move max_lba to SCSIDevice
Paolo Bonzini
3
-8
/
+10
2011-10-28
scsi-disk: small clean up to INQUIRY
Paolo Bonzini
1
-25
/
+21
2011-10-28
scsi-disk: remove cluster_size
Paolo Bonzini
1
-19
/
+16
2011-10-28
scsi-disk: do not duplicate BlockDriverState member
Paolo Bonzini
1
-47
/
+45
2011-10-28
scsi-generic: snoop READ CAPACITY commands to get block size
Paolo Bonzini
1
-41
/
+25
2011-10-28
scsi-generic: look at host status
Paolo Bonzini
1
-4
/
+16
2011-10-28
scsi-generic: check ioctl statuses when SG_IO succeeds
Paolo Bonzini
1
-4
/
+4
2011-10-28
scsi-generic: remove scsi_req_fixup
Paolo Bonzini
1
-15
/
+0
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
[next]