]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'kraxel/tags/pull-audio...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'kraxel/tags/pull-input...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'shorne/tags/pull-or-20170...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'awilliam/tags/vfio-update...
2017-05-05 Stefan HajnocziMerge remote-tracking branch 'cohuck/tags/s390x-2017050...
2017-05-04 Stefan HajnocziMerge remote-tracking branch 'kwolf/tags/for-upstream...
2017-05-04 Juan Quintelaaudio: Use ARRAY_SIZE from qemu/osdep.h
2017-05-04 Juan Quintelaaudio: un-export OPLResetChip
2017-05-04 Juan Quintelaaudio: Remove unused typedefs
2017-05-04 Juan Quintelaaudio: UpdateHandler is not used anymore
2017-05-04 Juan Quintelaaudio: IRQHandler is not used anymore
2017-05-04 Juan Quintelaaudio: OPLSetUpdateHandler is not used anywhere
2017-05-04 Juan Quintelaaudio: OPLSetIRQHandler is not used anywhere
2017-05-04 Juan Quintelaaudio: GUSsample is int16_t
2017-05-04 Juan Quintelaaudio: GUSword is uint16_t
2017-05-04 Juan Quintelaaudio: GUSword is uint16_t
2017-05-04 Juan Quintelaaudio: remove GUSchar
2017-05-04 Juan Quintelaaudio: GUSbyte is uint8_t
2017-05-04 Juan Quintelaaudio: Remove unused fields
2017-05-04 Juan Quintelaaudio: Remove type field
2017-05-04 Juan Quintelaaudio: Remove Unused OPL_TYPE_*
2017-05-04 Juan Quintelaaudio: Unfold OPLSAMPLE
2017-05-04 Juan Quintelaaudio: Remove INT32
2017-05-04 Juan Quintelaaudio: remove INT16
2017-05-04 Juan Quintelaaudio: Remove INT8
2017-05-04 Juan Quintelaaudio: remove UINT32
2017-05-04 Juan Quintelaaudio: remove UINT16
2017-05-04 Juan Quintelaaudio: Remove UINT8
2017-05-04 Juan Quintelaaudio: YM3812 was always defined
2017-05-04 Juan Quintelaaudio: Remove YM3526 support
2017-05-04 Juan Quintelaaudio: remove Y8950 configuration
2017-05-04 Juan Quintelaadlib: Remove support for YMF262
2017-05-04 Marc-André... audio: fix WAVState leak
2017-05-04 Gerd Hoffmannaudio: release capture buffers
2017-05-04 Zihan Yanghw/audio: convert exit callback in HDACodecDeviceClass...
2017-05-04 Zihan Yanghw/audio: replace exit with unrealize in hda_codec_devi...
2017-05-04 Stafford Hornetarget/openrisc: Support non-busy idle state using...
2017-05-04 Stafford Hornetarget/openrisc: Remove duplicate features property
2017-05-04 Stafford Hornetarget/openrisc: Implement full vmstate serialization
2017-05-04 Stafford Hornemigration: Add VMSTATE_STRUCT_2DARRAY()
2017-05-04 Stafford Hornetarget/openrisc: implement shadow registers
2017-05-04 Stafford Hornemigration: Add VMSTATE_UINTTL_2DARRAY()
2017-05-04 Stafford Hornetarget/openrisc: add numcores and coreid support
2017-05-04 Stafford Hornetarget/openrisc: Fixes for memory debugging
2017-05-03 Dong Jia Shivfio/pci: Fix incorrect error message
2017-05-03 Jose Ricardo... vfio: enable 8-byte reads/writes to vfio
2017-05-03 Jose Ricardo... vfio: Set MemoryRegionOps:max_access_size and min_acces...
2017-05-03 Alexander Grafinput: Add trace event for empty keyboard queue
2017-05-03 Marc-André... input: don't queue delay if paused
2017-05-03 Gerd Hoffmanninput: limit kbd queue depth
2017-05-02 Stefan HajnocziMerge remote-tracking branch 'sthibault/tags/samuel...
2017-05-02 Thomas Huthhw/s390x/ipl: Fix crash with virtio-scsi-pci device
2017-05-02 Cornelia Huckpc-bios/s390-ccw.img: update image
2017-05-02 Eugene (jno... pc-bios/s390-ccw: add boot entry selection to El Torito...
2017-05-02 Farhan Alipc-bios/s390-ccw: add boot entry selection for ECKD...
2017-05-02 Farhan Alipc-bios/s390-ccw: provide entry selection on LOADPARM...
2017-05-02 Farhan Alipc-bios/s390-ccw: provide a function to interpret LOADP...
2017-05-02 Farhan Alipc-bios/s390-ccw: get LOADPARM stored in SCP Read Info
2017-05-02 Eugene (jno... pc-bios/s390-ccw: Make ebcdic/ascii conversion public
2017-05-02 Farhan Aliutil/qemu-config: Add loadparm to qemu machine_opts
2017-05-02 Farhan Alihw/s390x/sclp: update LOADPARM in SCP Info
2017-05-02 Farhan Alihw/s390x/ipl: enable LOADPARM in IPIB for a boot device
2017-05-02 Farhan Alihw/s390x: provide loadparm property for the machine
2017-04-29 Dr. David Alan... slirp: VMStatify remaining except for loop
2017-04-29 Dr. David Alan... slirp: VMStatify socket level
2017-04-29 Dr. David Alan... slirp: Common lhost/fhost union
2017-04-29 Dr. David Alan... slirp: VMStatify sbuf
2017-04-29 Dr. David Alan... slirp: VMState conversion; tcpcb
2017-04-29 Samuel Thibaultslirp: fix pinging the virtual ipv4 DNS server
2017-04-29 Marc-André... slirp: tftp, copy sockaddr_size
2017-04-29 Dr. David Alan... slirp/smb: Replace constant strings by glib string
2017-04-29 Vincent Bernatslirp: allow host port 0 for hostfwd
2017-04-28 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2017-04-28 Max Reitzprogress: Show current progress on SIGINFO
2017-04-28 John Snowiotests: fix exclusion option
2017-04-28 John Snowiotests: clarify help text
2017-04-28 Lidong Chenqemu-img: use blk_co_pwrite_zeroes for zero sectors...
2017-04-28 Markus Armbrusterreplication: Make --disable-replication compile again
2017-04-28 Greg Kurzconfigure: fix trace backend list for out-of-tree builds
2017-04-28 Stefan HajnocziMerge remote-tracking branch 'mdroth/tags/qga-pull...
2017-04-28 Vladimir Sementsov... qemu-img: improve convert_iteration_sectors()
2017-04-28 Denis V. Lunevblock: assert no image modification under BDRV_O_INACTIVE
2017-04-28 Klim Kireevblock: fix obvious coding style mistakes in block_int.h
2017-04-28 Eric Blakeqcow2: Allow discard of final unaligned cluster
2017-04-28 Max Reitzblock: Add .bdrv_truncate() error messages
2017-04-28 Max Reitzblock: Add errp to BD.bdrv_truncate()
2017-04-28 Max Reitzblock: Add errp to b{lk,drv}_truncate()
2017-04-28 Max Reitzblock/vhdx: Make vhdx_create() always set errp
2017-04-27 Max Reitzqemu-img: Document backing options
2017-04-27 Max Reitzqemu-img/convert: Move bs_n > 1 && -B check down
2017-04-27 Max Reitzqemu-img/convert: Use @opts for one thing only
2017-04-27 Denis V. Lunevblock: fix alignment calculations in bdrv_co_do_zero_pw...
2017-04-27 Max Reitzblock: Do not unref bs->file on error in BD's open
2017-04-27 Fam Zhengiotests: 109: Filter out "len" of failed jobs
2017-04-27 Eric Blakeiotests: Fix typo in 026
2017-04-27 Thomas HuthIssue a deprecation warning if the user specifies the...
2017-04-27 Max Reitziotests: Launch qemu-nbd with -e 42
2017-04-27 Fam Zhengblock: Remove NULL check in bdrv_co_flush
2017-04-27 Kevin Wolfqemu_iotests: Remove _readlink()
2017-04-27 Kevin Wolfqemu-iotests: Remove PERL_PROG and BC_PROG
next