summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-04audio: remove Y8950 configurationJuan Quintela3-168/+0
2017-05-04adlib: Remove support for YMF262Juan Quintela1-44/+1
2017-05-04audio: fix WAVState leakMarc-André Lureau1-0/+1
2017-05-04audio: release capture buffersGerd Hoffmann1-0/+2
2017-05-04hw/audio: convert exit callback in HDACodecDeviceClass to voidZihan Yang2-3/+2
2017-05-04hw/audio: replace exit with unrealize in hda_codec_device_class_initZihan Yang1-3/+2
2017-05-04target/openrisc: Support non-busy idle state using PMR SPRStafford Horne6-1/+29
2017-05-04target/openrisc: Remove duplicate features propertyStafford Horne2-28/+5
2017-05-04target/openrisc: Implement full vmstate serializationStafford Horne1-2/+71
2017-05-04migration: Add VMSTATE_STRUCT_2DARRAY()Stafford Horne1-0/+18
2017-05-04target/openrisc: implement shadow registersStafford Horne11-32/+56
2017-05-04migration: Add VMSTATE_UINTTL_2DARRAY()Stafford Horne1-0/+7
2017-05-04target/openrisc: add numcores and coreid supportStafford Horne1-0/+6
2017-05-04target/openrisc: Fixes for memory debuggingStafford Horne1-4/+20
2017-05-03vfio/pci: Fix incorrect error messageDong Jia Shi1-2/+2
2017-05-03vfio: enable 8-byte reads/writes to vfioJose Ricardo Ziviani1-0/+10
2017-05-03vfio: Set MemoryRegionOps:max_access_size and min_access_sizeJose Ricardo Ziviani1-0/+4
2017-05-03input: Add trace event for empty keyboard queueAlexander Graf2-0/+5
2017-05-03input: don't queue delay if pausedMarc-André Lureau1-0/+4
2017-05-03input: limit kbd queue depthGerd Hoffmann1-3/+11
2017-05-02Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into stagingStefan Hajnoczi7-257/+310
2017-05-02hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth1-1/+7
2017-05-02pc-bios/s390-ccw.img: update imageCornelia Huck1-0/+0
2017-05-02pc-bios/s390-ccw: add boot entry selection to El Torito routineEugene (jno) Dvurechenski1-1/+6
2017-05-02pc-bios/s390-ccw: add boot entry selection for ECKD DASDFarhan Ali2-6/+12
2017-05-02pc-bios/s390-ccw: provide entry selection on LOADPARM for SCSI diskFarhan Ali1-5/+6
2017-05-02pc-bios/s390-ccw: provide a function to interpret LOADPARM valueFarhan Ali2-1/+27
2017-05-02pc-bios/s390-ccw: get LOADPARM stored in SCP Read InfoFarhan Ali4-2/+17
2017-05-02pc-bios/s390-ccw: Make ebcdic/ascii conversion publicEugene (jno) Dvurechenski3-22/+24
2017-05-02util/qemu-config: Add loadparm to qemu machine_optsFarhan Ali1-0/+6
2017-05-02hw/s390x/sclp: update LOADPARM in SCP InfoFarhan Ali1-0/+9
2017-05-02hw/s390x/ipl: enable LOADPARM in IPIB for a boot deviceFarhan Ali2-2/+32
2017-05-02hw/s390x: provide loadparm property for the machineFarhan Ali2-0/+38
2017-04-29slirp: VMStatify remaining except for loopDr. David Alan Gilbert1-29/+19
2017-04-29slirp: VMStatify socket levelDr. David Alan Gilbert2-80/+145
2017-04-29slirp: Common lhost/fhost unionDr. David Alan Gilbert1-10/+8
2017-04-29slirp: VMStatify sbufDr. David Alan Gilbert2-42/+78
2017-04-29slirp: VMState conversion; tcpcbDr. David Alan Gilbert2-98/+57
2017-04-29slirp: fix pinging the virtual ipv4 DNS serverSamuel Thibault1-2/+3
2017-04-29slirp: tftp, copy sockaddr_sizeMarc-André Lureau1-1/+1
2017-04-29slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert1-13/+17
2017-04-29slirp: allow host port 0 for hostfwdVincent Bernat1-1/+1
2017-04-28Merge remote-tracking branch 'mreitz/tags/pull-block-2017-04-28' into queue-b...Kevin Wolf35-194/+210
2017-04-28progress: Show current progress on SIGINFOMax Reitz2-1/+5
2017-04-28iotests: fix exclusion optionJohn Snow1-1/+2
2017-04-28iotests: clarify help textJohn Snow1-2/+6
2017-04-28qemu-img: use blk_co_pwrite_zeroes for zero sectors when compressedLidong Chen1-30/+14
2017-04-28replication: Make --disable-replication compile againMarkus Armbruster2-0/+17
2017-04-28configure: fix trace backend list for out-of-tree buildsGreg Kurz1-1/+1
2017-04-28Merge remote-tracking branch 'mdroth/tags/qga-pull-2017-04-25-v2-tag' into st...Stefan Hajnoczi14-17/+393