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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
6
-6
/
+0
2018-03-02
Revert "IDE: Do not flush empty CDROM drives"
Stefan Hajnoczi
1
-9
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-09
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-2
/
+2
2018-01-23
Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...
Peter Maydell
2
-3
/
+3
2018-01-22
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...
Peter Maydell
1
-5
/
+5
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2
-3
/
+3
2018-01-20
sii3112: Add explicit type casts to avoid unintended sign extension
BALATON Zoltan
1
-5
/
+5
2018-01-19
hw/ide: Remove duplicated definitions from ahci_internal.h
John Snow
1
-4
/
+0
2018-01-19
ide: abort TRIM operation for invalid range
Anton Nefedov
1
-2
/
+13
2018-01-19
ide: move ide_sect_range_ok() up
Anton Nefedov
1
-12
/
+12
2018-01-19
ide: pass IDEState to trim AIO callback
Anton Nefedov
1
-6
/
+8
2018-01-10
hw/ide: Emulate SiI3112 SATA controller
BALATON Zoltan
3
-0
/
+374
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-8
/
+4
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
9
-10
/
+2
2017-10-31
ide: avoid referencing NULL dev in rotational rate setting
Daniel P. Berrange
1
-1
/
+3
2017-10-31
hw/ide/ahci: Move allwinner code into a separate file
Thomas Huth
3
-95
/
+128
2017-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+2
2017-10-17
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
1
-1
/
+3
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2
-0
/
+8
2017-10-12
ide: support reporting of rotation rate
Daniel P. Berrange
2
-0
/
+2
2017-09-27
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...
Peter Maydell
2
-2
/
+6
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2
-2
/
+6
2017-09-27
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
1
-3
/
+6
2017-09-27
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
1
-2
/
+8
2017-09-27
macio: convert pmac_ide_ops from old_mmio
Mark Cave-Ayland
1
-106
/
+75
2017-09-27
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
1
-3
/
+41
2017-09-22
ide: fix enum comparison for gcc 4.7
John Snow
2
-2
/
+2
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
2
-47
/
+46
2017-09-18
AHCI: remove DPRINTF macro
John Snow
1
-9
/
+0
2017-09-18
AHCI: pretty-print FIS to buffer instead of stderr
John Snow
2
-10
/
+22
2017-09-18
AHCI: Rework IRQ constants
John Snow
3
-21
/
+74
2017-09-18
AHCI: Replace DPRINTF with trace-events
John Snow
2
-89
/
+117
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
3
-11
/
+21
2017-09-18
ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
John Snow
2
-41
/
+38
2017-09-18
IDE: add tracing for data ports
John Snow
2
-1
/
+16
2017-09-18
IDE: Add register hints to tracing
John Snow
2
-24
/
+72
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
6
-69
/
+79
2017-09-18
hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false
Thomas Huth
1
-0
/
+3
2017-09-18
ide: ahci: unparent children buses before freeing their memory
Igor Mammedov
1
-0
/
+1
2017-08-10
IDE: Do not flush empty CDROM drives
Stefan Hajnoczi
1
-1
/
+9
2017-07-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
3
-2
/
+369
2017-07-18
ahci: split public and private interface
John Snow
3
-2
/
+361
2017-07-18
ahci: add ahci_get_num_ports
John Snow
1
-0
/
+8
2017-07-18
ide: bdrv_attach_dev() for empty CD-ROM
Kevin Wolf
1
-0
/
+3
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
1
-1
/
+1
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-03-15
ide: ahci: call cleanup function in ahci unit
Li Qiang
1
-0
/
+12
2017-03-15
ide: core: add cleanup function
Li Qiang
1
-0
/
+8
2017-03-15
ide: qdev: register ide bus unrealize function
Li Qiang
1
-6
/
+6
[next]