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
/
include
/
hw
/
ide
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
hw/ide: replace TABs with space
Yeqi Fu
1
-124
/
+124
2023-02-27
hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
Philippe Mathieu-Daudé
1
-0
/
+4
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
1
-1
/
+1
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
-1
/
+1
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_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
1
-8
/
+1
2023-02-27
hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
Philippe Mathieu-Daudé
1
-1
/
+0
2023-01-06
ide: Add 8-bit data mode
Lubomir Rintel
1
-0
/
+1
2022-09-30
hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command
Lev Kujawski
1
-0
/
+3
2021-09-30
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
1
-2
/
+2
2021-07-19
hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
Thomas Huth
1
-1
/
+1
2020-10-01
ide: remove magic constants from the device register
John Snow
1
-0
/
+11
2020-10-01
ide: model HOB correctly
John Snow
1
-0
/
+1
2020-10-01
ide: rename cmd_write to ctrl_write
John Snow
1
-4
/
+5
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-7
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
1
-6
/
+6
2020-03-17
hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h
BALATON Zoltan
1
-0
/
+2
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-20
hw/ide/internal: Remove unused DMARestartFunc typedef
Philippe Mathieu-Daudé
1
-1
/
+0
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-1
/
+2
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-02-22
hw/ide: drop iov field from IDEDMA
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-02-22
hw/ide: drop iov field from IDEBufferedRequest
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-02-22
hw/ide: drop iov field from IDEState
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2018-06-08
ide: introduce ide_transfer_start_norecurse
Paolo Bonzini
1
-0
/
+2
2018-06-08
ide: push end_transfer_func out of start_transfer callback, rename callback
Paolo Bonzini
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-10-12
ide: support reporting of rotation rate
Daniel P. Berrange
1
-0
/
+8
2017-09-22
ide: fix enum comparison for gcc 4.7
John Snow
1
-2
/
+1
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
1
-2
/
+3
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
1
-2
/
+5
2017-09-18
ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
John Snow
1
-1
/
+0
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
1
-1
/
+0
2017-03-15
ide: core: add cleanup function
Li Qiang
1
-0
/
+1
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
1
-0
/
+1
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-0
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-2
/
+2
2016-06-29
ide: move headers to include folder
Efimov Vasily
1
-0
/
+635