qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 15:25:00 to 2021-06-30 01:43:05 UTC [more...]

[PATCH 00/20] Add LoongArch linux-user emulation support
 2021-06-30  1:41 UTC  (14+ messages)
` [PATCH 01/20] target/loongarch: Add README
` [PATCH 06/20] target/loongarch: Add main translation routines
` [PATCH 20/20] target/loongarch: Add linux-user emulation support

[question] Shall we flush ITS tables into guest RAM when shutdown the VM?
 2021-06-30  1:38 UTC  (3+ messages)

[PATCH v7 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-30  1:26 UTC  (5+ messages)
` [PATCH v7 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v7 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v7 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v7 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH 0/2] migration: Two fixes around yank and postcopy recovery
 2021-06-29 23:52 UTC  (6+ messages)
` [PATCH 1/2] migration: Move yank outside qemu_start_incoming_migration()
` [PATCH 2/2] migration: Allow reset of postcopy_recover_triggered when failed

[PATCH] target/i386: Remove split lock detect in Snowridge CPU model
 2021-06-30  1:20 UTC 

[PATCH v6 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-30  1:08 UTC  (30+ messages)
` [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v6 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v6 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH v3 00/15] Python: packaging cleanups
 2021-06-29 21:43 UTC  (16+ messages)
` [PATCH v3 01/15] python/qom: Do not use 'err' name at module scope
` [PATCH v3 02/15] python: expose typing information via PEP 561
` [PATCH v3 03/15] python: Remove global pylint suppressions
` [PATCH v3 04/15] python: Re-lock pipenv at *oldest* supported versions
` [PATCH v3 05/15] python: README.rst touchups
` [PATCH v3 06/15] python: Add no-install usage instructions
` [PATCH v3 07/15] python: rename 'venv-check' target to 'check-pipenv'
` [PATCH v3 08/15] python: update help text for check-tox
` [PATCH v3 09/15] python: Fix .PHONY Make specifiers
` [PATCH v3 10/15] python: only check qemu/ subdir with flake8
` [PATCH v3 11/15] python: add 'make check-dev' invocation
` [PATCH v3 12/15] python: Update help text on 'make check', 'make develop'
` [PATCH v3 13/15] python: Update help text on 'make clean', 'make distclean'
` [PATCH v3 14/15] python: remove auto-generated pyproject.toml file
` [PATCH v3 15/15] python: Fix broken ReST docstrings

[PATCH] target/i386: Fix cpuid level for AMD
 2021-06-29 21:29 UTC  (3+ messages)

[RFC 0/2] Option to build native TCG with --enable-modules
 2021-06-29 21:28 UTC  (3+ messages)
` [RFC 1/2] modules: "
` [RFC 2/2] modules: Fix warning in module_arch documentation

[PATCH v2 00/12] Python: packaging cleanups
 2021-06-29 21:27 UTC  (20+ messages)
` [PATCH v2 01/12] python: expose typing information via PEP 561
` [PATCH v2 02/12] python: Remove global pylint suppressions
` [PATCH v2 03/12] python: Re-lock pipenv at *oldest* supported versions
` [PATCH v2 04/12] python: README.rst touchups
` [PATCH v2 05/12] python: Add no-install usage instructions
` [PATCH v2 06/12] python: rename 'venv-check' target to 'check-pipenv'
` [PATCH v2 07/12] python: update help text for check-tox
` [PATCH v2 08/12] python: Fix .PHONY Make specifiers
` [PATCH v2 09/12] python: add 'make check-dev' invocation
` [PATCH v2 10/12] python: Update help text on 'make check', 'make develop'
` [PATCH v2 11/12] python: Update help text on 'make clean', 'make distclean'
` [PATCH v2 12/12] python: remove auto-generated pyproject.toml file

[PATCH v4 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-06-29 20:38 UTC  (5+ messages)
` [PATCH v4 1/4] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection

[PULL 00/63] tcg patch queue
 2021-06-29 18:54 UTC  (64+ messages)
` [PULL 01/63] target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PULL 02/63] target/nios2: Use global cpu_env
` [PULL 03/63] target/nios2: Use global cpu_R
` [PULL 04/63] target/nios2: Add DisasContextBase to DisasContext
` [PULL 05/63] target/nios2: Convert to TranslatorOps
` [PULL 06/63] target/nios2: Remove assignment to env in handle_instruction
` [PULL 07/63] target/nios2: Clean up goto "
` [PULL 08/63] target/nios2: Inline handle_instruction
` [PULL 09/63] target/nios2: Use pc_next for pc + 4
` [PULL 10/63] target/avr: Add DisasContextBase to DisasContext
` [PULL 11/63] target/avr: Change ctx to DisasContext* in gen_intermediate_code
` [PULL 12/63] target/avr: Convert to TranslatorOps
` [PULL 13/63] target/cris: Add DisasContextBase to DisasContext
` [PULL 14/63] target/cris: Remove DISAS_SWI
` [PULL 15/63] target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PULL 16/63] target/cris: Mark exceptions as DISAS_NORETURN
` [PULL 17/63] target/cris: Fix use_goto_tb
` [PULL 18/63] target/cris: Convert to TranslatorOps
` [PULL 19/63] target/cris: Mark helper_raise_exception noreturn
` [PULL 20/63] target/cris: Mark static arrays const
` [PULL 21/63] target/cris: Fold unhandled X_FLAG changes into cpustate_changed
` [PULL 22/63] target/cris: Set cpustate_changed for rfe/rfn
` [PULL 23/63] target/cris: Add DISAS_UPDATE_NEXT
` [PULL 24/63] target/cris: Add DISAS_DBRANCH
` [PULL 25/63] target/cris: Use tcg_gen_lookup_and_goto_ptr
` [PULL 26/63] target/cris: Improve JMP_INDIRECT
` [PULL 27/63] target/cris: Remove dc->flagx_known
` [PULL 28/63] target/cris: Do not exit tb for X_FLAG changes
` [PULL 29/63] tcg: Add tcg_gen_vec_add{sub}16_i32
` [PULL 30/63] tcg: Add tcg_gen_vec_add{sub}8_i32
` [PULL 31/63] tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32
` [PULL 32/63] tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32
` [PULL 33/63] tcg: Implement tcg_gen_vec_add{sub}32_tl
` [PULL 34/63] tcg: Use correct trap number for page faults on *BSD systems
` [PULL 35/63] tcg: Add flags argument to bswap opcodes
` [PULL 36/63] tcg/i386: Support bswap flags
` [PULL 37/63] tcg/aarch64: Merge tcg_out_rev{16,32,64}
` [PULL 38/63] tcg/aarch64: Support bswap flags
` [PULL 39/63] tcg/arm: "
` [PULL 40/63] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PULL 41/63] tcg/ppc: Split out tcg_out_sari{32,64}
` [PULL 42/63] tcg/ppc: Split out tcg_out_bswap16
` [PULL 43/63] tcg/ppc: Split out tcg_out_bswap32
` [PULL 44/63] tcg/ppc: Split out tcg_out_bswap64
` [PULL 45/63] tcg/ppc: Support bswap flags
` [PULL 46/63] tcg/ppc: Use power10 byte-reverse instructions
` [PULL 47/63] tcg/s390: Support bswap flags
` [PULL 48/63] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PULL 49/63] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PULL 50/63] tcg/tci: Support bswap flags
` [PULL 51/63] tcg: Handle new bswap flags during optimize
` [PULL 52/63] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PULL 53/63] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PULL 54/63] tcg: Make use of bswap flags in tcg_gen_qemu_st_*
` [PULL 55/63] target/arm: Improve REV32
` [PULL 56/63] target/arm: Improve vector REV
` [PULL 57/63] target/arm: Improve REVSH
` [PULL 58/63] target/i386: Improve bswap translation
` [PULL 59/63] target/sh4: Improve swap.b translation
` [PULL 60/63] target/mips: Fix gen_mxu_s32ldd_s32lddr
` [PULL 61/63] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
` [PULL 62/63] tcg/aarch64: "
` [PULL 63/63] tcg/riscv: Remove MO_BSWAP handling

[PATCH 00/53] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-06-29 19:16 UTC  (3+ messages)
` [PATCH 19/53] acpi: add helper routines to initialize "

