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
/
hw
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-1
/
+1
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2023-01-06
ide: Add "ide-cf" driver, a CompactFlash card
Lubomir Rintel
1
-0
/
+32
2023-01-06
ide: Add 8-bit data mode
Lubomir Rintel
1
-10
/
+33
2022-10-31
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
1
-1
/
+0
2022-10-31
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
1
-2
/
+3
2022-10-31
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
1
-1
/
+1
2022-10-20
hw/ide/microdrive: Use device_cold_reset() for self-resets
Peter Maydell
1
-4
/
+4
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-09-30
piix_ide_reset: Use pci_set_* functions instead of direct access
Lev Kujawski
1
-8
/
+9
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-2
/
+2
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+2
2022-06-28
hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
Lev Kujawski
1
-2
/
+2
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-1
/
+0
2022-06-09
include/hw/ide: Unexport pci_piix3_xen_ide_unplug()
Bernhard Beschow
1
-46
/
+0
2022-06-09
hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()
Bernhard Beschow
1
-0
/
+11
2022-06-09
hw/ide/piix: Remove redundant "piix3-ide-xen" device class
Bernhard Beschow
1
-7
/
+0
2022-05-25
ide_ioport_read: Return lower octet of data register instead of 0xFF
Lev Kujawski
2
-2
/
+8
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging
Peter Maydell
1
-1
/
+1
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
1
-1
/
+1
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
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-4
/
+4
2022-01-18
hw/dma: Fix format string issues using dma_addr_t
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+4
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+5
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-11-02
ide: Cap LBA28 capacity announcement to 2^28-1
Samuel Thibault
1
-2
/
+6
2021-10-18
via-ide: Avoid using isa_get_irq()
BALATON Zoltan
1
-2
/
+2
2021-10-18
via-ide: Set user_creatable to false
BALATON Zoltan
1
-0
/
+3
2021-09-30
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
10
-10
/
+10
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-1
/
+1
2021-07-20
hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEV
Philippe Mathieu-Daudé
1
-1
/
+1
2021-07-19
hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
Thomas Huth
2
-11
/
+27
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-05-02
hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
Philippe Mathieu-Daudé
1
-0
/
+1
2021-03-18
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
1
-38
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-15
hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICE
Alexander Bulekov
1
-6
/
+6
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-1
/
+1
2021-01-23
ide: atapi: check logical block address and read size (CVE-2020-29443)
Prasad J Pandit
1
-6
/
+24
2021-01-18
hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
1
-3
/
+5
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-01
ide: atapi: assert that the buffer pointer is in range
Paolo Bonzini
1
-0
/
+2
[next]