OSDN Git Service

qmiga/qemu.git
2017-12-21 Peter Xucpu: suffix cpu address spaces with cpu index
2017-12-21 Peter Xucpu: refactor cpu_address_space_init()
2017-12-21 Thomas Huthhw/moxie/moxiesim: Add support for loading a BIOS on...
2017-12-21 Thomas Huthtests/boot-serial-test: Add code to allow to specify...
2017-12-21 Thomas Huthtests/boot-serial-test: Make sure that we check the...
2017-12-21 Peter Maydelltarget/i386: Fix handling of VEX prefixes
2017-12-21 Daniel P. Berrangesockets: remove obsolete code that updated listen address
2017-12-21 Samuel Thibaultbaum: Truncate braille device size to 84x1
2017-12-21 Stefan Weiltarget/i386: Fix compiler warnings
2017-12-21 David Hildenbrandcpu-exec: fix missed CPU kick during interrupt injection
2017-12-21 David Hildenbrandcpus: make pause_all_cpus() play with SMP on single...
2017-12-21 Roman Kaganhyperv: make SynIC version msr constant
2017-12-21 Roman Kaganhyperv: ensure SINTx msrs are reset properly
2017-12-21 Evgeny Yakovlevhyperv: set partition-wide MSRs only on first vcpu
2017-12-21 Yang Zhongx86/cpu: Enable new SSE/AVX/AVX512 cpu features
2017-12-21 Fam ZhengMAITAINERS: List Fam Zheng as reviewer for SCSI patches
2017-12-21 Fam Zhengscsi-block: Add share-rw option
2017-12-20 Paolo Bonzinicontrib: add systemd unit files
2017-12-20 Paolo Bonziniqemu-pr-helper: miscellaneous fixes
2017-12-20 linzhechengqemu-thread: fix races on threads that exit very quickly
2017-12-20 Paolo Bonzinimemfd: fix configure test
2017-12-20 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2017-12-20 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2017-12-20 Markus Armbrusteroption: Drop unused get_param_value(), get_next_param_v...
2017-12-20 Dr. David Alan... option: Remove shadowing opt decl from qemu_opt_print()
2017-12-20 Markus Armbrusterqemu-options: Belatedly document --watchdog-action...
2017-12-20 Markus Armbrusterqemu-options: Polish section "Character device options"
2017-12-20 Markus Armbrusterqemu-options: Polish section "TPM device options"
2017-12-20 Markus Armbrusterqemu-options: Add missing -iscsi Texinfo documentation
2017-12-20 Markus Armbrusterqemu-options: Move -iscsi under "Block device options"
2017-12-20 Markus Armbrusterqemu-options qemu-doc: Move "Device URL Syntax" to...
2017-12-20 Markus Armbrusterqemu-options: Fix markup of -netdev l2tpv3
2017-12-20 Markus Armbrusterqemu-options: Remove stray colons from output of -...
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
next