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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
ide: Convert PIO read/write commands to ide_cmd_table handler
Kevin Wolf
1
-43
/
+50
2013-06-24
ide: Convert read/write multiple commands to ide_cmd_table handler
Kevin Wolf
1
-59
/
+60
2013-06-24
ide: Convert verify commands to ide_cmd_table handler
Kevin Wolf
1
-14
/
+13
2013-06-24
ide: Convert cmd_nop commands to ide_cmd_table handler
Kevin Wolf
1
-31
/
+17
2013-06-24
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
Kevin Wolf
1
-17
/
+23
2013-06-24
ide: Convert WIN_DSM to ide_cmd_table handler
Kevin Wolf
1
-13
/
+16
2013-06-24
ide: Add handler to ide_cmd_table
Kevin Wolf
1
-58
/
+86
2013-06-06
ide: Set BSY bit during FLUSH
Andreas Färber
1
-0
/
+1
2013-04-15
ide: refuse WIN_READ_NATIVE_MAX on empty device
Stefan Hajnoczi
1
-0
/
+4
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-3
/
+3
2013-01-25
ide: Add fall through annotations
Kevin Wolf
1
-8
/
+25
2013-01-15
ide: issue discard asynchronously but serialize the pieces
Paolo Bonzini
1
-25
/
+54
2013-01-15
ide: fix TRIM with empty range entry
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
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
1
-6
/
+0
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-09-28
iostatus: reorganize io error code
Paolo Bonzini
1
-15
/
+5
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
1
-1
/
+1
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
ide: Fix error messages from static code analysis (no real error)
Stefan Weil
1
-9
/
+2
2012-07-17
hw/block-common: Factor out fall back to legacy -drive cyls=...
Markus Armbruster
1
-12
/
+12
2012-07-17
blockdev: Don't limit DriveInfo serial to 20 characters
Markus Armbruster
1
-3
/
+3
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
1
-0
/
+2
2012-07-17
ide: qdev properties for disk geometry
Markus Armbruster
1
-5
/
+14
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
1
-1
/
+1
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-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
1
-1
/
+1
2012-06-15
ide: support enable/disable write cache
Paolo Bonzini
1
-3
/
+18
2012-05-02
ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop
Alexander Graf
1
-1
/
+6
2012-04-19
ide: convert ide_sector_write() to asynchronous I/O
Stefan Hajnoczi
1
-19
/
+42
2012-04-19
ide: convert ide_sector_read() to asynchronous I/O
Stefan Hajnoczi
1
-21
/
+55
2012-04-05
Use DMADirection type for dma_bdrv_io
David Gibson
1
-1
/
+2
2012-04-05
ide: Adds wwn=hex qdev option
Floris Bos
1
-6
/
+23
2012-04-05
ide: Change serial number strncpy() to pstrcpy()
Floris Bos
1
-1
/
+1
2012-04-05
ide: Add "model=s" qdev option
Floris Bos
1
-5
/
+22
2012-04-05
ide: IDENTIFY word 86 bit 14 is reserved
Kevin Wolf
1
-1
/
+1
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
1
-1
/
+0
2012-02-29
ide: fail I/O to empty disk
Paolo Bonzini
1
-4
/
+20
2012-02-22
ide: drop ide_tray_state_post_load()
Luiz Capitulino
1
-10
/
+0
2012-02-22
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
1
-3
/
+3
[next]