]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2020-10-12  Dr. David Alan... virtiofsd: Silence gcc warning
2020-10-12  Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-10-11  Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-10-10  John Snowqapi/visit.py: add type hint annotations
2020-10-10  John Snowqapi/visit.py: remove unused parameters from gen_visit_...
2020-10-10  John Snowqapi/visit.py: assert tag_member contains a QAPISchemaE...
2020-10-10  John Snowqapi/types.py: remove one-letter variables
2020-10-10  John Snowqapi/types.py: add type hint annotations
2020-10-10  John Snowqapi/gen.py: delint with pylint
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/ericb/tags/pull...
2020-10-09  Eric Blakenbd: Simplify meta-context parsing
2020-10-09  Eric Blakenbd/server: Reject embedded NUL in NBD strings
2020-10-09  Eric Blakeqemu-nbd: Honor SIGINT and SIGHUP
2020-10-09  Vladimir Sementsov... block/nbd: nbd_co_reconnect_loop(): don't connect if...
2020-10-09  Vladimir Sementsov... block/nbd: fix reconnect-delay
2020-10-09  Vladimir Sementsov... block/nbd: correctly use qio_channel_detach_aio_context...
2020-10-09  Vladimir Sementsov... block/nbd: fix drain dead-lock because of nbd reconnect...
2020-10-09  Christian Borntraegernbd: silence maybe-uninitialized warnings
2020-10-09  Alex Bennéetests/acceptance: disable machine_rx_gdbsim on GitLab
2020-10-09  Paolo Bonzinicirrus: use V=1 when running tests on FreeBSD and macOS
2020-10-09  Yonggang Luoplugin: Fixes compiling errors on msys2/mingw
2020-10-09  Yonggang Luoplugins: Fixes a issue when dlsym failed, the handle...
2020-10-09  Philippe Mathieu... .mailmap: Fix more contributor entries
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Yandex to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Yadro to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add SUSE to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Nir Soffer to Red Hat domain
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Qualcomm to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Nuvia to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Google to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add ByteDance to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add Baidu to the domain map
2020-10-09  Philippe Mathieu... contrib/gitdm: Add more individual contributors
2020-10-09  Philippe Mathieu... contrib/gitdm: Add more academic domains
2020-10-09  Thomas Huthtests/docker: Add genisoimage to the docker file
2020-10-09  Yonggang Luocirrus: msys2/mingw speed is up, add excluded target...
2020-10-09  Yonggang Luocirrus: Fixing and speedup the msys2/mingw CI
2020-10-09  Alex Bennéehw/ide: restore replay support of IDE
2020-10-09  Philippe Mathieu... hw/misc/mips_cpc: Start vCPU when powered on
2020-10-09  Paolo Bonziniconfigure: fix performance regression due to PIC objects
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...
next