index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
fdc.c
Age
Commit message (
Expand
)
Author
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
2016-01-20
block: Clean up includes
Peter Maydell
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
2015-10-23
hw/block/fdc: Implement tray status
Max Reitz
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-02
fdc: Fix MSR.RQM flag
Kevin Wolf
2015-06-02
fdc: Disentangle phases in fdctrl_read_data()
Kevin Wolf
2015-06-02
fdc: Code cleanup in fdctrl_write_data()
Kevin Wolf
2015-06-02
fdc: Use phase in fdctrl_write_data()
Kevin Wolf
2015-06-02
fdc: Introduce fdctrl->phase
Kevin Wolf
2015-06-02
fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()
Kevin Wolf
2015-06-02
fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()
Kevin Wolf
2015-05-12
fdc: force the fifo access to be in bounds of the allocated buffer
Petr Matousek
2015-04-28
fdc: remove sparc sun4m mutations
Hervé Poussineau
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
isa-fdc: remove bootindexA/B property from qdev to qom
Gonglei
2014-09-11
fdc: adding vmstate for save/restore
Pavel Dovgalyuk
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2013-12-23
isa: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
fdc: Fix inheritence for SUNW,fdtwo
Andreas Färber
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-23
fdc: Improve error propagation for QOM realize
Andreas Färber
2013-07-23
fdc: Use QOM realize for fdc
Hu Tao
2013-07-23
fdc: QOM'ify some more
Hu Tao
[next]