aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen
2010-06-09ide: Fix ide_dma_cancelKevin Wolf
2010-06-09usb-bus: fix no paramsLuiz Capitulino
2010-06-09Avoid crash on '-usbdevice <device>' without parametersJan Kiszka
2010-06-09Fix -usbdevice crashPaul Brook
2010-05-27arm_timer: fix oneshot modeRabin Vincent
2010-05-27arm_timer: reload timer when enabledRabin Vincent
2010-05-27virtio-blk: fix barrier supportChristoph Hellwig
2010-05-18pci: irq_state vmstate breakageMichael S. Tsirkin
2010-04-18lsi: fix segfault in lsi_command_completeGerd Hoffmann
2010-04-18lsi: pass lsi_request to lsi_reselectGerd Hoffmann
2010-04-18lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann
2010-04-18lsi: move current_dev into lsi_requestGerd Hoffmann
2010-04-18lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann
2010-04-18lsi: use QTAILQ for lsi_queueGerd Hoffmann
2010-04-14sh_pci: fix memory and I/O accessAurelien Jarno
2010-04-09scsi-disk: fix buffer overflowGerd Hoffmann
2010-04-09sh7750: handle MMUCR TI bitAurelien Jarno
2010-04-06UHCI spurious interrut fixPaul Brook
2010-03-19workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian
2010-03-13fdc: fix drive property handling.Gerd Hoffmann
2010-02-23ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti
2010-02-23virtio-net: fix network stall under loadTom Lendacky
2010-02-23segfault due to buffer overrun in usb-serialDavid S. Ahern
2010-01-29virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf
2010-01-29virtio-blk: Fix restart after read errorKevin Wolf
2010-01-29virtio_blk: Factor virtio_blk_handle_request outKevin Wolf
2010-01-29cirrus: Properly re-register cirrus_linear_io_addr on vram unmapJan Kiszka
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26Musicpal: Fix descriptor walk in eth_sendJan Kiszka
2010-01-26Musicpal: Fix wm8750 I2C addressJan Kiszka
2010-01-20reduce number of reinjects on ACKGleb Natapov
2010-01-19pc: add driver version compat propertiesGerd Hoffmann
2010-01-19scsi: device version propertyGerd Hoffmann
2010-01-19ide: device version propertyGerd Hoffmann
2010-01-19Fix QEMU_WARN_UNUSED_RESULTKevin Wolf
2010-01-12pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann
2010-01-12pci: allow loading roms via fw_cfg.Gerd Hoffmann
2010-01-12roms: rework rom loading via fwGerd Hoffmann
2010-01-12fw_cfg: rom loader tweaks.Gerd Hoffmann
2010-01-12roms: minor fixes and cleanups.Gerd Hoffmann
2010-01-12pc: add machine type for 0.12Gerd Hoffmann
2010-01-12loader: more ignores for rom intended to be loaded by the biosAurelien Jarno
2010-01-12virtio-pci: thinko fixMichael S. Tsirkin
2010-01-11vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflowRoland Dreier
2009-12-24Don't load options roms intended to be loaded by the bios in qemuAvi Kivity
2009-12-20fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko
2009-12-20scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko
2009-12-19Multiboot support: Fix rom_copyKevin Wolf