[PULL 00/23] hw/nvme patches
 2021-06-29 18:47 UTC  (24+ messages)
` [PULL 01/23] hw/nvme: fix style
` [PULL 02/23] hw/nvme: add identify namespace flbas/mc enums
` [PULL 03/23] hw/nvme: fix lbaf formats initialization
` [PULL 04/23] hw/nvme: add param to control auto zone transitioning to zone state closed
` [PULL 05/23] hw/nvme: fix csi field for cns 0x00 and 0x11
` [PULL 06/23] hw/nvme: namespace parameter for EUI-64
` [PULL 07/23] hw/nvme: default for namespace EUI-64
` [PULL 08/23] hw/nvme: reimplement flush to allow cancellation
` [PULL 09/23] hw/nvme: add nvme_block_status_all helper
` [PULL 10/23] hw/nvme: reimplement dsm to allow cancellation
` [PULL 11/23] hw/nvme: save reftag when generating pi
` [PULL 12/23] hw/nvme: remove assert from nvme_get_zone_by_slba
` [PULL 13/23] hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check
` [PULL 14/23] hw/nvme: add dw0/1 to the req completion trace event
` [PULL 15/23] hw/nvme: reimplement the copy command to allow aio cancellation
` [PULL 16/23] hw/nvme: reimplement zone reset to allow cancellation
` [PULL 17/23] hw/nvme: reimplement format nvm "
` [PULL 18/23] Partially revert "hw/block/nvme: drain namespaces on sq deletion"
` [PULL 19/23] hw/nvme: fix endianess conversion and add controller list
` [PULL 20/23] hw/nvme: documentation fix
` [PULL 21/23] hw/nvme: fix missing check for PMR capability
` [PULL 22/23] hw/nvme: fix pin-based interrupt behavior (again)
` [PULL 23/23] hw/nvme: add 'zoned.zasl' to documentation

[PATCH v2 00/23] linux-user: Move signal trampolines to new page
 2021-06-29 18:32 UTC  (7+ messages)
` [PATCH v2 05/23] linux-user/arm: Implement setup_sigtramp
` [PATCH v2 10/23] linux-user/i386: "

[PATCH 0/7] Fixed some bugs and optimized some codes for COLO
 2021-06-29 17:58 UTC  (3+ messages)
` [PATCH 1/7] Some minor optimizations "

