OSDN Git Service

qmiga/qemu.git
2019-03-13 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/bitma...
2019-03-13 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2019-03-13 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-03-13 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-03-12 Alberto Garciaqemu-iotests: Test the x-blockdev-reopen QMP command
2019-03-12 Alberto Garciablock: Add an 'x-blockdev-reopen' QMP command
2019-03-12 Alberto Garciablock: Remove the AioContext parameter from bdrv_reopen...
2019-03-12 Alberto Garciablock: Add bdrv_reset_options_allowed()
2019-03-12 Alberto Garciablock: Add a 'mutable_opts' field to BlockDriver
2019-03-12 Alberto Garciablock: Allow changing the backing file on reopen
2019-03-12 Alberto Garciablock: Allow omitting the 'backing' option in certain...
2019-03-12 Alberto Garciablock: Handle child references in bdrv_reopen_queue()
2019-03-12 Alberto Garciablock: Add 'keep_old_opts' parameter to bdrv_reopen_queue()
2019-03-12 Alberto Garciablock: Freeze the backing chain for the duration of...
2019-03-12 Alberto Garciablock: Freeze the backing chain for the duration of...
2019-03-12 Alberto Garciablock: Freeze the backing chain for the duration of...
2019-03-12 Alberto Garciablock: Allow freezing BdrvChild links
2019-03-12 Keith Buschnvme: fix write zeroes offset and count
2019-03-12 Kevin Wolffile-posix: Make auto-read-only dynamic
2019-03-12 Kevin Wolffile-posix: Prepare permission code for fd switching
2019-03-12 Kevin Wolffile-posix: Lock new fd in raw_reopen_prepare()
2019-03-12 Kevin Wolffile-posix: Store BDRVRawState.reopen_state during...
2019-03-12 Kevin Wolffile-posix: Factor out raw_reconfigure_getfd()
2019-03-12 Kevin Wolffile-posix: Fix bdrv_open_flags() for snapshot=on
2019-03-12 Kevin Wolfblock: Make permission changes in reopen less wrong
2019-03-12 Kevin Wolfblock: Avoid useless local_err
2019-03-12 Kevin Wolfqemu-iotests: commit to backing file with auto-read...
2019-03-12 Kevin Wolftests/virtio-blk-test: Disable auto-read-only
2019-03-12 Vladimir Sementsov... qapi: drop x- from x-block-latency-histogram-set
2019-03-12 John Snowtests/qemu-iotests: add bitmap resize test 246
2019-03-12 John Snowblock/qcow2-bitmap: Allow resizes with persistent bitmaps
2019-03-12 Vladimir Sementsov... block/qcow2-bitmap: Don't check size for IN_USE bitmap
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-03-12 Richard Hendersondecodetree: Properly diagnose fields overflowing an...
2019-03-12 Richard Hendersondecodetree: Prefix extract function names with decode_f...
2019-03-12 Richard Hendersondecodetree: Allow +- to begin a number initializing...
2019-03-12 Richard Hendersondecodetree: Produce clean output for an empty input...
2019-03-12 Richard Hendersondecodetree: Add --static-decode option
2019-03-12 Bastian Koppelmanntest/decode: Add tests for PatternGroups
2019-03-12 Richard Hendersondecodetree: Allow grouping of overlapping patterns
2019-03-12 Richard Hendersondecodetree: Do not unconditionaly return from Pattern...
2019-03-12 Philippe Mathieu... decodetree: Ensure build_tree does not include values...
2019-03-12 Richard Hendersondecodetree: Document the usefulness of argument sets
2019-03-12 Richard Hendersondecodetree: Move documentation to docs/devel/decodetree.rst
2019-03-12 Philippe Mathieu... MAINTAINERS: Add scripts/decodetree.py to the TCG section
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2019-03-12 Sven Schnelletarget/hppa: exit TB if either Data or Instruction...
2019-03-12 Sven Schnelletarget/hppa: add TLB protection id check
2019-03-12 Sven Schnelletarget/hppa: allow multiple itlbp without itlba
2019-03-12 Sven Schnelletarget/hppa: fix b,gate instruction
2019-03-12 Sven Schnelletarget/hppa: ignore DIAG opcode
2019-03-12 Sven Schnelletarget/hppa: remove PSW I/R/Q bit check
2019-03-12 Sven Schnelletarget/hppa: add TLB trace events
2019-03-12 Sven Schnelletarget/hppa: report ITLB_EXCP_MISS for ITLB misses
2019-03-12 Sven Schnelletarget/hppa: fix TLB handling for page 0
2019-03-12 Sven Schnelletarget/hppa: fix overwriting source reg in addb
2019-03-12 Richard Hendersontarget/hppa: Check for page crossings in use_goto_tb
2019-03-12 Vladimir Sementsov... docs/interop/qcow2: Improve bitmap flag in_use specific...
2019-03-12 Eric Blakebitmaps: Fix typo in function name
2019-03-12 John Snowblock/dirty-bitmaps: implement inconsistent bit
2019-03-12 John Snowblock/dirty-bitmaps: disallow busy bitmaps as merge...
2019-03-12 John Snowblock/dirty-bitmaps: prohibit removing readonly bitmaps
2019-03-12 John Snowblock/dirty-bitmaps: prohibit readonly bitmaps for...
2019-03-12 John Snowblock/dirty-bitmaps: add block_dirty_bitmap_check function
2019-03-12 John Snowblock/dirty-bitmap: add inconsistent status
2019-03-12 John Snowblock/dirty-bitmaps: add inconsistent bit
2019-03-12 John Snowiotests: add busy/recording bit test to 124
2019-03-12 John Snowblockdev: remove unused paio parameter documentation
2019-03-12 John Snowblock/dirty-bitmaps: move comment block
2019-03-12 John Snowblock/dirty-bitmaps: unify qmp_locked and user_locked...
2019-03-12 John Snowblock/dirty-bitmap: explicitly lock bitmaps with successors
2019-03-12 John Snownbd: change error checking order for bitmaps
2019-03-12 John Snowblock/dirty-bitmap: change semantics of enabled predicate
2019-03-12 John Snowblock/dirty-bitmap: remove set/reset assertions against...
2019-03-12 John Snowblock/dirty-bitmaps: rename frozen predicate helper
2019-03-12 John Snowblock/dirty-bitmap: add recording and busy properties
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2019-03-12 Vladimir Sementsov... qapi: move to QOM path for x-block-latency-histogram-set
2019-03-12 Niels de Vosgluster: the glfs_io_cbk callback function pointer...
2019-03-12 Prasanna Kumar... gluster: Handle changed glfs_ftruncate signature
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-03-12 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2019-03-12 Alex Bennéescripts/qemugdb: re-license timers.py to GPLv2 or later
2019-03-12 Thomas Huthhw/sd/sdhci: Move PCI-related code into a separate...
2019-03-12 Eric Blakeahci-test: Drop dependence on global_qtest
2019-03-12 Li Qiangtests: test-announce-self: fix memory leak
2019-03-12 Alexey Kardashevskiyvfio: Make vfio_get_region_info_cap public
2019-03-12 David GibsonSuppress test warnings about missing Spectre/Meltdown...
2019-03-12 David Gibsonspapr: Use CamelCase properly
2019-03-12 Philippe Mathieu... target/ppc: Optimize x[sv]xsigdp using deposit_i64()
2019-03-12 Philippe Mathieu... target/ppc: Optimize xviexpdp() using deposit_i64()
2019-03-12 Cédric Le Goatertarget/ppc: add HV support for POWER9
2019-03-12 Cédric Le Goaterppc/pnv: add a "ibm,opal/power-mgt" device tree node...
2019-03-12 Cédric Le Goaterppc/pnv: add more dummy XSCOM addresses
2019-03-12 Cédric Le Goaterppc/pnv: activate XSCOM tests for POWER9
2019-03-12 Cédric Le Goaterppc/pnv: POWER9 XSCOM quad support
2019-03-12 Cédric Le Goaterppc/pnv: extend XSCOM core support for POWER9
next