messages from 2021-11-24 10:16:07 to 2021-11-24 20:03:16 UTC [more...]
[qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
2021-11-24 19:35 UTC (4+ messages)
` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]
[PATCH 00/23] Python: delete qemu.qmp package
2021-11-24 19:26 UTC (24+ messages)
` [PATCH 01/23] python/aqmp: add __del__ method to legacy interface
` [PATCH 02/23] python/aqmp: handle asyncio.TimeoutError on execute()
` [PATCH 03/23] python/aqmp: copy type definitions from qmp
` [PATCH 04/23] python/aqmp: add SocketAddrT to package root
` [PATCH 05/23] python/qemu-ga-client: update instructions to newer CLI syntax
` [PATCH 06/23] python/qmp: switch qemu-ga-client to AQMP
` [PATCH 07/23] python/qmp: switch qom tools "
` [PATCH 08/23] python/qmp: switch qmp-shell "
` [PATCH 09/23] python: move qmp utilities to python/qemu/utils
` [PATCH 10/23] python: move qmp-shell under the AQMP package
` [PATCH 11/23] python/machine: permanently switch to AQMP
` [PATCH 12/23] scripts/cpu-x86-uarch-abi: fix CLI parsing
` [PATCH 13/23] scripts/cpu-x86-uarch-abi: switch to AQMP
` [PATCH 14/23] scripts/render-block-graph: "
` [PATCH 15/23] scripts/bench-block-job: "
` [PATCH 16/23] iotests/mirror-top-perms: "
` [PATCH 17/23] iotests: "
` [PATCH 18/23] python: temporarily silence pylint duplicate-code warnings
` [PATCH 19/23] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH 20/23] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH 21/23] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH 22/23] python: remove the old QMP package
` [PATCH 23/23] python: re-enable pylint duplicate-code warnings
[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
2021-11-24 19:37 UTC (22+ messages)
` [PATCH v3 01/23] multifd: Delete useless operation
` [PATCH v3 02/23] migration: Never call twice qemu_target_page_size()
` [PATCH v3 03/23] multifd: Rename used field to num
` [PATCH v3 04/23] multifd: Add missing documention
` [PATCH v3 05/23] multifd: The variable is only used inside the loop
` [PATCH v3 10/23] multifd: Make zlib compression method not use iovs
` [PATCH v3 12/23] multifd: Make zlib use iov's
` [PATCH v3 13/23] multifd: Make zstd "
` [PATCH v3 14/23] multifd: Remove send_write() method
` [PATCH v3 15/23] multifd: Use a single writev on the send side
` [PATCH v3 16/23] multifd: Unfold "used" variable by its value
` [PATCH v3 17/23] multifd: Use normal pages array on the send side
` [PATCH v3 18/23] multifd: Use normal pages array on the recv side
` [PATCH v3 20/23] multifd: Rename pages_used to normal_pages
` [PATCH v3 21/23] multifd: Support for zero pages transmission
` [PATCH v3 22/23] multifd: Zero "
` [PATCH v3 23/23] migration: Use multifd before we check for the zero page
[PATCH] target/ppc: fix Hash64 MMU update of PTE bit R
2021-11-24 19:52 UTC (6+ messages)
[PATCH v2 00/11] 9p: Add support for darwin
2021-11-24 19:09 UTC (17+ messages)
` [PATCH v2 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v2 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v2 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v2 06/11] 9p: darwin: Compatibility defn for XATTR_SIZE_MAX
` [PATCH v2 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v2 09/11] 9p: darwin: Provide fallback impl for utimensat
` [PATCH v2 10/11] 9p: darwin: Implement compatibility for mknodat
[RFC PATCH v3] hw/nvme:Adding Support for namespace management
2021-11-24 18:46 UTC (3+ messages)
[PATCH for-7.0 v8 00/31] LoongArch64 port of QEMU TCG
2021-11-24 18:32 UTC (32+ messages)
` [PATCH for-7.0 v8 01/31] elf: Add machine type value for LoongArch
` [PATCH for-7.0 v8 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH for-7.0 v8 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PATCH for-7.0 v8 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH for-7.0 v8 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH for-7.0 v8 06/31] tcg/loongarch64: Define the operand constraints
` [PATCH for-7.0 v8 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PATCH for-7.0 v8 08/31] tcg/loongarch64: Implement the memory barrier op
` [PATCH for-7.0 v8 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH for-7.0 v8 10/31] tcg/loongarch64: Implement goto_ptr
` [PATCH for-7.0 v8 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH for-7.0 v8 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH for-7.0 v8 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PATCH for-7.0 v8 14/31] tcg/loongarch64: Implement bswap{16, 32, 64} ops
` [PATCH for-7.0 v8 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PATCH for-7.0 v8 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH for-7.0 v8 17/31] tcg/loongarch64: Implement add/sub ops
` [PATCH for-7.0 v8 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH for-7.0 v8 19/31] tcg/loongarch64: Implement br/brcond ops
` [PATCH for-7.0 v8 20/31] tcg/loongarch64: Implement setcond ops
` [PATCH for-7.0 v8 21/31] tcg/loongarch64: Implement tcg_out_call
` [PATCH for-7.0 v8 22/31] tcg/loongarch64: Implement simple load/store ops
` [PATCH for-7.0 v8 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH for-7.0 v8 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH for-7.0 v8 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH for-7.0 v8 26/31] tcg/loongarch64: Implement tcg_target_init
` [PATCH for-7.0 v8 27/31] tcg/loongarch64: Register the JIT
` [PATCH for-7.0 v8 28/31] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH for-7.0 v8 29/31] linux-user: Implement CPU-specific signal handler "
` [PATCH for-7.0 v8 30/31] configure, meson.build: Mark support "
` [PATCH for-7.0 v8 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab
[ANNOUNCE] QEMU 6.2.0-rc2 is now available
2021-11-24 18:26 UTC
SEV guest attestation
2021-11-24 18:29 UTC (6+ messages)
[PATCH] hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit
2021-11-24 18:22 UTC
[PATCH v3 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
2021-11-24 17:25 UTC (4+ messages)
` [PATCH v3 1/3] target/ppc: Fixed call to deferred exception
` [PATCH v3 2/3] test/tcg/ppc64le: test mtfsf
` [PATCH v3 3/3] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
[for-6.2] hw/intc/arm_gicv3: Update cached state after acknowledging LPI
2021-11-24 17:09 UTC (3+ messages)
[PATCH v4 0/3] hw/block/fdc: Fix CVE-2021-20196
2021-11-24 16:15 UTC (4+ messages)
` [PATCH v4 1/3] hw/block/fdc: Extract blk_create_empty_drive()
` [PATCH v4 2/3] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
` [PATCH v4 3/3] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196
[PATCH for 6.2 v1 0/7] more tcg, plugin, test and build fixes
2021-11-24 16:04 UTC (9+ messages)
` [PATCH v1 1/7] softmmu: fix watchpoint-interrupt races
` [PATCH v1 2/7] accel/tcg: suppress IRQ check for special TBs
[qemu-web PATCH v4] Add Sponsors page
2021-11-24 15:40 UTC (2+ messages)
[PATCH v5 0/3] support dirty restraint on vCPU
2021-11-24 15:33 UTC (5+ messages)
` [PATCH v5 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
` [PATCH v5 2/3] cpu-throttle: implement vCPU throttle
` [PATCH v5 3/3] cpus-common: implement dirty limit on vCPU
Delay rc2 until 24 Nov
2021-11-24 15:22 UTC (2+ messages)
RFC: extending QGA guest-network-get-interfaces
2021-11-24 15:15 UTC (2+ messages)
[PATCH-for-6.2 v3 0/2] hw/block/fdc: Fix CVE-2021-20196
2021-11-24 15:11 UTC (8+ messages)
` [PATCH-for-6.2 v3 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196
Give the fosshost.org VM a purpose or a retirement
2021-11-24 14:56 UTC (4+ messages)
[RFC PATCH v3 0/5] QMP support for cold-plugging devices
2021-11-24 14:51 UTC (6+ messages)
[PATCH 0/2] rSTify 'report-a-bug' and 'security-process'; move them to QEMU Git
2021-11-24 14:27 UTC (3+ messages)
` [PATCH 1/2] docs: rSTify "security-process" page; move it "
` [PATCH 2/2] docs: rSTify "report-a-bug" "
[PATCH v2 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2021-11-24 14:26 UTC (7+ messages)
` [PATCH v2 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v2 13/15] hw/nvme: Add support for the Virtualization Management command
[RFC for-6.2] block/nbd: forbid incompatible change of server options on reconnect
2021-11-24 14:09 UTC
[PATCH v4 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
2021-11-24 13:46 UTC (28+ messages)
` [PATCH v4 01/18] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v4 02/18] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v4 03/18] meson: require liburing >= 0.3
` [PATCH v4 04/18] ui: avoid warnings about directdb on Alpine / musl libc
` [PATCH v4 05/18] ci: explicitly skip I/O tests on alpine
` [PATCH v4 06/18] tests/docker: switch fedora image to release 35
` [PATCH v4 07/18] tests: integrate lcitool for generating build env manifests
` [PATCH v4 08/18] tests/docker: auto-generate centos8.docker with lcitool
` [PATCH v4 09/18] tests/docker: auto-generate fedora.docker "
` [PATCH v4 10/18] tests/docker: auto-generate ubuntu1804.docker "
` [PATCH v4 11/18] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v4 12/18] tests/docker: auto-generate opensuse-leap.docker "
` [PATCH v4 13/18] tests/docker: remove ubuntu.docker container
` [PATCH v4 14/18] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PATCH v4 15/18] tests/docker: updates to alpine package list
` [PATCH v4 16/18] tests/docker: fix sorting of alpine image package lists
` [PATCH v4 17/18] tests/docker: fully expand the alpine package list
` [PATCH v4 18/18] tests/docker: auto-generate alpine.docker with lcitool
[PATCH 0/2 for 6.2] Fix compiler warnings on Fedora 35 / CLang
2021-11-24 13:07 UTC (5+ messages)
` [PATCH 1/2] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH 2/2] spice: Update QXLInterface for spice >= 0.15.0
[PATCH for-7.0 v2 0/2] change ivshmem endianness to LITTLE_ENDIAN
2021-11-24 13:09 UTC (8+ messages)
` [PATCH for-7.0 v2 1/2] ivshmem.c: change "
` [PATCH for-7.0 v2 2/2] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch
[PATCH 0/6] tests/docker: Update Fedora containers
2021-11-24 12:59 UTC (5+ messages)
Questions about losing the write lock of raw-format disks after migration
2021-11-24 12:56 UTC
[PATCH v7 00/31] LoongArch64 port of QEMU TCG
2021-11-24 12:13 UTC (4+ messages)
` [PATCH v7 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab
[qemu-web PATCH v3] Add Sponsors page
2021-11-24 11:30 UTC (5+ messages)
How to enable virgl in headless mode?
2021-11-24 11:05 UTC (2+ messages)
[PATCH v3 00/10] Xilinx Versal's PMC SLCR and OSPI support
2021-11-24 10:15 UTC (11+ messages)
` [PATCH v3 01/10] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v3 02/10] hw/arm/xlnx-versal: Connect "
` [PATCH v3 03/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v3 04/10] hw/dma: Add the DMA control interface
` [PATCH v3 05/10] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v3 06/10] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v3 07/10] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v3 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v3 09/10] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v3 10/10] MAINTAINERS: Add an entry for Xilinx Versal OSPI
[PATCH v11 00/26] Add LoongArch linux-user emulation support
2021-11-24 10:44 UTC (5+ messages)
` [PATCH v11 19/26] linux-user: Add LoongArch signal support
[PATCH v2 00/10] Xilinx Versal's PMC SLCR and OSPI support
2021-11-24 10:15 UTC (4+ messages)
` [PATCH v2 03/10] include/hw/dma/xlnx_csu_dma: Include ptimer.h and stream.h in the header
[PATCH] intel-iommu: ignore SNP bit in scalable mode
2021-11-24 10:10 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).