Sign in
qemu
/
qemu
/
7d0a07fa926436baf1238dcf68a55ea96cf5b9ab
/
hw
/
block
/
fdc.c
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
c7bcc85
qdev: Remove hex8/32/64 property types
by Paolo Bonzini
· 11 years ago
f3b1764
isa: Clean up use of cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
19d46d7
fdc: Fix inheritence for SUNW,fdtwo
by Andreas Färber
· 11 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 11 years ago
a3ef7a6
fdc: Improve error propagation for QOM realize
by Andreas Färber
· 11 years ago
940194c
fdc: Use QOM realize for fdc
by Hu Tao
· 12 years ago
dd3be74
fdc: QOM'ify some more
by Hu Tao
· 12 years ago
2d256e6
hw/block: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
4a17cc4
isa: QOM'ify ISADevice
by Andreas Färber
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
020c8e7
fdc: QOM'ify ISA floppy controller
by Andreas Färber
· 12 years ago
21e5181
qdev: Drop taddr properties
by Peter Maydell
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/fdc.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
cd30b53
fdc: remove last usage of FD_STATE_SEEK
by Hervé Poussineau
· 12 years ago
c83f97b
fdc: fix typo in zero constant
by Hervé Poussineau
· 12 years ago
27c86e2
fdc: remove double affectation of FD_MSR_CMDBUSY flag
by Hervé Poussineau
· 12 years ago
7ea004e
fdc: implement VERIFY command
by Hervé Poussineau
· 12 years ago
075f553
fdc: fix false FD_SR0_SEEK
by Hervé Poussineau
· 12 years ago
d6ed4e2
fdc: fix FD_SR0_SEEK for initial seek on DMA transfers
by Hervé Poussineau
· 12 years ago
c5139bd
fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers
by Hervé Poussineau
· 12 years ago
d497d53
fdc: use status0 field instead of a local variable
by Hervé Poussineau
· 12 years ago
34abf9a
fdc: Remove status0 parameter from fdctrl_set_fifo()
by Kevin Wolf
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 12 years ago
6d01377
fdc: fix relative seek
by Pavel Hrdina
· 12 years ago
61a8d64
fdc: Move floppy geometry guessing back from block.c
by Markus Armbruster
· 12 years ago
1f69c2b
fdc: Drop broken code for user-defined floppy geometry
by Markus Armbruster
· 13 years ago
2fee008
fdc: fix interrupt handling
by Pavel Hrdina
· 13 years ago
6be01b1
fdc: rewrite seek and DSKCHG bit handling
by Pavel Hrdina
· 13 years ago
cced7a1
fdc: use LOG_UNIMP logging
by Blue Swirl
· 13 years ago
c52acf6
fdc: fix implied seek while there is no media in drive
by Pavel Hrdina
· 13 years ago
dfc65f1
Un-inline fdctrl_init_isa()
by Markus Armbruster
· 13 years ago
cfb08fb
fdc: fix media detection
by Pavel Hrdina
· 13 years ago
21fcf36
fdc: simplify media change handling
by Hervé Poussineau
· 13 years ago
c9ae703
fdc: Parametrize ISA base, IRQ and DMA
by Hervé Poussineau
· 13 years ago
a2df5fa
fdc: DIR (Digital Input Register) should return status of current drive...
by Hervé Poussineau
· 13 years ago
b072a3c
fdc: fix seek command, which shouldn't check tracks
by Hervé Poussineau
· 13 years ago
844f65d
fdc: check if media rate is correct before doing any transfer
by Hervé Poussineau
· 13 years ago
09c6d58
fdc: add a 'check media rate' property. Not used yet
by Hervé Poussineau
· 13 years ago
f8d3d12
block: add a transfer rate for floppy types
by Hervé Poussineau
· 13 years ago
a758f8f
fdc: add CCR (Configuration Control Register) write register
by Hervé Poussineau
· 13 years ago
8510854
fdc: handle read-only floppies (abort early on write commands)
by Hervé Poussineau
· 13 years ago
a005186
fdc: most control commands do not generate interrupts
by Hervé Poussineau
· 13 years ago
1457a75
fdc: set busy bit when starting a command
by Hervé Poussineau
· 13 years ago
0838827
fdc: take side count into account
by Hervé Poussineau
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
bcc4e41
Convert source files to UTF-8 encoding
by Stefan Weil
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
dc6c1b3
fdc: convert to memory API
by Avi Kivity
· 13 years ago
34d4260
pc: Fix floppy drives with if=none
by Kevin Wolf
· 13 years ago
a18e67f
fdc: Fix floppy port I/O
by Kevin Wolf
· 13 years ago
212ec7b
fdc: Convert to isa_register_portio_list
by Richard Henderson
· 13 years ago
2f290a8
fdc: Convert isabus_fdc_init1 to MemoryRegion
by Richard Henderson
· 13 years ago
7d4b4ba
block: New change_media_cb() parameter load
by Markus Armbruster
· 13 years ago
fb0c61a
hw: Trim superfluous #include "block_int.h"
by Markus Armbruster
· 13 years ago
9e6a4c9
block: Drop BlockDriverState member removable
by Markus Armbruster
· 13 years ago
18d9005
fdc: Make media change detection more robust
by Markus Armbruster
· 13 years ago
8e49ca4
block: Leave tracking media change to device models
by Markus Armbruster
· 13 years ago
242cca4
fdc: avoid structure holes spotted by pahole
by Blue Swirl
· 13 years ago
7d905f7
floppy: save and restore DIR register
by Jason Wang
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
63ffb56
fdc: refactor device creation
by Blue Swirl
· 14 years ago
d288c7b
fdc: use FDriveType for floppy drive type
by Blue Swirl
· 14 years ago
5bbdbb4
fdc: move floppy geometry guessing to block.c
by Blue Swirl
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
779206d
Introduce fw_name field to DeviceInfo structure.
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
2446333
Rearrange block headers
by Blue Swirl
· 14 years ago
b47b352
fdc: Reject unimplemented error actions
by Markus Armbruster
· 15 years ago
7d0d695
block: Fix virtual media change for if=none
by Markus Armbruster
· 15 years ago
18846de
block: Catch attempt to attach multiple devices to a blockdev
by Markus Armbruster
· 15 years ago
f8b6cc0
qdev: Decouple qdev_prop_drive from DriveInfo
by Markus Armbruster
· 15 years ago
bb350a5
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
by Jes Sorensen
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
a64405d
fdc: Register vmstate via qdev
by Jan Kiszka
· 15 years ago
3c83eb4
Fix harmless if statements with empty body, spotted by clang
by Blue Swirl
· 15 years ago
8ec68b0
Fix a typo
by Blue Swirl
· 15 years ago
995bf0c
fdc: fix drive property handling.
by Gerd Hoffmann
· 15 years ago
7859cb9
fdc: don't use reserved _ prefix
by Blue Swirl
· 15 years ago
5c02c03
fdc: don't use reserved _t suffix
by Blue Swirl
· 15 years ago
47f5ba7
fdc: fix migration from 0.11
by Juan Quintela
· 15 years ago
aef30c3
Revert "fdc: fix vmstate variable passed"
by Juan Quintela
· 15 years ago
82407d1
fdc/sparc32: don't hang on detection under OBP
by Artyom Tarasenko
· 15 years ago
2966b39
fdc: fix vmstate variable passed
by Juan Quintela
· 15 years ago
39a51df
qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user
by Markus Armbruster
· 15 years ago
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
Next »