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-09-18
pxa2xx: fix SSSR TFN logic
Blue Swirl
1
-4
/
+4
2010-09-18
pxa2xx: remove useless checks
Blue Swirl
1
-1
/
+1
2010-09-18
Use range_covers_byte
Blue Swirl
2
-8
/
+11
2010-09-18
Introduce range.h
Blue Swirl
6
-31
/
+5
2010-09-18
Check for errors during BIOS or kernel load
Blue Swirl
4
-13
/
+18
2010-09-15
serial: Update parameters after load
Michal Novotny
1
-0
/
+1
2010-09-14
vhost: fix infinite loop on error path
Michael S. Tsirkin
1
-1
/
+1
2010-09-14
Remove wrong semicolon in macro definition
Stefan Weil
1
-2
/
+2
2010-09-13
serial: Wrap debug prints around a DPRINTF macro
Michal Novotny
1
-12
/
+13
2010-09-11
ESP: fix ESP DMA access when DMA is not enabled
Blue Swirl
5
-18
/
+88
2010-09-10
vmware_vga: Replace the few tab-indents with spaces (clean-up).
Andrzej Zaborowski
1
-9
/
+9
2010-09-10
vmware_vga: Add checks to deal with non-atomic fifo writes.
Andrzej Zaborowski
1
-8
/
+56
2010-09-10
hw/omap: Fix default setup for OMAP UART devices
Stefan Weil
4
-8
/
+19
2010-09-09
trace: Trace virtqueue operations
Stefan Hajnoczi
1
-0
/
+8
2010-09-09
trace: Trace virtio-blk, multiwrite, and paio_submit
Stefan Hajnoczi
1
-0
/
+7
2010-09-09
elf: Calculate symbol size if needed
Stefan Weil
1
-0
/
+5
2010-09-08
Revert "PPC: Qdev'ify e500 pci"
Anthony Liguori
1
-73
/
+33
2010-09-08
Revert "PPC: Make e500 pci byte swap config data"
Anthony Liguori
1
-1
/
+1
2010-09-08
Merge remote branch 'agraf/ppc-next' into staging
Anthony Liguori
2
-33
/
+84
2010-09-08
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
7
-44
/
+158
2010-09-08
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
9
-32
/
+175
2010-09-08
virtio-9p: Change handling of flags in open() path for 9P2000.L
Sripathi Kodi
1
-13
/
+1
2010-09-08
[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.
Arun R Bharadwaj
2
-6
/
+15
2010-09-08
[virtio-9p] Remove all instances of unnecessary dotu variable.
Arun R Bharadwaj
3
-82
/
+62
2010-09-08
virtio-9p: Add support for removing xattr
Aneesh Kumar K.V
3
-5
/
+38
2010-09-08
virtio-9p: Fix the memset usage
Aneesh Kumar K.V
1
-2
/
+1
2010-09-08
virtio-9p: Use lchown which won't follow symlink
Aneesh Kumar K.V
1
-1
/
+1
2010-09-08
virtio-9p: Add SM_NONE security model
Aneesh Kumar K.V
3
-15
/
+52
2010-09-08
virtio-9p: Hide user.virtfs xattr in case of mapped security.
Aneesh Kumar K.V
1
-1
/
+70
2010-09-08
virtio-9p: Implement TXATTRCREATE
Aneesh Kumar K.V
5
-7
/
+152
2010-09-08
virtio-9p: Implement TXATTRWALK
Aneesh Kumar K.V
5
-2
/
+231
2010-09-08
virtio-9p: Add fidtype so that we can do type specific operation
Aneesh Kumar K.V
2
-56
/
+78
2010-09-08
[virtio-9p] qemu: virtio-9p: Implement LOPEN
M. Mohan Kumar
2
-5
/
+31
2010-09-08
rename - change name of file or directory
M. Mohan Kumar
2
-44
/
+123
2010-09-08
qemu: virtio-9p: Implement TMKDIR
M. Mohan Kumar
3
-5
/
+91
2010-09-08
qemu: virtio-9p: Implement TMKNOD
M. Mohan Kumar
3
-7
/
+107
2010-09-08
[virtio-9p] This patch implements TLCREATE for 9p2000.L protocol.
Venkateswararao Jujjuri (JV)
3
-7
/
+119
2010-09-08
[virtio-9p] Define and implement TSYMLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
3
-6
/
+97
2010-09-08
[virtio-9p] Implement TLINK for 9P2000.L
Venkateswararao Jujjuri (JV)
3
-0
/
+49
2010-09-08
virtio-9p: Implement server side of setattr for 9P2000.L protocol.
Sripathi Kodi
3
-1
/
+182
2010-09-08
[virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat.
Sripathi Kodi
1
-19
/
+18
2010-09-08
virtio-9p: Do not reset atime
M. Mohan Kumar
3
-13
/
+25
2010-09-08
virtio-9p: getattr server implementation for 9P2000.L protocol.
Sripathi Kodi
3
-0
/
+177
2010-09-08
virtio-9p: Compute iounit based on host filesystem block size
M. Mohan Kumar
2
-19
/
+86
2010-09-08
[V4] virtio-9p: readdir implementation for 9p2000.L
Sripathi Kodi
3
-0
/
+137
2010-09-08
virtio-9p: Return correct error from v9fs_remove
Sripathi Kodi
1
-5
/
+6
2010-09-08
qemu: virtio-9p: Implement statfs support in server
M. Mohan Kumar
4
-0
/
+94
2010-09-08
qemu: virtio-9p: Recognize 9P2000.L protocol
M. Mohan Kumar
2
-1
/
+11
2010-09-08
scsi-disk: add some optional scsi commands
Bernhard Kohl
1
-1
/
+35
2010-09-08
Improve ATA IDENTIFY word 64 contents.
Jonathan A. Kollasch
1
-2
/
+2
[prev]
[next]