[PATCH 0/2] migration: failover: continue to wait card unplug on error
 2021-06-29 17:50 UTC  (7+ messages)
` [PATCH 1/2] migration: move wait-unplug loop to its own function
` [PATCH 2/2] migration: failover: continue to wait card unplug on error

[PATCH] migration: failover: reset partially_hotplugged
 2021-06-29 17:43 UTC  (2+ messages)

[PULL v2 0/4] Hexagon (target/hexagon) bug fixes
 2021-06-29 17:14 UTC  (5+ messages)
` [PULL v2 1/4] Hexagon (target/hexagon) fix bug in fLSBNEW*
` [PULL v2 2/4] Hexagon (target/hexagon) fix l2fetch instructions
` [PULL v2 3/4] Hexagon (target/hexagon) cleanup gen_store_conditional[48] functions
` [PULL v2 4/4] Hexagon (target/hexagon) remove unused TCG variables

[PATCH v3 0/9] target/nios2: Convert to TranslatorOps
 2021-06-29 17:12 UTC  (2+ messages)

[PATCH] crypto tls session: GNUTLS internal buffer is now cleared of stale data
 2021-06-29 15:50 UTC 

[PATCH v2 1/1] migration: Unregister yank if migration setup fails
 2021-06-29 16:51 UTC  (2+ messages)

[PATCH 00/11] Python: packaging cleanups
 2021-06-29 16:45 UTC  (12+ messages)
` [PATCH 03/11] python: Re-lock pipenv at *oldest* supported versions
` [PATCH 07/11] python: update help text for check-tox
` [PATCH 08/11] python: add 'make check-venv' invocation

[PULL 0/4] Hexagon (target/hexagon) bug fixes
 2021-06-29 16:28 UTC  (3+ messages)

[PATCH 00/18] target/arm: Second slice of MVE implementation
 2021-06-29 16:13 UTC  (6+ messages)
` [PATCH 15/18] target/arm: Implement MVE long shifts by immediate

[PATCH v12 0/6] support dirtyrate at the granualrity of vcpu
 2021-06-29 16:01 UTC  (7+ messages)
` [PATCH v12 1/6] KVM: introduce dirty_pages and kvm_dirty_ring_enabled
` [PATCH v12 2/6] memory: make global_dirty_tracking a bitmask
` [PATCH v12 3/6] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PATCH v12 4/6] migration/dirtyrate: adjust order of registering thread
` [PATCH v12 5/6] migration/dirtyrate: move init step of calculation to main thread
` [PATCH v12 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v10 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation
 2021-06-29 15:58 UTC  (5+ messages)

[PATCH v2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-06-29 15:53 UTC  (11+ messages)
` [PATCH v2 2/1] qemu-img: Add "backing":true to unallocated map segments

[PATCH v3] Add basic power management to raspi
 2021-06-29 15:47 UTC  (5+ messages)

[PATCH v2 0/2] introduce QEMU_AUTO_VFREE
 2021-06-29 15:44 UTC  (2+ messages)

[PATCH 0/2] arm/virt: fix machine poweroff
 2021-06-29 15:29 UTC  (4+ messages)
` [PATCH 2/2] gpio_pwr: use shutdown function for reboot


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).