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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
Make all static TypeInfos const
Andreas Färber
7
-12
/
+12
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
13
-22
/
+22
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2
-3
/
+3
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
8
-8
/
+8
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
7
-9
/
+9
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
7
-9
/
+9
2012-12-13
atapi: reset cdrom tray statuses on ide_reset
Pavel Hrdina
1
-0
/
+2
2012-11-30
atapi: make change media detection for guests easier
Pavel Hrdina
2
-11
/
+10
2012-11-26
hw/ide/macio: Fix segfault caused by NULL DMAContext*
Peter Maydell
1
-2
/
+4
2012-11-21
ide: Fix status register after short PRDs
Kevin Wolf
1
-0
/
+1
2012-11-21
ide: Fix crash with too long PRD
Kevin Wolf
1
-0
/
+12
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
7
-28
/
+28
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-1
/
+0
2012-10-05
Remove libhw
Stefan Weil
1
-10
/
+10
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
1
-1
/
+1
2012-09-28
iostatus: reorganize io error code
Paolo Bonzini
1
-15
/
+5
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
2
-3
/
+3
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-3
/
+3
2012-09-28
iostatus: rename BlockErrorAction, BlockQMPEventAction
Paolo Bonzini
1
-1
/
+1
2012-09-12
ahci: properly reset PxCMD on HBA reset
Jason Baron
1
-1
/
+1
2012-09-12
ide: Fix error messages from static code analysis (no real error)
Stefan Weil
1
-9
/
+2
2012-09-12
ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0
Ronnie Sahlberg
1
-0
/
+6
2012-08-27
Revert "fix some debug printf format strings"
malc
2
-6
/
+4
2012-08-24
fix some debug printf format strings
Matthew Ogilvie
2
-4
/
+6
2012-08-10
ahci: Fix sglist memleak in ahci_dma_rw_buf()
Jason Baron
1
-0
/
+3
2012-08-10
ahci: Fix ahci cdrom read corruptions for reads > 128k
Jason Baron
2
-7
/
+35
2012-08-06
ide scsi: Mess with geometry only for hard disk devices
Markus Armbruster
1
-1
/
+2
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
4
-12
/
+4
2012-07-28
Avoid returning void
Blue Swirl
3
-5
/
+7
2012-07-17
hw/block-common: Factor out fall back to legacy -drive cyls=...
Markus Armbruster
2
-29
/
+14
2012-07-17
blockdev: Don't limit DriveInfo serial to 20 characters
Markus Armbruster
1
-3
/
+3
2012-07-17
hw/block-common: Factor out fall back to legacy -drive serial=...
Markus Armbruster
1
-10
/
+2
2012-07-17
hw/block-common: Move BlockConf & friends from block.h
Markus Armbruster
1
-0
/
+1
2012-07-17
Relax IDE CHS limits from 16383,16,63 to 65535,16,255
Markus Armbruster
1
-4
/
+4
2012-07-17
hd-geometry: Compute BIOS CHS translation in one place
Markus Armbruster
2
-0
/
+5
2012-07-17
ide pc: Put hard disk info into CMOS only for hard disks
Markus Armbruster
1
-1
/
+1
2012-07-17
ide: qdev property for BIOS CHS translation
Markus Armbruster
2
-5
/
+6
2012-07-17
ide: qdev properties for disk geometry
Markus Armbruster
3
-7
/
+38
2012-07-17
hd-geometry: Switch to uint32_t to match BlockConf
Markus Armbruster
1
-1
/
+1
2012-07-17
ide pc: Cut out the block layer geometry middleman
Markus Armbruster
3
-6
/
+19
2012-07-17
hd-geometry: Cut out block layer translation middleman
Markus Armbruster
1
-1
/
+1
2012-07-17
hd-geometry: Move disk geometry guessing back from block.c
Markus Armbruster
1
-1
/
+2
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
4
-12
/
+4
2012-07-02
atapi: implement READ DISC INFORMATION
Paolo Bonzini
1
-0
/
+31
2012-06-27
ide/ahci: Use universal DMA helper functions
David Gibson
3
-16
/
+23
2012-06-27
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
2
-3
/
+4
[next]