aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-02iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake
2016-11-02qcow2: fix encryption during cow of sectorsDaniel P. Berrange
2016-11-02vfio/pci: Fix regression in MSI routing configurationDavid Gibson
2016-11-02s390x/css: handle cssid 255 correctlyCornelia Huck
2016-11-02ahci: clear aiocb in ncq_cbJohn Snow
2016-11-02virtio-scsi: Don't abort when media is ejectedFam Zheng
2016-11-02scsi-disk: Cleaning up around tray open stateFam Zheng
2016-11-02iothread: Stop threads before main() quitsFam Zheng
2016-11-02crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange
2016-11-02scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACKPaolo Bonzini
2016-11-02scsi: mptconfig: fix an assert expressionPrasad J Pandit
2016-11-02vmw_pvscsi: check page count while initialising descriptor ringsPrasad J Pandit
2016-11-02scsi-disk: change disk serial length from 20 to 36Rony Weng
2016-11-02qemu-char: avoid segfault if user lacks of permisson of a given logfileLin Ma
2016-11-02scsi: pvscsi: limit process IO loop to ring sizePrasad J Pandit
2016-11-02scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang
2016-11-029pfs: fix potential segfault during walkGreg Kurz
2016-11-02vnc: fix qemu crash because of SIGSEGVGonglei
2016-11-02virtio-balloon: discard virtqueue element on resetLadi Prosek
2016-11-02virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi
2016-11-02Merge tag 'ppc-for-2.7-20161013' into stable-2.7-stagingMichael Roth
2016-10-13ppc: Check the availability of transactional memoryThomas Huth
2016-10-13hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth
2016-10-13hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth
2016-10-13linux-headers: updateCornelia Huck
2016-09-02Update version for v2.7.0 releasev2.7.0Peter Maydell
2016-08-30Update version for v2.7.0-rc5 releasev2.7.0-rc5Peter Maydell
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz
2016-08-309pfs: forbid . and .. in file namesGreg Kurz
2016-08-309pfs: forbid illegal path namesGreg Kurz
2016-08-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-08-30optionrom: cope with multiple -O optionsPaolo Bonzini
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini
2016-08-30translate: early exit in tb_flush if there is no tcgChristian Borntraeger
2016-08-30ui: fix refresh of VNC server surfaceDaniel P. Berrange
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-08-24Fix bsd-user build after d915b7bbEd Maste
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi
2016-08-22Update version for v2.7.0-rc4 releasev2.7.0-rc4Peter Maydell
2016-08-22Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-08-22e1000e: remove internal interrupt flagCao jin
2016-08-22slirp: fix segv when init failedMarc-André Lureau
2016-08-19test-logging: don't hard-code paths in /tmpSascha Silbe
2016-08-19glib: add compatibility implementation for g_dir_make_tmp()Sascha Silbe
2016-08-19syscall.c: Redefine IFLA_* enumsMichal Privoznik
2016-08-19Revert "syscall.c: Fix build with older linux-headers"Michal Privoznik
2016-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev