OSDN Git Service

qmiga/qemu.git
2020-10-10 John Snowqapi/gen.py: update write() to be more idiomatic
2020-10-10 John Snowqapi/gen.py: Remove unused parameter
2020-10-10 John Snowqapi/gen.py: add type hint annotations
2020-10-10 John Snowqapi/gen: Make _is_user_module() return bool
2020-10-10 John Snowqapi/source.py: delint with pylint
2020-10-10 John Snowqapi/source.py: add type hint annotations
2020-10-10 John Snowqapi/commands.py: add type hint annotations
2020-10-10 John Snowqapi/commands.py: Don't re-bind to variable of differen...
2020-10-10 John Snowqapi/events.py: Move comments into docstrings
2020-10-10 John Snowqapi/events.py: add type hint annotations
2020-10-10 John Snowqapi: establish mypy type-checking baseline
2020-10-10 John Snowqapi/common.py: move build_params into gen.py
2020-10-10 John Snowqapi/common.py: Convert comments into docstrings, and...
2020-10-10 John Snowqapi/common.py: add type hint annotations
2020-10-10 John Snowqapi/common.py: check with pylint
2020-10-10 John Snowqapi/common.py: Replace one-letter 'c' variable
2020-10-10 John Snowqapi/common.py: delint with pylint
2020-10-10 John Snowqapi/common.py: Add indent manager
2020-10-10 John Snowqapi/common.py: Remove python compatibility workaround
2020-10-10 John Snowqapi: add pylintrc
2020-10-10 John Snowqapi: delint using flake8
2020-10-10 John Snowqapi: enforce import order/styling with isort
2020-10-10 John Snowqapi: Remove wildcard includes
2020-10-10 John Snowqapi: Prefer explicit relative imports
2020-10-10 John Snowqapi: move generator entrypoint into package
2020-10-10 John Snowqapi-gen: Separate arg-parsing from generation
2020-10-10 John Snowqapi: modify docstrings to be sphinx-compatible
2020-10-10 John Snowdocs: repair broken references
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-09 Markus Armbrustererror: Use error_fatal to simplify obvious fatal errors...
2020-10-09 Markus Armbrustererror: Remove NULL checks on error_propagate() calls...
2020-10-09 Kevin Wolfblock: Convert 'block_resize' to coroutine
2020-10-09 Kevin Wolfblock: Add bdrv_lock()/unlock()
2020-10-09 Kevin Wolfblock: Add bdrv_co_enter()/leave()
2020-10-09 Kevin Wolfutil/async: Add aio_co_reschedule_self()
2020-10-09 Kevin Wolfhmp: Add support for coroutine command handlers
2020-10-09 Kevin Wolfqmp: Move dispatcher to a coroutine
2020-10-09 Kevin Wolfqapi: Add a 'coroutine' flag for commands
2020-10-09 Kevin Wolfmonitor: Make current monitor a per-coroutine property
2020-10-09 Kevin Wolfqmp: Call monitor_set_cur() only in qmp_dispatch()
2020-10-09 Kevin Wolfqmp: Assert that no other monitor is active
2020-10-09 Kevin Wolfhmp: Update current monitor only in handle_hmp_command()
2020-10-09 Kevin Wolfmonitor: Use getter/setter functions for cur_mon
2020-10-09 Kevin Wolfmonitor: Add Monitor parameter to monitor_get_cpu_index()
2020-10-09 Kevin Wolfmonitor: Add Monitor parameter to monitor_set_cpu()
2020-10-09 Daniel Henrique... specs/ppc-spapr-numa: update with new NUMA support
2020-10-09 Daniel Henrique... spapr_numa: consider user input when defining associativity
2020-10-08 Daniel Henrique... spapr_numa: change reference-points and maxdomain settings
2020-10-08 Daniel Henrique... spapr_numa: forbid asymmetrical NUMA setups
2020-10-08 Daniel Henrique... spapr: add spapr_machine_using_legacy_numa() helper
2020-10-08 Cédric Le Goaterppc/pnv: Increase max firmware size
2020-10-08 Greg Kurzspapr: Add a return value to spapr_check_pagesize()
2020-10-08 Greg Kurzspapr: Add a return value to spapr_nvdimm_validate()
2020-10-08 Greg Kurzspapr: Simplify error handling in spapr_cpu_core_realize()
2020-10-08 Greg Kurzspapr: Add a return value to spapr_set_vcpu_id()
2020-10-08 Greg Kurzspapr: Simplify error handling in prop_get_fdt()
2020-10-08 Greg Kurzspapr: Add a return value to spapr_drc_attach()
2020-10-08 Greg Kurzspapr: Simplify error handling in spapr_vio_busdev_real...
2020-10-08 Greg Kurzspapr: Simplify error handling in do_client_architectur...
2020-10-08 Greg Kurzspapr: Get rid of cas_check_pvr() error reporting
2020-10-08 Greg Kurzspapr: Simplify error handling in callers of ppc_set_co...
2020-10-08 Greg Kurzppc: Fix return value in cpu_post_load() error path
2020-10-08 Greg Kurzppc: Add a return value to ppc_set_compat() and ppc_set...
2020-10-08 Greg Kurzspapr: Fix error leak in spapr_realize_vcpu()
2020-10-08 Fabiano Rosasspapr: Handle HPT allocation failure in nested guest
2020-10-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-10-08 Peter Maydelltarget/arm: Make '-cpu max' have a 48-bit PA
2020-10-08 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-10-08 Andrew Joneshw/arm/virt: Implement kvm-steal-time
2020-10-08 Andrew Jonestests/qtest: Restore aarch64 arm-cpu-features test
2020-10-08 Andrew Joneshw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
2020-10-08 Andrew Joneshw/arm/virt: Move post cpu realize check into its own...
2020-10-08 Andrew Jonestarget/arm/kvm: Make uncalled stubs explicitly unreachable
2020-10-08 Andrew Joneslinux headers: sync to 5.9-rc7
2020-10-08 Philippe Mathieu... hw/char/bcm2835_aux: Allow less than 32-bit accesses
2020-10-08 Graeme Gregoryhw/arm/sbsa-ref : allocate IRQs for SMMUv3
2020-10-08 Graeme Gregoryhw/arm/sbsa-ref : Fix SMMUv3 Initialisation
2020-10-08 Philippe Mathieu... hw/arm/fsl-imx25: Fix a typo
2020-10-08 Philippe Mathieu... hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
2020-10-08 Kele Huangaccel/tcg: Fix computing of is_write for MIPS
2020-10-08 Richard Hendersontcg: Remove TCG_TARGET_HAS_cmp_vec
2020-10-08 Richard Hendersontcg/optimize: Fold dup2_vec
2020-10-08 Richard Hendersontcg: Fix generation of dupi_vec for 32-bit host
2020-10-08 Richard Hendersontcg/i386: Fix dupi for avx2 32-bit hosts
2020-10-08 Richard Hendersontcg: Remove TCGOpDef.used
2020-10-08 Richard Hendersontcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
2020-10-08 Richard Hendersontcg: Remove TCG_CT_REG
2020-10-08 Richard Hendersontcg: Move sorted_args into TCGArgConstraint.sort_index
2020-10-08 Richard Hendersontcg: Drop union from TCGArgConstraint
2020-10-08 Richard Hendersontcg: Adjust simd_desc size encoding
2020-10-08 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2020-10-06 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2020-10-06 Thomas Huthtests/qtest/cdrom: Add more s390x-related boot tests
2020-10-06 Thomas Huthpc-bios/s390: Update the s390-ccw bios binaries
2020-10-06 Janosch Frankpc-bios: s390x: Go into disabled wait when encountering...
2020-10-06 Janosch Frankpc-bios: s390x: Use reset PSW if avaliable
2020-10-06 Janosch Frankpc-bios: s390x: Save PSW rework
2020-10-06 Janosch Frankpc-bios: s390x: Fix bootmap.c zipl component entry...
next