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
/
microdrive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
ide: Rename ide_bus_new() to ide_bus_init()
Peter Maydell
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+2
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-4
/
+4
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2018-03-12
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Thomas Huth
1
-1
/
+0
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-2
/
+2
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-09-18
hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false
Thomas Huth
1
-0
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-4
/
+4
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2014-10-24
hmp: Remove "info pcmcia"
Markus Armbruster
1
-1
/
+0
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-2
/
+2
2014-08-20
block: Drop some superfluous casts from void *
Markus Armbruster
1
-1
/
+1
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
1
-1
/
+1
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2013-11-05
microdrive: Coding Style cleanups
Andreas Färber
1
-24
/
+38
2013-11-05
pcmcia: QOM'ify PCMCIACardState and MicroDriveState
Andreas Färber
1
-47
/
+123
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
1
-1
/
+0
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-07-06
ide: Replace IDEState members is_cdrom, is_cf by drive_kind
Markus Armbruster
1
-1
/
+1
2010-06-04
ide: Split non-qdev code off ide_init2()
Markus Armbruster
1
-1
/
+2
2009-12-04
Add "static" to please Sparse
Blue Swirl
1
-1
/
+1
2009-11-07
IDE: Fix reset handling
Blue Swirl
1
-1
/
+1
2009-10-27
ide: port microdrive to vmstate
Juan Quintela
1
-43
/
+18
2009-10-27
ide: microdrive cycle field is set as uint8_t
Juan Quintela
1
-1
/
+1
2009-10-12
ide: remove uselsess casts from void *
Juan Quintela
1
-9
/
+9
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
1
-1
/
+1
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann
1
-0
/
+575