]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2015-03-12  Gerd Hoffmannvnc: switch to inet_listen_opts
2015-03-12  Gerd Hoffmannvnc: remove dead code
2015-03-12  Gerd Hoffmannvnc: drop display+ws_display from VncDisplay
2015-03-11  Peter MaydellMerge remote-tracking branch 'remotes/amit/tags/vser...
2015-03-11  Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2015-03-11  Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2015-03-11  Amit Shahvirtio-serial: fix segfault on NULL port names
2015-03-11  Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2015-03-10  Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-03-10  Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-03-10  Eduardo Habkostcpu: Make cpu_init() return QOM CPUState object
2015-03-10  Eduardo Habkostunicore32: Use uc32_cpu_init()
2015-03-10  Eduardo Habkostm68k: Use cpu_m68k_init()
2015-03-10  Eduardo Habkosttarget-unicore32: Make uc32_cpu_init() return UniCore32CPU
2015-03-10  Markus Armbrustertarget-i386: Clean up misuse of qdev_init() in realize...
2015-03-10  Peter Maydellcpu: Add missing documentation for some CPUClass methods
2015-03-10  Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2015-03-10  Jeff CodyMAINTAINERS: Add jcody as blockjobs, block devices...
2015-03-10  Stefan Hajnocziiotests: add O_DIRECT alignment probing test
2015-03-10  Stefan Hajnocziblock/raw-posix: fix launching with failed disks
2015-03-10  John SnowMAINTAINERS: Add jsnow as IDE maintainer
2015-03-10  Markus Armbrustersheepdog: Fix misleading error messages in sd_snapshot_...
2015-03-10  Christian BorntraegerAdd testcase for scsi-hd devices without drive property
2015-03-10  Ekaterina Tumanovascsi-hd: fix property unset case
2015-03-10  Max Reitzblock/vdi: Add locking for parallel requests
2015-03-10  Max Reitziotests: Drop vpc from 004's and 104's format list
2015-03-10  Max Reitziotests: Remove 006
2015-03-10  Max Reitziotests: Fix 051's reference output
2015-03-10  Fam Zhengvirtio-blk: Remove the stale FIXME comment
2015-03-10  Marc Marítests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk...
2015-03-10  Marc Marílibqos: Solve bug in interrupt checking when using...
2015-03-10  Liu Yuansheepdog: fix confused return values
2015-03-10  John Snowqtest/ahci: add fragmented dma test
2015-03-10  John Snowqtest/ahci: Add PIO and LBA48 tests
2015-03-10  John Snowqtest/ahci: Add DMA test variants
2015-03-10  John Snowlibqos/ahci: add ahci command helpers
2015-03-10  John Snowqtest/ahci: Add a macro bootup routine
2015-03-10  John Snowlibqos/ahci: Zero-fill AHCI headers
2015-03-10  John Snowqtest/ide: Test flush / retry for ISA and PCI
2015-03-10  John Snowahci: Recompute cur_cmd on migrate post load
2015-03-10  Paolo Bonziniahci: add support for restarting non-queued commands
2015-03-10  John Snowahci: Migrate IDEStatus
2015-03-10  Paolo Bonziniide: support PIO restart for the ISA controller
2015-03-10  Paolo Bonziniide: make more functions static
2015-03-10  Paolo Bonziniide: commonize io_buffer_index initialization
2015-03-10  Paolo Bonziniide: migrate initial request state via IDEBus
2015-03-10  Paolo Bonziniide: place initial state of the current request to...
2015-03-10  Paolo Bonziniide: replace set_unit callback with more IDEBus state
2015-03-10  Paolo Bonziniide: remove restart_cb callback
2015-03-10  Paolo Bonziniide: move restart callback to common code
2015-03-10  Paolo Bonziniide: pass IDEBus to the restart_cb
2015-03-10  Paolo Bonziniide: do not use BMDMA in restart callback
2015-03-10  Paolo Bonziniide: introduce ide_register_restart_cb
2015-03-10  Paolo Bonziniide: prepare to move restart to common code
2015-03-10  Paolo Bonziniide: start extracting ide_restart_dma out of bmdma_rest...
2015-03-10  Ekaterina TumanovaBlockConf: Call backend functions to detect geometry...
2015-03-10  Ekaterina Tumanovablock-backend: Add wrappers for blocksizes and geometry...
2015-03-10  Ekaterina Tumanovablock: Add driver methods to probe blocksizes and geometry
2015-03-10  Ekaterina Tumanovaraw-posix: Factor block size detection out of raw_probe...
2015-03-10  Ekaterina Tumanovablock: add bdrv functions for geometry and blocksize
2015-03-10  John Snowblkdebug: fix "once" rule
2015-03-10  Max Reitziotests: Add test for different refcount widths
2015-03-10  Max Reitzqcow2: Allow creation with refcount order != 4
2015-03-10  Max Reitziotests: Prepare for refcount_bits option
2015-03-10  Max Reitzqcow2: Use symbolic macros in qcow2_amend_options
2015-03-10  Max Reitzqcow2: refcount_order parameter for qcow2_create2
2015-03-10  Max Reitzqcow2: Open images with refcount order != 4
2015-03-10  Max Reitzqcow2: More helpers for refcount modification
2015-03-10  Max Reitzqcow2: Helper function for refcount modification
2015-03-10  Max Reitzqcow2: Helper for refcount array reallocation
2015-03-10  Max Reitzqcow2: Use 64 bits for refcount values
2015-03-10  Max Reitzqcow2: Use unsigned addend for update_refcount()
2015-03-10  Max Reitzqcow2: Only return status from qcow2_get_refcount
2015-03-10  Max Reitzqcow2: Do not return new value after refcount update
2015-03-10  Max Reitzqcow2: Add refcount_bits to format-specific info
2015-03-10  Max Reitzqcow2: Add two new fields to BDRVQcowState
2015-03-10  Marc Marílibqos: Add virtio MMIO support
2015-03-10  Marc Marílibqos: Add malloc generic
2015-03-10  Marc Marílibqos: Remove PCI assumptions in constants of virtio...
2015-03-10  Marc Marítests: Prepare virtio-blk-test for multi-arch implement...
2015-03-10  Marc Marílibqos: Change use of pointers to uint64_t in virtio
2015-03-10  Fam Zhengvirtio-blk: Check return value of blk_aio_ioctl
2015-03-10  Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2015-03-10  Jorge Acereda... Fix crash when connecting to VNC through websocket
2015-03-10  Gerd Hoffmannvnc: -readconfig fix
2015-03-10  Gerd Hoffmannvnc: set id at parse time not init time
2015-03-10  Bill Paulx86: fix SS selector in SYSRET
2015-03-10  Markus Armbrusterscsi: Convert remaining PCI HBAs to realize()
2015-03-10  Markus Armbrusterscsi: Improve error reporting for invalid drive property
2015-03-10  Markus Armbrusterhw: Propagate errors through qdev_prop_set_drive()
2015-03-10  Markus Armbrusterscsi: Clean up duplicated error in legacy if=scsi code
2015-03-10  Paolo Bonzinicpus: initialize cpu->memory_dispatch
2015-03-10  Paolo Bonzinircu: handle forks safely
2015-03-10  Paolo Bonziniqemu-thread: do not use PTHREAD_MUTEX_ERRORCHECK
2015-03-10  Stefan Hajnoczikvm_stat: add kvm_stat.1 man page
2015-03-10  Stefan Hajnoczikvm_stat: add column headers to text UI
2015-03-10  Stefan Weiliscsi: Fix check for username
2015-03-10  Mark Cave-Aylandsun4u: switch m48t59 NVRAM to MMIO access
2015-03-10  Mark Cave-AylandMAINTAINERS: add myself as SPARC maintainer
2015-03-10  Mark Cave-Aylanddoc: minor updates to SPARC32 and SPARC64 documentation
next