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-04-27
ide/atapi: Introduce CHECK_READY flag for commands
Kevin Wolf
1
-25
/
+23
2011-04-27
ide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
Kevin Wolf
1
-15
/
+6
2011-04-27
ide/atapi: Use table instead of switch for commands
Kevin Wolf
1
-67
/
+48
2011-04-27
ide/atapi: Factor commands out
Kevin Wolf
1
-378
/
+459
2011-04-27
ide: Split atapi.c out
Kevin Wolf
3
-1061
/
+1097
2011-04-27
atapi: Add 'medium ready' to 'medium not ready' transition on cd change
Amit Shah
1
-4
/
+16
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
6
-6
/
+0
2011-04-13
atapi: GESN: implement 'media' subcommand
Amit Shah
2
-4
/
+115
2011-04-13
atapi: GESN: Standardise event response handling for future additions
Amit Shah
1
-6
/
+19
2011-04-13
atapi: GESN: Use structs for commonly-used field types
Amit Shah
1
-2
/
+14
2011-04-13
atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function
Amit Shah
1
-13
/
+24
2011-04-13
atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change
Amit Shah
1
-6
/
+14
2011-04-13
atapi: Report correct errors on guest eject request
Amit Shah
1
-2
/
+6
2011-04-13
atapi: Drives can be locked without media present
Amit Shah
1
-7
/
+2
2011-04-07
ide: consolidate drive_get(IF_IDE)
Isaku Yamahata
1
-0
/
+14
2011-03-21
Merge branch 'for-anthony' of git://github.com/bonzini/qemu
Aurelien Jarno
1
-2
/
+2
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-2
/
+2
2011-03-15
Fix ATA SMART and CHECK POWER MODE
Brian Wheeler
1
-13
/
+28
2011-02-21
isa-bus: Remove bogus IRQ sharing check
Jan Kiszka
2
-2
/
+2
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
1
-1
/
+1
2011-02-07
ahci: make number of ports runtime determined
Alexander Graf
3
-16
/
+26
2011-02-07
ahci: Implement HBA reset
Alexander Graf
1
-1
/
+4
2011-02-07
ahci: send init d2h fis on fis enable
Alexander Graf
2
-7
/
+32
2011-02-07
ahci: split ICH and AHCI even more
Alexander Graf
2
-112
/
+88
2011-02-07
ahci: add license header in ahci.h
Alexander Graf
1
-0
/
+23
2011-02-07
ahci: split ICH9 from core
Sebastian Herbszt
3
-301
/
+374
2011-01-31
blockdev: Fix regression in -drive if=scsi,index=N
Markus Armbruster
1
-1
/
+0
2011-01-31
ahci: Fix cpu_physical_memory_unmap() argument ordering
Stefan Hajnoczi
1
-5
/
+5
2011-01-31
block: tell drivers about an image resize
Christoph Hellwig
1
-1
/
+5
2011-01-24
ide: Remove unneeded null pointer check
Stefan Weil
1
-3
/
+1
2011-01-24
ide: kill ide_dma_submit_check
Christoph Hellwig
1
-9
/
+6
2011-01-24
ide: also reset io_buffer_index for writes
Christoph Hellwig
1
-2
/
+1
2011-01-24
ide: factor dma handling helpers
Christoph Hellwig
3
-80
/
+36
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
[next]