summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-03-22usb: check USB configuration descriptor objectPrasad J Pandit1-1/+2
2016-03-22usb: check RNDIS message lengthPrasad J Pandit1-9/+9
2016-03-22usb: check RNDIS buffer offsets & lengthPrasad J Pandit1-3/+6
2016-03-22usb: check page select value while processing iTDPrasad J Pandit1-4/+6
2016-03-22net: ne2000: fix bounds check in ioport operationsPrasad J Pandit1-4/+6
2016-03-22ide: ahci: reset ncq object to unused on errorPrasad J Pandit1-0/+1
2016-03-22i386: avoid null pointer dereferenceP J P1-5/+10
2016-03-22ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-03-22migration: allow machine to enforce configuration section migrationGreg Kurz1-0/+21
2016-03-17vhost-user: don't merge regions with different fdsMichael S. Tsirkin2-0/+27
2016-03-17fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek1-8/+12
2016-03-17hw/virtio: group virtio flags into an enumMarcel Apfelbaum1-7/+10
2016-03-17hw/virtio: fix double use of a virtio flagMarcel Apfelbaum1-1/+1
2016-03-17spapr: skip configuration section during migration of older machinesGreg Kurz1-0/+1
2016-03-17e1000: eliminate infinite loops on out-of-bounds transfer startLaszlo Ersek1-2/+4
2016-03-17fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo1-2/+4
2016-03-17s390x/css: fix control flags during cschHalil Pasic1-1/+1
2016-03-17ehci: update irq on resetGerd Hoffmann1-0/+1
2016-03-17net: set endianness on all backend devicesLaurent Vivier1-12/+11
2016-03-17net: ne2000: check ring buffer control registersPrasad J Pandit1-0/+4
2016-03-15net: rocker: fix an incorrect array bounds checkPrasad J Pandit1-4/+4
2016-03-15ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau1-3/+0
2016-03-15ivshmem: no need for opaque argumentMarc-André Lureau1-2/+2
2016-03-15scsi: initialise info object with appropriate sizeP J P1-1/+1
2016-03-15virtio-9p: use accessor to get thread_poolGreg Kurz1-1/+1
2016-03-15xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini1-4/+6
2016-03-15xen/blkif: Avoid double access to src->nr_segmentsStefano Stabellini1-4/+8
2016-03-15net: vmxnet3: avoid memory leakage in activate_deviceP J P1-8/+16
2016-03-15ehci: make idt processing more robustGerd Hoffmann1-2/+3
2015-12-10virtio-9p-device: add minimal unrealize handlerGreg Kurz1-0/+12
2015-12-07sd: Mark brittle abuse of blk_attach_dev() FIXMEMarkus Armbruster1-0/+1
2015-12-07sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster1-2/+7
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng2-14/+2
2015-12-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-11/+29
2015-12-07lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann1-4/+8
2015-12-07lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann1-3/+5
2015-12-07vmxnet3: silence warningMichael S. Tsirkin1-1/+0
2015-12-07pcnet: fix rx buffer overflow(CVE-2015-7512)Jason Wang1-0/+6
2015-12-07net: pcnet: add check to validate receive data size(CVE-2015-7504)Prasad J Pandit1-3/+5
2015-12-07e1000: fix hang of win2k12 shutdown with flood pingDenis V. Lunev1-0/+5
2015-12-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-12-0...Peter Maydell2-2/+3
2015-12-04gt64xxx: fix decoding of ISD registerPaolo Bonzini1-1/+2
2015-12-04bt: avoid unintended sign extensionPaolo Bonzini1-1/+1
2015-12-04spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster1-0/+5
2015-12-04spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster1-0/+4
2015-12-04spapr_drc: Handle visitor errors properlyMarkus Armbruster1-6/+26
2015-12-02virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani2-5/+26
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck2-0/+15
2015-12-01Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151201' into stagingPeter Maydell4-8/+36
2015-12-01s390x/pci: fix up IOMMU sizeYi Min Zhao3-5/+30