aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi10-17/+18
2017-05-10jazz_led: fix bad snprintfPaolo Bonzini1-2/+2
2017-05-10hw/core/generic-loader: Fix crash when running without CPUThomas Huth1-4/+5
2017-05-10virtio-blk: Remove useless condition around g_free()Fam Zheng1-3/+1
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi3-27/+35
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2-7/+7
2017-05-08pci: Reduce scope of error injectionEric Blake1-2/+2
2017-05-08pci: Use struct instead of QDict to pass back parametersEric Blake1-18/+26
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi7-154/+238
2017-05-08Merge remote-tracking branch 'mcayland/tags/qemu-sparc-signed' into stagingStefan Hajnoczi2-2/+1
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé1-1/+4
2017-05-07ppc_booke: drop useless assignmentKONRAD Frederic1-1/+0
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh5-6/+6
2017-05-05Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into stagingStefan Hajnoczi3-3/+3
2017-05-05Merge remote-tracking branch 'cohuck/tags/s390x-3270-20170504' into stagingStefan Hajnoczi5-0/+493
2017-05-05Merge remote-tracking branch 'kraxel/tags/pull-audio-20170504-1' into stagingStefan Hajnoczi11-480/+157
2017-05-05Merge remote-tracking branch 'kraxel/tags/pull-input-20170504-1' into stagingStefan Hajnoczi2-0/+5
2017-05-05Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into stagingStefan Hajnoczi1-0/+1
2017-05-05Merge remote-tracking branch 'awilliam/tags/vfio-updates-20170503.0' into sta...Stefan Hajnoczi2-2/+16
2017-05-05vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi3-139/+200
2017-05-05vmw_pvscsi: check message ring page count at initialisationP J P1-1/+1
2017-05-05scsi: avoid an off-by-one error in megasas_mmio_writePrasad J Pandit1-5/+5
2017-05-05cg3: add explicit ram_addr_t cast to scanline page variableMark Cave-Ayland1-1/+1
2017-05-05tcx: fix cut/paste error in update_palette_entries()Mark Cave-Ayland1-1/+0
2017-05-04char: add a /chardevs containerMarc-André Lureau2-2/+2
2017-05-04xen: use a better chardev type checkMarc-André Lureau1-1/+1
2017-05-04s390x/3270: Mark non-migratable and enable the deviceJing Liu2-0/+7
2017-05-04s390x/3270: Detect for continued presence of a 3270 clientJing Liu1-5/+32
2017-05-04s390x/3270: Add the TCP socket events handler for 3270Jing Liu1-1/+27
2017-05-04s390x/3270: 3270 data stream handlingJing Liu3-0/+258
2017-05-04s390x/3270: Add emulated terminal3270 deviceYang Chen1-0/+54
2017-05-04s390x/3270: Add abstract emulated ccw-attached 3270 deviceYang Chen2-0/+100
2017-05-04s390x/css: Add an algorithm to find a free chpidJing Liu1-0/+21
2017-05-04audio: Use ARRAY_SIZE from qemu/osdep.hJuan Quintela1-5/+1
2017-05-04audio: un-export OPLResetChipJuan Quintela2-2/+1
2017-05-04audio: Remove unused typedefsJuan Quintela1-4/+0
2017-05-04audio: UpdateHandler is not used anymoreJuan Quintela2-4/+0
2017-05-04audio: IRQHandler is not used anymoreJuan Quintela2-6/+0
2017-05-04audio: OPLSetUpdateHandler is not used anywhereJuan Quintela2-6/+1
2017-05-04audio: OPLSetIRQHandler is not used anywhereJuan Quintela2-6/+0
2017-05-04audio: GUSsample is int16_tJuan Quintela4-17/+7
2017-05-04audio: GUSword is uint16_tJuan Quintela2-11/+11
2017-05-04audio: GUSword is uint16_tJuan Quintela1-2/+0
2017-05-04audio: remove GUScharJuan Quintela2-6/+4
2017-05-04audio: GUSbyte is uint8_tJuan Quintela3-35/+33
2017-05-04audio: Remove unused fieldsJuan Quintela1-6/+0
2017-05-04audio: Remove type fieldJuan Quintela3-19/+10
2017-05-04audio: Remove Unused OPL_TYPE_*Juan Quintela2-19/+0
2017-05-04audio: Unfold OPLSAMPLEJuan Quintela2-12/+1
2017-05-04audio: Remove INT32Juan Quintela2-51/+45