index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
core.c
Age
Commit message (
Expand
)
Author
2023-11-19
hw/ide: reset: cancel async DMA operation before resetting state
Fiona Ebner
2023-09-11
hw/ide/core: set ERR_STAT in unsupported command completion
Niklas Cassel
2023-09-11
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2022-09-30
hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command
Lev Kujawski
2022-09-30
hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
Lev Kujawski
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-05-25
ide_ioport_read: Return lower octet of data register instead of 0xFF
Lev Kujawski
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
ide: Increment BB in-flight counter for TRIM BH
Hanna Reitz
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
2021-11-02
ide: Cap LBA28 capacity announcement to 2^28-1
Samuel Thibault
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-10-27
ide: clear SRST after SRST finishes
John Snow
2020-10-27
ide: perform SRST as early as possible
John Snow
2020-10-27
ide: run diagnostic after SRST
John Snow
2020-10-09
hw/ide: restore replay support of IDE
Alex Bennée
2020-10-01
ide: cancel pending callbacks on SRST
John Snow
2020-10-01
ide: clear interrupt on command write
John Snow
2020-10-01
ide: remove magic constants from the device register
John Snow
2020-10-01
ide: reorder set/get sector functions
John Snow
2020-10-01
ide: model HOB correctly
John Snow
2020-10-01
ide: don't tamper with the device register
John Snow
2020-10-01
ide: rename cmd_write to ctrl_write
John Snow
2020-09-01
hw/ide/core: Trivial typo fix
Philippe Mathieu-Daudé
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-27
ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
Alexander Popov
2019-10-10
ide: account UNMAP (TRIM) operations
Anton Nefedov
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-02-22
hw/ide: drop iov field from IDEBufferedRequest
Vladimir Sementsov-Ogievskiy
2019-02-22
hw/ide: drop iov field from IDEState
Vladimir Sementsov-Ogievskiy
2019-02-05
ide: split ioport registration to a separate file
Paolo Bonzini
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-10-02
replay: replay BH for IDE trim operation
Pavel Dovgalyuk
2018-06-08
ide: introduce ide_transfer_start_norecurse
Paolo Bonzini
2018-06-08
ide: make ide_transfer_stop idempotent
Paolo Bonzini
2018-06-08
ide: call ide_cmd_done from ide_transfer_stop
Paolo Bonzini
2018-06-08
ide: push end_transfer_func out of start_transfer callback, rename callback
Paolo Bonzini
2018-06-01
hw/ide: Remove unused include
Philippe Mathieu-Daudé
2018-03-27
ide: fix invalid TRIM range abortion for macio
Anton Nefedov
2018-03-02
Revert "IDE: Do not flush empty CDROM drives"
Stefan Hajnoczi
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-19
ide: abort TRIM operation for invalid range
Anton Nefedov
[next]