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-12-11
isa_mmio: Always use little endian
Alexander Graf
14
-119
/
+36
2010-12-11
heathrow_pic: Declare as little endian
Alexander Graf
1
-3
/
+1
2010-12-11
rtl8139: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
openpic: Replace explicit byte swap with endian hints
Alexander Graf
1
-21
/
+2
2010-12-11
ppc4xx_pci: Declare as little endian
Alexander Graf
1
-15
/
+2
2010-12-11
versatile_pci: Declare as little endian
Alexander Graf
1
-13
/
+1
2010-12-11
prep: Declare as little endian
Alexander Graf
1
-35
/
+3
2010-12-11
e1000: Make little endian
Alexander Graf
1
-9
/
+2
2010-12-11
uninorth: Get rid of bswap
Alexander Graf
1
-4
/
+2
2010-12-11
pci-host: Delegate bswap to mmio layer
Alexander Graf
6
-101
/
+46
2010-12-11
dbdma: Make little endian
Alexander Graf
1
-4
/
+1
2010-12-11
Make simple io mem handler endian aware
Alexander Graf
3
-7
/
+14
2010-12-11
Add endianness as io mem parameter
Alexander Graf
152
-254
/
+431
2010-12-09
spice: add qxl device
Gerd Hoffmann
7
-1
/
+2196
2010-12-09
pci/aer: factor out common code
Michael S. Tsirkin
1
-14
/
+13
2010-12-09
pci/aer: remove dead code
Michael S. Tsirkin
1
-23
/
+2
2010-12-09
pci/aer: fix interrupt on config write
Michael S. Tsirkin
1
-29
/
+17
2010-12-09
pci/aer: fix error injection
Michael S. Tsirkin
1
-16
/
+35
2010-12-09
pci: untangle pci/msi dependency
Michael S. Tsirkin
4
-33
/
+21
2010-12-09
pci: make command SERR bit writable
Isaku Yamahata
3
-0
/
+29
2010-12-09
virtio-net: stop/start bh when appropriate
Michael S. Tsirkin
1
-16
/
+50
2010-12-09
virtio-net: don't dma while vm is stopped
Michael S. Tsirkin
1
-0
/
+3
2010-12-04
Fix mingw32 and OpenBSD warnings
Blue Swirl
1
-1
/
+1
2010-12-02
virtio-9p: fix build on !CONFIG_UTIMENSAT
Hidetoshi Seto
1
-2
/
+2
2010-12-02
virtio-9p: Check the return value of llistxattr.
Kusanagi Kouichi
1
-0
/
+3
2010-12-02
hw/virtio9p: Use appropriate debug print functions in TLINK path
Harsh Prateek Bora
1
-2
/
+2
2010-12-02
[virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl
Venkateswararao Jujjuri (JV)
3
-8
/
+13
2010-12-02
vhost: Fix address calculation in vhost_dev_sync_region()
Jason Wang
1
-0
/
+1
2010-12-02
migration: allow rate > 4g
Michael S. Tsirkin
1
-4
/
+4
2010-12-01
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
39
-720
/
+851
2010-11-30
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
13
-228
/
+169
2010-11-29
ide: Reset current_addr after stopping DMA
Kevin Wolf
1
-1
/
+1
2010-11-29
ide: Ignore double DMA transfer starts/stops
Kevin Wolf
1
-28
/
+32
2010-11-29
ide: Set bus master inactive on error
Kevin Wolf
1
-0
/
+2
2010-11-29
ide: Factor ide_dma_set_inactive out
Kevin Wolf
1
-16
/
+13
2010-11-27
Add pcnet-pci.c
Paul Brook
1
-0
/
+345
2010-11-27
Split out common pcnet code
Paul Brook
2
-307
/
+7
2010-11-25
scsi-disk: Remove duplicate cdb parsing
Hannes Reinecke
1
-53
/
+21
2010-11-25
scsi: Move sense handling into the driver
Hannes Reinecke
3
-26
/
+25
2010-11-25
scsi: INQUIRY VPD fixes
Hannes Reinecke
1
-4
/
+14
2010-11-25
scsi: Return SAM status codes
Hannes Reinecke
2
-14
/
+16
2010-11-25
scsi: Increase the number of possible devices
Hannes Reinecke
2
-2
/
+3
2010-11-24
qemu and qemu-xen: support empty write barriers in xen_disk
Stefano Stabellini
1
-2
/
+10
2010-11-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
6
-77
/
+27
2010-11-24
scsi-disk: Move active request asserts
Stefan Hajnoczi
1
-6
/
+6
2010-11-24
virtio: fix up VQ checks
Michael S. Tsirkin
1
-11
/
+16
2010-11-24
virtio: Convert fprintf() to error_report()
Stefan Hajnoczi
1
-17
/
+18
2010-11-24
pci: fix bus walk under secondary bus reset
Michael S. Tsirkin
1
-13
/
+24
2010-11-22
pci bridge: implement secondary bus reset
Isaku Yamahata
1
-1
/
+10
2010-11-22
pci: use qdev reset framework for pci bus reset
Isaku Yamahata
2
-3
/
+22
[prev]
[next]