summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-07-15Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-07-15pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-07-15hw: Fix qemu_allocate_irqs() leaksAndreas Färber14-29/+28
2014-07-15sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-07-15virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-07-15virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-07-15usb: Fix usb-bt-dongle initialization.Hani Benhabiles1-8/+16
2014-07-15vhost: fix resource leak in error handlingMichael S. Tsirkin1-4/+6
2014-07-15scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell1-1/+1
2014-07-03s390x/css: handle emw correctly for tschCornelia Huck1-4/+20
2014-07-03virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster1-1/+2
2014-07-01virtio: allow mapping up to max queue sizeMichael S. Tsirkin1-1/+1
2014-07-01pci-assign: limit # of msix vectorsMichael S. Tsirkin1-6/+6
2014-06-29spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy1-0/+16
2014-06-26stellaris_enet: block migrationMichael S. Tsirkin1-1/+10
2014-06-26virtio: validate config_len on loadMichael S. Tsirkin1-1/+7
2014-06-26usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin1-1/+3
2014-06-26vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-2/+2
2014-06-26virtio-scsi: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+9
2014-06-26zaurus: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+10
2014-06-26tsc210x: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+12
2014-06-26ssd0323: fix buffer overun on invalid state loadMichael S. Tsirkin1-0/+24
2014-06-26ssi-sd: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+9
2014-06-26pxa2xx: avoid buffer overrun on incoming migrationMichael S. Tsirkin1-2/+6
2014-06-26virtio: validate num_sg when mappingMichael S. Tsirkin1-0/+6
2014-06-26openpic: avoid buffer overrun on incoming migrationMichael Roth1-2/+14
2014-06-26virtio: avoid buffer overrun on incoming migrationMichael Roth1-0/+3
2014-06-26pl022: fix buffer overun on invalid state loadMichael S. Tsirkin1-0/+14
2014-06-26hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin1-1/+9
2014-06-26hpet: fix buffer overrun on invalid state loadMichael S. Tsirkin1-0/+13
2014-06-26ahci: fix buffer overrun on invalid state loadMichael S. Tsirkin1-1/+1
2014-06-26virtio: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-1/+7
2014-06-26virtio-net: out-of-bounds buffer write on loadMichael S. Tsirkin1-4/+11
2014-06-26virtio-net: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-0/+5
2014-06-25vmxnet3: validate queues configuration read on migrationDmitry Fleytman1-0/+1
2014-06-25vmxnet3: validate interrupt indices read on migrationDmitry Fleytman1-0/+2
2014-06-25vmxnet3: validate queues configuration coming from guestDmitry Fleytman1-1/+18
2014-06-25vmxnet3: validate interrupt indices coming from guestDmitry Fleytman1-2/+34
2014-06-25acpi: fix tables for no-hpet configurationMichael S. Tsirkin1-3/+4
2014-06-25megasas: Implement LD_LIST_QUERYHannes Reinecke2-0/+26
2014-06-25ide: Correct improper smart self test counter reset in ide core.Benoît Canet1-1/+1
2014-06-25hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell1-1/+1
2014-06-25hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell1-4/+6
2014-06-25virtio-net: Do not filter VLANs without F_CTRL_VLANStefan Fritsch1-0/+6
2014-06-25scsi: Change scsi sense buf size to 252Fam Zheng2-3/+0
2014-06-25s390x/virtio-hcall: Add range check for hypervisor callThomas Huth1-4/+7
2014-06-25scsi-bus: Fix transfer length for VERIFY with BYTCHK=11bMarkus Armbruster1-1/+1
2014-02-27hw/intc/arm_gic: Fix GIC_SET_LEVELChristoffer Dall1-1/+1
2014-02-27hw/arm/musicpal: Remove nonexistent CDTP2, CDTP3 registersPeter Maydell1-4/+2
2014-02-27hw/intc/exynos4210_combiner: Don't overrun output_irq array in initPeter Maydell1-1/+1