index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
fdc.c
Age
Commit message (
Expand
)
Author
2020-03-27
fdc/i8257: implement verify transfer mode
Sven Schnelle
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-07-30
fdc: Fix inserting read-only media in empty drive
Kevin Wolf
2019-06-14
hw/block/fdc: floppy command FIFO memory initialization
Andrey Shinkevich
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
2018-11-19
fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabled
Mark Cave-Ayland
2018-06-30
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2018-06-29
hw/block/fdc: Replace error_setg(&error_abort) by assert()
Philippe Mathieu-Daudé
2018-06-29
hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2018-03-26
fdc: Exit if ISA controller does not support DMA
Alexey Kardashevskiy
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-18
hw/block/fdc: Convert to realize
Mao Zhongyi
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
2017-04-24
fdc: Make errp the last parameter of fdctrl_connect_drives
Fam Zheng
2017-02-28
hw/block: Request permissions
Kevin Wolf
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
2016-10-27
fdc: Add a floppy drive qdev
Kevin Wolf
2016-10-27
fdc: Add a floppy qbus
Kevin Wolf
2016-09-08
portio: keep references on portio
Marc-André Lureau
2016-05-12
fdc: Switch to byte-based block access
Eric Blake
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-11
fdc: add function to determine drive chs limits
Roman Kagan
2016-02-10
fdc: always compile-check debug prints
John Snow
2016-02-03
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2016-02-03
sparc: disable floppy DMA
Hervé Poussineau
2016-02-03
fdc: fix detection under Linux
John Snow
2016-02-02
Revert "hw/block/fdc: Implement tray status"
Max Reitz
2016-01-25
fdc: change auto fallback drive for ISA FDC to 288
John Snow
2016-01-25
fdc: rework pick_geometry
John Snow
2016-01-25
fdc: add physical disk sizes
John Snow
2016-01-25
fdc: add drive type option
John Snow
2016-01-25
fdc: Add fallback option
John Snow
2016-01-25
fdc: add pick_drive
John Snow
2016-01-25
fdc: Throw an assertion on misconfigured fd_formats table
John Snow
2016-01-25
fdc: add disk field
John Snow
2016-01-25
fdc: add drive type qapi enum
John Snow
2016-01-25
fdc: reduce number of pick_geometry arguments
John Snow
2016-01-25
fdc: move pick_geometry
John Snow
[next]