summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen1-2/+2
2010-06-09ide: Fix ide_dma_cancelKevin Wolf1-4/+4
2010-06-09usb-bus: fix no paramsLuiz Capitulino1-1/+1
2010-06-09Avoid crash on '-usbdevice <device>' without parametersJan Kiszka1-1/+3
2010-06-09Fix -usbdevice crashPaul Brook4-0/+12
2010-05-27arm_timer: fix oneshot modeRabin Vincent1-1/+1
2010-05-27arm_timer: reload timer when enabledRabin Vincent1-1/+1
2010-05-27virtio-blk: fix barrier supportChristoph Hellwig1-2/+13
2010-05-18pci: irq_state vmstate breakageMichael S. Tsirkin1-2/+2
2010-04-18lsi: fix segfault in lsi_command_completeGerd Hoffmann1-1/+1
2010-04-18lsi: pass lsi_request to lsi_reselectGerd Hoffmann1-16/+7
2010-04-18lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann1-22/+23
2010-04-18lsi: move current_dev into lsi_requestGerd Hoffmann1-11/+12
2010-04-18lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann1-21/+32
2010-04-18lsi: use QTAILQ for lsi_queueGerd Hoffmann1-40/+28
2010-04-14sh_pci: fix memory and I/O accessAurelien Jarno1-96/+15
2010-04-09scsi-disk: fix buffer overflowGerd Hoffmann1-1/+3
2010-04-09sh7750: handle MMUCR TI bitAurelien Jarno1-2/+5
2010-04-06UHCI spurious interrut fixPaul Brook1-3/+4
2010-03-19workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko3-5/+4
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian1-1/+1
2010-03-13fdc: fix drive property handling.Gerd Hoffmann1-5/+15
2010-02-23ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2-2/+62
2010-02-23virtio-net: fix network stall under loadTom Lendacky1-1/+9
2010-02-23segfault due to buffer overrun in usb-serialDavid S. Ahern1-6/+22
2010-01-29virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf1-2/+2
2010-01-29virtio-blk: Fix restart after read errorKevin Wolf1-2/+9
2010-01-29virtio_blk: Factor virtio_blk_handle_request outKevin Wolf1-32/+46
2010-01-29cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka1-2/+4
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-26Musicpal: Fix descriptor walk in eth_sendJan Kiszka1-4/+3
2010-01-26Musicpal: Fix wm8750 I2C addressJan Kiszka1-1/+1
2010-01-20reduce number of reinjects on ACKGleb Natapov1-1/+1
2010-01-19pc: add driver version compat propertiesGerd Hoffmann1-0/+16
2010-01-19scsi: device version propertyGerd Hoffmann1-1/+4
2010-01-19ide: device version propertyGerd Hoffmann3-9/+17
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf2-3/+3
2010-01-12pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-12pci: allow loading roms via fw_cfg.Gerd Hoffmann2-0/+16
2010-01-12roms: rework rom loading via fwGerd Hoffmann3-13/+7
2010-01-12fw_cfg: rom loader tweaks.Gerd Hoffmann1-7/+11
2010-01-12roms: minor fixes and cleanups.Gerd Hoffmann2-17/+26
2010-01-12pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-12loader: more ignores for rom intended to be loaded by the biosAurelien Jarno1-0/+6
2010-01-12virtio-pci: thinko fixMichael S. Tsirkin1-1/+1
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier1-0/+7
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity1-1/+7
2009-12-20fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko1-0/+6
2009-12-20scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko1-6/+15
2009-12-19Multiboot support: Fix rom_copyKevin Wolf1-2/+5