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
2024-04-30
hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
Lev Kujawski
1
-4
/
+17
2024-02-28
ide, vl: turn -win2k-hack into a property on IDE devices
Paolo Bonzini
1
-1
/
+2
2024-02-28
ide: collapse parameters to ide_init_drive
Paolo Bonzini
1
-22
/
+18
2024-02-27
hw/ide: Include 'ide-internal.h' from current path
Philippe Mathieu-Daudé
1
-1
/
+1
2023-12-29
hw/ide: Constify VMState
Richard Henderson
1
-8
/
+8
2023-11-21
ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...
Mark Cave-Ayland
1
-0
/
+12
2023-11-07
hw/ide: reset: cancel async DMA operation before resetting state
Fiona Ebner
1
-7
/
+7
2023-09-06
hw/ide/core: set ERR_STAT in unsupported command completion
Niklas Cassel
1
-1
/
+1
2023-08-31
hw/ide: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+3
2023-03-24
hw/ide: replace TABs with space
Yeqi Fu
1
-42
/
+42
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
1
-9
/
+9
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-02-27
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
1
-3
/
+3
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
Philippe Mathieu-Daudé
1
-22
/
+22
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
1
-0
/
+8
2023-01-06
ide: Add 8-bit data mode
Lubomir Rintel
1
-10
/
+33
2022-09-30
hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command
Lev Kujawski
1
-3
/
+26
2022-09-30
hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
Lev Kujawski
1
-0
/
+6
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-1
/
+0
2022-05-25
ide_ioport_read: Return lower octet of data register instead of 0xFF
Lev Kujawski
1
-1
/
+5
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
1
-0
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-07
ide: Increment BB in-flight counter for TRIM BH
Hanna Reitz
1
-0
/
+7
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2021-11-02
ide: Cap LBA28 capacity announcement to 2^28-1
Samuel Thibault
1
-2
/
+6
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-10-27
ide: clear SRST after SRST finishes
John Snow
1
-0
/
+2
2020-10-27
ide: perform SRST as early as possible
John Snow
1
-3
/
+1
2020-10-27
ide: run diagnostic after SRST
John Snow
1
-4
/
+2
2020-10-09
hw/ide: restore replay support of IDE
Alex Bennée
1
-2
/
+2
2020-10-01
ide: cancel pending callbacks on SRST
John Snow
1
-18
/
+40
2020-10-01
ide: clear interrupt on command write
John Snow
1
-0
/
+1
2020-10-01
ide: remove magic constants from the device register
John Snow
1
-12
/
+14
2020-10-01
ide: reorder set/get sector functions
John Snow
1
-11
/
+15
2020-10-01
ide: model HOB correctly
John Snow
1
-8
/
+7
2020-10-01
ide: don't tamper with the device register
John Snow
1
-2
/
+2
2020-10-01
ide: rename cmd_write to ctrl_write
John Snow
1
-6
/
+6
2020-09-01
hw/ide/core: Trivial typo fix
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
1
-3
/
+3
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-27
ide: Fix incorrect handling of some PRDTs in ide_dma_cb()
Alexander Popov
1
-8
/
+22
2019-10-10
ide: account UNMAP (TRIM) operations
Anton Nefedov
1
-0
/
+12
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
1
-14
/
+0
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
[next]