summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-02iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake1-5/+8
2016-11-02qcow2: fix encryption during cow of sectorsDaniel P. Berrange4-1/+118
2016-11-02vfio/pci: Fix regression in MSI routing configurationDavid Gibson1-1/+3
2016-11-02s390x/css: handle cssid 255 correctlyCornelia Huck2-6/+4
2016-11-02ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-11-02virtio-scsi: Don't abort when media is ejectedFam Zheng1-6/+9
2016-11-02scsi-disk: Cleaning up around tray open stateFam Zheng1-14/+8
2016-11-02iothread: Stop threads before main() quitsFam Zheng3-4/+23
2016-11-02crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange3-13/+48
2016-11-02scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACKPaolo Bonzini1-2/+2
2016-11-02scsi: mptconfig: fix an assert expressionPrasad J Pandit1-1/+1
2016-11-02vmw_pvscsi: check page count while initialising descriptor ringsPrasad J Pandit1-10/+9
2016-11-02scsi-disk: change disk serial length from 20 to 36Rony Weng1-2/+2
2016-11-02qemu-char: avoid segfault if user lacks of permisson of a given logfileLin Ma2-0/+9
2016-11-02scsi: pvscsi: limit process IO loop to ring sizePrasad J Pandit1-1/+4
2016-11-02scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang1-1/+1
2016-11-029pfs: fix potential segfault during walkGreg Kurz1-2/+3
2016-11-02vnc: fix qemu crash because of SIGSEGVGonglei1-0/+4
2016-11-02virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-11-02virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi1-0/+1
2016-11-02Merge tag 'ppc-for-2.7-20161013' into stable-2.7-stagingMichael Roth15-37/+295
2016-10-13ppc: Check the availability of transactional memoryThomas Huth3-1/+17
2016-10-13hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth1-2/+9
2016-10-13hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth1-30/+36
2016-10-13linux-headers: updateCornelia Huck12-7/+236
2016-09-02Update version for v2.7.0 releasev2.7.0Peter Maydell1-1/+1
2016-08-30Update version for v2.7.0-rc5 releasev2.7.0-rc5Peter Maydell1-1/+1
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz2-9/+32
2016-08-309pfs: forbid . and .. in file namesGreg Kurz1-0/+51
2016-08-309pfs: forbid illegal path namesGreg Kurz1-0/+56
2016-08-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-31/+29
2016-08-30optionrom: cope with multiple -O optionsPaolo Bonzini1-4/+1
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini1-27/+28
2016-08-30translate: early exit in tb_flush if there is no tcgChristian Borntraeger1-0/+3
2016-08-30ui: fix refresh of VNC server surfaceDaniel P. Berrange1-9/+11
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+16
2016-08-24Fix bsd-user build after d915b7bbEd Maste1-0/+1
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi1-0/+1
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi1-0/+15
2016-08-22Update version for v2.7.0-rc4 releasev2.7.0-rc4Peter Maydell1-1/+1
2016-08-22Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-8/+4
2016-08-22e1000e: remove internal interrupt flagCao jin1-7/+1
2016-08-22slirp: fix segv when init failedMarc-André Lureau1-1/+3
2016-08-19test-logging: don't hard-code paths in /tmpSascha Silbe1-7/+41
2016-08-19glib: add compatibility implementation for g_dir_make_tmp()Sascha Silbe1-0/+20
2016-08-19syscall.c: Redefine IFLA_* enumsMichal Privoznik1-109/+264
2016-08-19Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik1-86/+0
2016-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-4/+6
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev1-1/+2
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev2-3/+4