]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2017-12-19 Peter MaydellMerge remote-tracking branch 'remotes/aurel/tags/pull...
2017-12-19 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2017-12-19 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2017-12-19 Cornelia Hucktpm: move qdev_prop_tpm to hw/tpm/
2017-12-19 Stefan Hajnocziqemu-iotests: add 203 savevm with IOThreads test
2017-12-19 Stefan Hajnocziiothread: fix iothread_stop() race condition
2017-12-19 Stefan Hajnocziiotests: add VM.add_object()
2017-12-19 Stefan Hajnocziblockdev: add x-blockdev-set-iothread force boolean
2017-12-19 Stefan Hajnoczidocs: mark nested AioContext locking as a legacy API
2017-12-19 Paolo Bonziniblock: avoid recursive AioContext acquire in bdrv_inact...
2017-12-19 Mark Kandavirtio-blk: reject configs with logical block size...
2017-12-19 Mark Kandavirtio-blk: make queue size configurable
2017-12-19 Stefan Hajnocziqemu-iotests: add 202 external snapshots IOThread test
2017-12-19 Stefan Hajnocziblockdev: add x-blockdev-set-iothread testing command
2017-12-19 Stefan Hajnocziiothread: add iothread_by_id() API
2017-12-19 Stefan Hajnocziblock: drop unused BlockDirtyBitmapState->aio_context...
2017-12-19 Stefan Hajnocziblock: don't keep AioContext acquired after internal_sn...
2017-12-19 Stefan Hajnocziblock: don't keep AioContext acquired after blockdev_ba...
2017-12-19 Stefan Hajnocziblock: don't keep AioContext acquired after drive_backu...
2017-12-19 Stefan Hajnocziblock: don't keep AioContext acquired after external_sn...
2017-12-19 Stefan Hajnocziblockdev: hold AioContext for bdrv_unref() in external_...
2017-12-19 Stefan Hajnocziqdev: drop unused #include "sysemu/iothread.h"
2017-12-19 Mao Zhongyidev-storage: Fix the unusual function name
2017-12-19 Mao Zhongyihw/block: Use errp directly rather than local_err
2017-12-19 Mao Zhongyihw/block: Fix the return type
2017-12-19 Mao Zhongyihw/block/nvme: Convert to realize
2017-12-19 Stefan Hajnoczicoroutine: simplify co_aio_sleep_ns() prototype
2017-12-19 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2017-12-18 Richard Hendersontarget/sh4: Convert to DisasContextBase
2017-12-18 Richard Hendersontarget/sh4: Do not singlestep after exceptions
2017-12-18 Richard Hendersontarget/sh4: Convert to DisasJumpType
2017-12-18 Richard Hendersontarget/sh4: Use cmpxchg for movco when parallel_cpus
2017-12-18 Alex Bennéetarget/sh4: fix TCG leak during gusa sequence
2017-12-18 Philippe Mathieu... target/sh4: add missing tcg_temp_free() in _decode_opc()
2017-12-18 Jeff Codyblock/curl: fix minor memory leaks
2017-12-18 Jeff Codyblock/curl: check error return of curl_global_init()
2017-12-18 Jeff Codyblock/sheepdog: code beautification
2017-12-18 Jeff Codyblock/sheepdog: remove spurious NULL check
2017-12-18 John Snowblockjob: kick jobs on set-speed
2017-12-18 Vladimir Sementsov... backup: use copy_bitmap in incremental backup
2017-12-18 Vladimir Sementsov... backup: simplify non-dirty bits progress processing
2017-12-18 Vladimir Sementsov... backup: init copy_bitmap from sync_bitmap for incremental
2017-12-18 Vladimir Sementsov... backup: move from done_bitmap to copy_bitmap
2017-12-18 Vladimir Sementsov... hbitmap: add next_zero function
2017-12-18 Doug Galegdbstub: add tracing
2017-12-18 Namhyung Kimtrace: Try using tracefs first
2017-12-18 Namhyung Kimtrace: Generalize searching for debugfs
2017-12-18 Namhyung Kimtrace: Simplify find_debugfs()
2017-12-18 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2017-12-18 Philippe Mathieu... misc: drop old i386 dependency
2017-12-18 Philippe Mathieu... i386/pc: move vmmouse.c to hw/i386/
2017-12-18 Philippe Mathieu... i386/pc: move vmport.c to hw/i386/
2017-12-18 Philippe Mathieu... hw/misc/pvpanic: extract public API from i386/pc to...
2017-12-18 Philippe Mathieu... hw/net/ne2000: extract ne2k-isa code from i386/pc to...
2017-12-18 Philippe Mathieu... hw/display/vga: extract public API from i386/pc to...
2017-12-18 Philippe Mathieu... hw/display/vga: "vga_int.h" requires "ui/console.h"
2017-12-18 Philippe Mathieu... hw/display/vga: "vga.h" only contains registers defs...
2017-12-18 Philippe Mathieu... hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from...
2017-12-18 Philippe Mathieu... hw/acpi: ACPI_PM_* defines are not restricted to i386...
2017-12-18 Philippe Mathieu... hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
2017-12-18 Philippe Mathieu... hw/timer/i8254: rename pit_init() -> i8254_pit_init()
2017-12-18 Philippe Mathieu... hw/unicore32: restrict hw addr defines to source file
2017-12-18 Philippe Mathieu... hw/virtio-balloon: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/tpm: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/i2c: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/ipmi: remove old i386 dependency
2017-12-18 Philippe Mathieu... hw/ide: remove old i386 dependency
2017-12-18 Philippe Mathieu... misc: remove old i386 dependency
2017-12-18 Philippe Mathieu... amd_iommu: avoid needless includes in header file
2017-12-18 Philippe Mathieu... hw/ssi/aspeed_smc: remove unused #include
2017-12-18 Philippe Mathieu... hw/misc/pvpanic: remove unused #include
2017-12-18 Philippe Mathieu... hw/input/vmmouse: remove unused #include
2017-12-18 Philippe Mathieu... numa: remove unused #include
2017-12-18 Philippe Mathieu... misc: avoid "include/" in include path
2017-12-18 Philippe Mathieu... nios2: remove duplicated includes (in code commented...
2017-12-18 Philippe Mathieu... i386/hax: remove duplicated include
2017-12-18 Philippe Mathieu... i386/hax: remove duplicated includes
2017-12-18 Philippe Mathieu... ppc: remove duplicated includes
2017-12-18 Philippe Mathieu... misc: remove duplicated includes
2017-12-18 Philippe Mathieu... misc: remove headers implicitly included
2017-12-18 Philippe Mathieu... block: remove "qemu/osdep.h" from header file
2017-12-18 Philippe Mathieu... hw: remove "qemu/osdep.h" from header files
2017-12-18 Philippe Mathieu... hw: use "qemu/osdep.h" as first #include in source...
2017-12-18 Philippe Mathieu... MAINTAINERS: add missing entry for include/hw/net/
2017-12-18 Philippe Mathieu... MAINTAINERS: add entries for timer/m48t59
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for input/pckbd.c
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for watchdog/wdt_ib700
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i82378 (superio)
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i8257 (DMA controller)
2017-12-18 Philippe Mathieu... MAINTAINERS: add an entry for the i82374 (southbridge)
2017-12-18 Philippe Mathieu... MAINTAINERS: add entries for i2c/ppc4xx
2017-12-18 Tao Wuhw/input/hid: Add support for several keys.
2017-12-18 Philippe Mathieu... hw/registerfields: add missing include
2017-12-18 Philippe Mathieu... hw/registerfields: add 64-bit extract/deposit macros
2017-12-18 Philippe Mathieu... hw/registerfields: fix a typo in the FIELD() documentation
2017-12-18 Philippe Mathieu... MAINTAINERS: add "hw/registerfields.h" in Register...
2017-12-18 Philippe Mathieu... Makefile: add more targets to the UNCHECKED_GOALS rule
2017-12-18 Peter Maydellaccel/tcg/cpu-exec-common.c: Remove unnecessary include...
2017-12-18 Mike Frysingerbuild: fix typo in error message
2017-12-18 Philippe Mathieu... Makefile: use $(MAKE) variable
next