index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
/
fdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
2018-11-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2018-06-30
1
-3
/
+3
|
\
|
*
hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2018-06-29
1
-3
/
+3
*
|
hw/block/fdc: Replace error_setg(&error_abort) by assert()
Philippe Mathieu-Daudé
2018-06-29
1
-8
/
+1
|
/
*
fdc: Exit if ISA controller does not support DMA
Alexey Kardashevskiy
2018-03-26
1
-1
/
+4
*
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-12-19
1
-11
/
+6
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
hw/block/fdc: Convert to realize
Mao Zhongyi
2017-09-19
1
-17
/
+16
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-3
/
+3
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
2017-06-20
1
-9
/
+9
*
fdc: Make errp the last parameter of fdctrl_connect_drives
Fam Zheng
2017-04-24
1
-3
/
+3
*
hw/block: Request permissions
Kevin Wolf
2017-02-28
1
-2
/
+23
*
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
1
-1
/
+1
*
block: Add permissions to blk_new()
Kevin Wolf
2017-02-28
1
-1
/
+2
*
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
2016-10-27
1
-32
/
+88
*
fdc: Add a floppy drive qdev
Kevin Wolf
2016-10-27
1
-31
/
+120
*
fdc: Add a floppy qbus
Kevin Wolf
2016-10-27
1
-5
/
+35
*
portio: keep references on portio
Marc-André Lureau
2016-09-08
1
-1
/
+3
*
fdc: Switch to byte-based block access
Eric Blake
2016-05-12
1
-8
/
+17
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-2
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
fdc: add function to determine drive chs limits
Roman Kagan
2016-03-11
1
-0
/
+23
*
fdc: always compile-check debug prints
John Snow
2016-02-10
1
-7
/
+8
*
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2016-02-03
1
-17
/
+46
*
sparc: disable floppy DMA
Hervé Poussineau
2016-02-03
1
-0
/
+2
*
fdc: fix detection under Linux
John Snow
2016-02-03
1
-0
/
+16
*
Revert "hw/block/fdc: Implement tray status"
Max Reitz
2016-02-02
1
-16
/
+7
*
fdc: change auto fallback drive for ISA FDC to 288
John Snow
2016-01-25
1
-1
/
+1
*
fdc: rework pick_geometry
John Snow
2016-01-25
1
-20
/
+52
*
fdc: add physical disk sizes
John Snow
2016-01-25
1
-8
/
+32
*
fdc: add drive type option
John Snow
2016-01-25
1
-3
/
+23
*
fdc: Add fallback option
John Snow
2016-01-25
1
-2
/
+23
*
fdc: add pick_drive
John Snow
2016-01-25
1
-10
/
+46
*
fdc: Throw an assertion on misconfigured fd_formats table
John Snow
2016-01-25
1
-1
/
+3
*
fdc: add disk field
John Snow
2016-01-25
1
-0
/
+3
*
fdc: add drive type qapi enum
John Snow
2016-01-25
1
-40
/
+40
*
fdc: reduce number of pick_geometry arguments
John Snow
2016-01-25
1
-30
/
+20
*
fdc: move pick_geometry
John Snow
2016-01-25
1
-45
/
+45
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
2016-01-13
1
-5
/
+10
*
hw/block/fdc: Implement tray status
Max Reitz
2015-10-23
1
-4
/
+16
*
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-09
1
-1
/
+1
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-26
/
+16
*
fdc: Fix MSR.RQM flag
Kevin Wolf
2015-06-02
1
-1
/
+12
*
fdc: Disentangle phases in fdctrl_read_data()
Kevin Wolf
2015-06-02
1
-10
/
+23
*
fdc: Code cleanup in fdctrl_write_data()
Kevin Wolf
2015-06-02
1
-24
/
+39
*
fdc: Use phase in fdctrl_write_data()
Kevin Wolf
2015-06-02
1
-28
/
+41
*
fdc: Introduce fdctrl->phase
Kevin Wolf
2015-06-02
1
-0
/
+89
*
fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()
Kevin Wolf
2015-06-02
1
-15
/
+16
[next]