aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* lsi: fix segfault in lsi_command_completeGerd Hoffmann2010-04-181-1/+1
* lsi: pass lsi_request to lsi_reselectGerd Hoffmann2010-04-181-16/+7
* lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann2010-04-181-22/+23
* lsi: move current_dev into lsi_requestGerd Hoffmann2010-04-181-11/+12
* lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann2010-04-181-21/+32
* lsi: use QTAILQ for lsi_queueGerd Hoffmann2010-04-181-40/+28
* sh_pci: fix memory and I/O accessAurelien Jarno2010-04-141-96/+15
* scsi-disk: fix buffer overflowGerd Hoffmann2010-04-091-1/+3
* sh7750: handle MMUCR TI bitAurelien Jarno2010-04-091-2/+5
* UHCI spurious interrut fixPaul Brook2010-04-061-3/+4
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2010-03-193-5/+4
* spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian2010-03-141-1/+1
* fdc: fix drive property handling.Gerd Hoffmann2010-03-131-5/+15
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-232-2/+62
* virtio-net: fix network stall under loadTom Lendacky2010-02-231-1/+9
* segfault due to buffer overrun in usb-serialDavid S. Ahern2010-02-231-6/+22
* virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf2010-01-291-2/+2
* virtio-blk: Fix restart after read errorKevin Wolf2010-01-291-2/+9
* virtio_blk: Factor virtio_blk_handle_request outKevin Wolf2010-01-291-32/+46
* cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka2010-01-291-2/+4
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* Musicpal: Fix descriptor walk in eth_sendJan Kiszka2010-01-261-4/+3
* Musicpal: Fix wm8750 I2C addressJan Kiszka2010-01-261-1/+1
* reduce number of reinjects on ACKGleb Natapov2010-01-201-1/+1
* pc: add driver version compat propertiesGerd Hoffmann2010-01-191-0/+16
* scsi: device version propertyGerd Hoffmann2010-01-191-1/+4
* ide: device version propertyGerd Hoffmann2010-01-193-9/+17
* Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2010-01-192-3/+3
* pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann2010-01-121-0/+8
* pci: allow loading roms via fw_cfg.Gerd Hoffmann2010-01-122-0/+16
* roms: rework rom loading via fwGerd Hoffmann2010-01-123-13/+7
* fw_cfg: rom loader tweaks.Gerd Hoffmann2010-01-121-7/+11
* roms: minor fixes and cleanups.Gerd Hoffmann2010-01-122-17/+26
* pc: add machine type for 0.12Gerd Hoffmann2010-01-121-1/+17
* loader: more ignores for rom intended to be loaded by the biosAurelien Jarno2010-01-121-0/+6
* virtio-pci: thinko fixMichael S. Tsirkin2010-01-121-1/+1
* vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier2010-01-111-0/+7
* Don't load options roms intended to be loaded by the bios in qemuAvi Kivity2009-12-241-1/+7
* fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko2009-12-201-0/+6
* scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko2009-12-201-6/+15
* Multiboot support: Fix rom_copyKevin Wolf2009-12-191-2/+5
* roms: allow roms to be loaded at address 0Aurelien Jarno2009-12-191-8/+0
* e1000: Don't muck with PCI commmand registerAnthony Liguori2009-12-191-1/+0
* roms: remove option rom packing logicGerd Hoffmann2009-12-192-61/+50
* roms: use new fw_cfg file xfer support.Gerd Hoffmann2009-12-193-5/+27
* fw_cfg: add API for file transfer.Gerd Hoffmann2009-12-192-2/+62
* fw_cfg: make calls typesafeGerd Hoffmann2009-12-192-21/+21
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-196-32/+29
* Support PCI based option rom loadingAnthony Liguori2009-12-196-4/+44
* Fix backcompat for hotplug of SCSI controllersDaniel P. Berrange2009-12-191-5/+1