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
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
piix: tag as not hotpluggable.
Gerd Hoffmann
1
-0
/
+2
2010-12-19
ahci: delete write-only variables (v2)
Blue Swirl
1
-4
/
+1
2010-12-17
ide: Build fix for via.c
Kevin Wolf
1
-1
/
+1
2010-12-17
ide: Fix build for cmd646.c
Kevin Wolf
1
-2
/
+2
2010-12-17
ide: Register vm change state handler once only
Stefan Hajnoczi
3
-28
/
+58
2010-12-17
ide: honor ncq for atapi
Alexander Graf
1
-0
/
+6
2010-12-17
ahci: set SATA Mode Select
Sebastian Herbszt
1
-0
/
+3
2010-12-17
ahci: add ahci emulation
Alexander Graf
1
-0
/
+1524
2010-12-17
ide: add ncq identify data for ahci sata drives
Roland Elek
2
-0
/
+9
2010-12-17
ide: move transfer_start after variable modification
Alexander Graf
1
-4
/
+4
2010-12-17
ide: Split out BMDMA code from ATA core
Alexander Graf
7
-298
/
+446
2010-12-17
ide: fix whitespace gap in ide_exec_cmd
Alexander Graf
1
-367
/
+367
2010-12-17
ide: split ide command interpretation off
Alexander Graf
2
-6
/
+16
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+5
2010-12-11
Add get_fw_dev_path callback to IDE bus.
Gleb Natapov
1
-0
/
+13
2010-12-11
Store IDE bus id in IDEBus structure for easy access.
Gleb Natapov
6
-9
/
+11
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+2
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2
-0
/
+2
2010-12-11
Add endianness as io mem parameter
Alexander Graf
2
-3
/
+6
2010-12-01
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
7
-124
/
+83
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-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
6
-77
/
+27
2010-11-22
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
1
-1
/
+1
2010-11-04
ide: Handle immediate bdrv_aio_flush failure
Kevin Wolf
1
-3
/
+9
2010-10-22
ide: Handle flush failure
Kevin Wolf
2
-2
/
+11
2010-10-22
ide: Factor ide_flush_cache out
Kevin Wolf
1
-4
/
+10
2010-10-22
ide: set WCACHE supported in IDENTIFY data
Christoph Hellwig
1
-2
/
+2
2010-09-21
ide: propagate the required alignment
Christoph Hellwig
1
-1
/
+3
2010-09-08
Improve ATA IDENTIFY word 64 contents.
Jonathan A. Kollasch
1
-2
/
+2
2010-08-24
Rearrange block headers
Blue Swirl
2
-0
/
+2
2010-08-03
ide: Avoid canceling IDE DMA
Andrea Arcangeli
1
-2
/
+21
2010-07-30
Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevin
Aurelien Jarno
1
-0
/
+15
2010-07-27
Fix uint8_t comparisons with negative values
Blue Swirl
1
-2
/
+1
2010-07-26
ide: fix migration in the middle of a bmdma transfer
Juan Quintela
1
-0
/
+30
2010-07-26
ide: fix migration in the middle of pio operation
Juan Quintela
2
-1
/
+94
2010-07-26
Revert "ide save/restore current transfer fields"
Juan Quintela
1
-6
/
+2
2010-07-26
Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"
Juan Quintela
2
-65
/
+2
2010-07-26
ide/atapi: add support for GET EVENT STATUS NOTIFICATION
Aurelien Jarno
1
-0
/
+15
2010-07-13
ide scsi virtio-blk: Reject empty drives unless media is removable
Markus Armbruster
1
-0
/
+4
2010-07-12
pci/multi function bit: fix vt82c686.c.
Isaku Yamahata
1
-1
/
+0
2010-07-11
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2
-2
/
+0
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
5
-35
/
+61
2010-07-06
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
1
-1
/
+1
2010-07-06
savevm: Add DeviceState param
Alex Williamson
6
-6
/
+6
2010-07-06
ide: Reject invalid CHS geometry
Markus Armbruster
1
-0
/
+12
2010-07-06
ide: Reject readonly drives unless CD-ROM
Markus Armbruster
1
-0
/
+5
2010-07-06
ide: Make ide_init_drive() return success
Markus Armbruster
3
-7
/
+14
[next]