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
/
block
/
fdc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-5
/
+8
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-8
/
+13
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-5
/
+3
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-2
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-06-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+109
2020-06-24
floppy: move cmos_get_fd_drive_type() from pc
Gerd Hoffmann
1
-1
/
+25
2020-06-24
floppy: make isa_fdc_get_drive_max_chs static
Gerd Hoffmann
1
-2
/
+2
2020-06-24
acpi: move aml builder code for floppy device
Gerd Hoffmann
1
-0
/
+83
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-3
/
+3
2020-06-23
fdc: Deprecate configuring floppies with -global isa-fdc
Markus Armbruster
1
-0
/
+17
2020-06-23
fdc: Open-code fdctrl_init_isa()
Markus Armbruster
1
-14
/
+0
2020-06-23
fdc: Reject clash between -drive if=floppy and -global isa-fdc
Markus Armbruster
1
-23
/
+28
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-1
/
+4
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-15
isa: Convert uses of isa_create(), isa_try_create() manually
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-6
/
+6
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-2
/
+2
2020-04-29
fdc: Fix fallback=auto error handling
Markus Armbruster
1
-0
/
+1
2020-03-27
fdc/i8257: implement verify transfer mode
Sven Schnelle
1
-43
/
+18
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-4
/
+4
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+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
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-30
fdc: Fix inserting read-only media in empty drive
Kevin Wolf
1
-3
/
+8
2019-06-14
hw/block/fdc: floppy command FIFO memory initialization
Andrey Shinkevich
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2018-11-19
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
1
-1
/
+1
2018-06-30
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-3
/
+3
2018-06-29
hw/block/fdc: Replace error_setg(&error_abort) by assert()
Philippe Mathieu-Daudé
1
-8
/
+1
2018-06-29
hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
Philippe Mathieu-Daudé
1
-3
/
+3
2018-03-26
fdc: Exit if ISA controller does not support DMA
Alexey Kardashevskiy
1
-1
/
+4
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-11
/
+6
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-18
hw/block/fdc: Convert to realize
Mao Zhongyi
1
-17
/
+16
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-3
/
+3
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
1
-9
/
+9
2017-04-24
fdc: Make errp the last parameter of fdctrl_connect_drives
Fam Zheng
1
-3
/
+3
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-2
/
+23
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
1
-32
/
+88
2016-10-27
fdc: Add a floppy drive qdev
Kevin Wolf
1
-31
/
+120
2016-10-27
fdc: Add a floppy qbus
Kevin Wolf
1
-5
/
+35
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-1
/
+3
2016-05-12
fdc: Switch to byte-based block access
Eric Blake
1
-8
/
+17
[next]