Sign in
qemu
/
qemu
/
8a87f121ca82fbb34877ec843dfc50b327baef9d
/
hw
/
ide
/
core.c
5323926
ide: Clean up includes
by Peter Maydell
· 9 years ago
d66a8fa
ide: enable buffered requests for PIO read requests
by Peter Lieven
· 9 years ago
1d8c11d
ide: add support for IDEBufferedRequest
by Peter Lieven
· 9 years ago
ecca3b3
ide: Account for failed and invalid operations
by Alberto Garcia
· 9 years ago
c618f33
ide: Account for write operations correctly
by Alberto Garcia
· 9 years ago
35c2c8d
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
by Eduardo Habkost
· 9 years ago
9ef2e93
atapi: abort transfers with 0 byte limits
by John Snow
· 10 years ago
d9033e1
ide: fix ATAPI command permissions
by John Snow
· 10 years ago
aaeda4a
ide: unify io_buffer_offset increments
by John Snow
· 10 years ago
cb72cba
ide: Clear DRQ after handling all expected accesses
by Kevin Wolf
· 10 years ago
d2ff858
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
by Kevin Wolf
· 10 years ago
7c03a69
ahci: add rwerror=stop support for ncq
by John Snow
· 10 years ago
a718978
ide: add limit to .prepare_buf()
by John Snow
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 11 years ago
e477317
ide: there is only one data port
by Paolo Bonzini
· 10 years ago
dd0bf7b
ide: fix cmd_read_pio when nsectors > 1
by John Snow
· 10 years ago
6aff22c
ide: fix cmd_write_pio when nsectors > 1
by John Snow
· 10 years ago
4e2b8b4
ide: make more functions static
by Paolo Bonzini
· 10 years ago
c71c06d
ide: commonize io_buffer_index initialization
by Paolo Bonzini
· 10 years ago
d12b9ff
ide: migrate initial request state via IDEBus
by Paolo Bonzini
· 10 years ago
dc5d0af
ide: place initial state of the current request to IDEBus
by Paolo Bonzini
· 10 years ago
a96cb23
ide: replace set_unit callback with more IDEBus state
by Paolo Bonzini
· 10 years ago
fe09c7c
ide: remove restart_cb callback
by Paolo Bonzini
· 10 years ago
9898586
ide: move restart callback to common code
by Paolo Bonzini
· 10 years ago
d34fced
ide: pass IDEBus to the restart_cb
by Paolo Bonzini
· 10 years ago
f878c91
ide: introduce ide_register_restart_cb
by Paolo Bonzini
· 10 years ago
819fa27
Restore atapi_dma flag across migration
by Dr. David Alan Gilbert
· 10 years ago
6b896ab
hw/ide/core.c: Prevent SIGSEGV during migration
by Don Slutz
· 10 years ago
3251bdc
ide: Correct handling of malformed/short PRDTs
by John Snow
· 10 years ago
36334fa
ide: repair PIO transfers for cases where nsector > 1
by John Snow
· 10 years ago
659142e
ahci: Update byte count after DMA completion
by John Snow
· 11 years ago
a987ee1
ide: Complete conversion from BlockDriverState to BlockBackend
by Markus Armbruster
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
7c84b1b
block: Rename BlockDriverAIOCB* to BlockAIOCB*
by Markus Armbruster
· 10 years ago
d8f94e1
ide: Update ide_drive_get to be HBA agnostic
by John Snow
· 11 years ago
8007429
block: Rename qemu_aio_release -> qemu_aio_unref
by Fam Zheng
· 11 years ago
e551c99
ide: Convert trim_aiocb_info.cancel to .cancel_async
by Fam Zheng
· 11 years ago
0d910cf
ide/ahci: Check for -ECANCELED in aio callbacks
by Fam Zheng
· 11 years ago
5366d0c
block: Make the block accounting functions operate on BlockAcctStats
by Benoît Canet
· 11 years ago
28298fd
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
by Benoît Canet
· 11 years ago
01ce352
ide: Add resize callback to ide/core
by John Snow
· 11 years ago
4bf6637
IDE: Fill the IDENTIFY request consistently
by John Snow
· 11 years ago
c5fe97e
ide: Add wwn support to IDE-ATAPI drive
by John Snow
· 11 years ago
d66168e
ide: only constrain read/write requests to drive size, not other types
by Michael Tokarev
· 11 years ago
f7f3ff1
ide: Fix segfault when flushing a device that doesn't exist
by Kevin Wolf
· 11 years ago
c7e73ad
ide: make all commands go through cmd_done
by Paolo Bonzini
· 11 years ago
08ee9e3
ide: stop PIO transfer on errors
by Paolo Bonzini
· 11 years ago
fd648f1
ide: move retry constants out of BM_STATUS_* namespace
by Paolo Bonzini
· 11 years ago
0e7ce54
ide: fold add_status callback into set_inactive
by Paolo Bonzini
· 11 years ago
4855b57
ide: wrap start_dma callback
by Paolo Bonzini
· 11 years ago
4463512
ide: simplify start_transfer callbacks
by Paolo Bonzini
· 11 years ago
829b933
ide: simplify set_inactive callbacks
by Paolo Bonzini
· 11 years ago
1374bec
ide: simplify reset callbacks
by Paolo Bonzini
· 11 years ago
69f72a2
ide: stash aiocb for flushes
by Paolo Bonzini
· 11 years ago
58ac321
ide: Treat read/write beyond end as invalid
by Markus Armbruster
· 11 years ago
a589569
qapi: adjust existing defines
by Wenchao Xia
· 11 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
940973a
ide: Correct improper smart self test counter reset in ide core.
by Benoît Canet
· 11 years ago
0706f7c
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
by Peter Maydell
· 11 years ago
1b7fd72
block: rename buffer_alignment to guest_block_size
by Paolo Bonzini
· 13 years ago
850484a
ide: cmd_exec_dev_diagnostic() always set error register to 0x01
by David du Colombier
· 11 years ago
e3d4d36
ide: Drop ide_init2_with_non_qdev_drives()
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
a62eaa2
ahci: Fix FLUSH command
by Kevin Wolf
· 12 years ago
dfe1ea8
ide: Clean up ide_exec_cmd()
by Kevin Wolf
· 12 years ago
ff35267
ide: Convert SMART commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
6b1dd74
ide: Convert CF-ATA commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
ee425c7
ide: Convert ATAPI commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
61fdda3
ide: Convert SEEK to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
9afce42
ide: Convert FLUSH CACHE to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
ee03398
ide: Convert SET FEATURES to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
785f632
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
63a82e6
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
92a6a6f
ide: Convert DMA read/write commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
0e6498e
ide: Convert PIO read/write commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
adf3a2c
ide: Convert read/write multiple commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
413860c
ide: Convert verify commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
b300337
ide: Convert cmd_nop commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
1c66869
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
4286434
ide: Convert WIN_DSM to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
a0436e9
ide: Add handler to ide_cmd_table
by Kevin Wolf
· 12 years ago
f68ec837
ide: Set BSY bit during FLUSH
by Andreas Färber
· 12 years ago
aad64f3
ide: refuse WIN_READ_NATIVE_MAX on empty device
by Stefan Hajnoczi
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
67bec53
ide: Add fall through annotations
by Kevin Wolf
· 12 years ago
501378c
ide: issue discard asynchronously but serialize the pieces
by Paolo Bonzini
· 12 years ago
80bc2e8
ide: fix TRIM with empty range entry
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
6f99198
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
a7f3d65
atapi: reset cdrom tray statuses on ide_reset
by Pavel Hrdina
· 12 years ago
0c6f08b
atapi: make change media detection for guests easier
by Pavel Hrdina
· 12 years ago
72bcca7
ide: Fix status register after short PRDs
by Kevin Wolf
· 12 years ago
038268e
ide: Fix crash with too long PRD
by Kevin Wolf
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
3e1caa5
iostatus: reorganize io error code
by Paolo Bonzini
· 13 years ago
1ceee0d
iostatus: change is_read to a bool
by Paolo Bonzini
· 13 years ago
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 13 years ago
Next »