qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-21 10:37:21 to 2023-12-21 21:25:35 UTC [more...]

[PULL 00/33] Block layer patches
 2023-12-21 21:23 UTC  (10+ messages)
` [PULL 01/33] nbd/server: avoid per-NBDRequest nbd_client_get/put()
` [PULL 02/33] nbd/server: only traverse NBDExport->clients from main loop thread
` [PULL 03/33] nbd/server: introduce NBDClient->lock to protect fields
` [PULL 04/33] block/file-posix: set up Linux AIO and io_uring in the current thread
` [PULL 09/33] vl: Improve error message for conflicting -incoming and -loadvm
` [PULL 13/33] scsi: don't lock AioContext in I/O code path
` [PULL 16/33] scsi: assert that callbacks run in the correct AioContext
` [PULL 17/33] tests: remove aio_context_acquire() tests
` [PULL 19/33] graph-lock: remove AioContext locking

[PULL 00/47] vfio queue
 2023-12-21 21:23 UTC  (5+ messages)
` [PULL 20/47] backends/iommufd: Introduce the iommufd object

[PULL 0/3] Memory/SDHCI/ParallelFlash patches for v7.2.0-rc0
 2023-12-21 21:19 UTC  (5+ messages)

[PATCH v4 0/4] virtio-blk: add iothread-vq-mapping parameter
 2023-12-21 21:07 UTC  (8+ messages)
` [PATCH v4 1/4] qdev-properties: alias all object class properties
` [PATCH v4 4/4] virtio-blk: add iothread-vq-mapping parameter

[PATCH v3 0/6] qemu-iotests fixes for Kevin's block tree
 2023-12-21 21:02 UTC  (8+ messages)
` [PATCH v3 1/6] fixup block-coroutine-wrapper: use qemu_get_current_aio_context()
` [PATCH v3 2/6] fixup block: remove AioContext locking
` [PATCH v3 3/6] fixup scsi: only access SCSIDevice->requests from one thread
` [PATCH v3 4/6] nbd/server: avoid per-NBDRequest nbd_client_get/put()
` [PATCH v3 5/6] nbd/server: only traverse NBDExport->clients from main loop thread
` [PATCH v3 6/6] nbd/server: introduce NBDClient->lock to protect fields

[PATCH v2 0/6] qemu-iotests fixes for Kevin's block tree
 2023-12-21 19:21 UTC  (9+ messages)
` [PATCH v2 1/6] fixup block-coroutine-wrapper: use qemu_get_current_aio_context()
` [PATCH v2 2/6] fixup block: remove AioContext locking
` [PATCH v2 3/6] fixup scsi: only access SCSIDevice->requests from one thread
` [PATCH v2 4/6] nbd/server: avoid per-NBDRequest nbd_client_get/put()
` [PATCH v2 5/6] nbd/server: only traverse NBDExport->clients from main loop thread
` [PATCH v2 6/6] nbd/server: introduce NBDClient->lock to protect fields

virtio-pci in qemu-system-arm is broken in 8.2
 2023-12-21 18:18 UTC  (2+ messages)

[PATCH 00/16] target/riscv: deprecate riscv_cpu_options[]
 2023-12-21 17:51 UTC  (17+ messages)
` [PATCH 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec
` [PATCH 02/16] target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cpu_properties[]
` [PATCH 03/16] target/riscv: make riscv_cpu_is_generic() public
` [PATCH 04/16] target/riscv: move 'mmu' to riscv_cpu_properties[]
` [PATCH 05/16] target/riscv: move 'pmp' "
` [PATCH 06/16] target/riscv: rework 'priv_spec'
` [PATCH 07/16] target/riscv: rework 'vext_spec'
` [PATCH 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH 09/16] target/riscv: move 'elen' "
` [PATCH 10/16] target/riscv: create finalize_features() for KVM
` [PATCH 11/16] target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]
` [PATCH 12/16] target/riscv: move 'cboz_blocksize' "
` [PATCH 13/16] target/riscv: remove riscv_cpu_options[]
` [PATCH 14/16] target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_properties[]
` [PATCH 15/16] target/riscv/cpu.c: move 'mimpid' "
` [PATCH 16/16] target/riscv/cpu.c: move 'marchid' "

[PATCH v4 00/13] Consolidate common vdpa members in VhostVDPAShared
 2023-12-21 17:43 UTC  (14+ messages)
` [PATCH v4 01/13] vdpa: add VhostVDPAShared
` [PATCH v4 02/13] vdpa: move iova tree to the shared struct
` [PATCH v4 03/13] vdpa: move iova_range to vhost_vdpa_shared
` [PATCH v4 04/13] vdpa: move shadow_data "
` [PATCH v4 05/13] vdpa: use vdpa shared for tracing
` [PATCH v4 06/13] vdpa: move file descriptor to vhost_vdpa_shared
` [PATCH v4 07/13] vdpa: move iotlb_batch_begin_sent "
` [PATCH v4 08/13] vdpa: move backend_cap "
` [PATCH v4 09/13] vdpa: remove msg type of vhost_vdpa
` [PATCH v4 10/13] vdpa: move iommu_list to vhost_vdpa_shared
` [PATCH v4 11/13] vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
` [PATCH v4 12/13] vdpa: use dev_shared in vdpa_iommu
` [PATCH v4 13/13] vdpa: move memory listener to vhost_vdpa_shared

[RFC PATCH] readthodocs: fully specify a build environment
 2023-12-21 17:42 UTC 

[PATCH 00/21] Build system cleanups for QEMU 9.0
 2023-12-21 17:19 UTC  (22+ messages)
` [PATCH 01/21] meson: fix type of "relocatable" option
` [PATCH 02/21] meson: remove unused variable
` [PATCH 03/21] meson: use version_compare() to compare version
` [PATCH 04/21] Makefile: clean qemu-iotests output
` [PATCH 05/21] configure: remove unnecessary subshell
` [PATCH 06/21] configure: unify again the case arms in probe_target_compiler
` [PATCH 07/21] meson: always probe u2f and canokey if the option is enabled
` [PATCH 08/21] meson: remove OS definitions from config_targetos
` [PATCH 09/21] meson: remove CONFIG_POSIX and CONFIG_WIN32 "
` [PATCH 10/21] meson: remove config_targetos
` [PATCH 11/21] meson: remove CONFIG_ALL
` [PATCH 12/21] meson: rename config_all
` [PATCH 13/21] meson: add more sections to main meson.build
` [PATCH 14/21] meson: move program checks together
` [PATCH 15/21] meson: move option validation a bit closer
` [PATCH 16/21] meson: separate host-specific checks from option validation
` [PATCH 17/21] meson: keep subprojects together
` [PATCH 18/21] meson: move CFI detection code earlier
` [PATCH 19/21] meson: move config-host.h definitions together
` [PATCH 20/21] meson: move subdirs to "Collect sources" section
` [PATCH 21/21] configure, meson: rename targetos to host_os

[PATCH v2] target/i386: Fix physical address truncation
 2023-12-21 17:21 UTC  (2+ messages)

[PATCH 0/2] hw/s390x/ccw: Cleanup basename() and dirname()
 2023-12-21 17:19 UTC  (3+ messages)
` [PATCH 1/2] hw/s390x/ccw: Replace basename() with g_path_get_basename()
` [PATCH 2/2] hw/s390x/ccw: Replace dirname() with g_path_get_dirname()

[PATCH] MAINTAINERS: Remove myself as reviewer from Live Migration
 2023-12-21 17:07 UTC 

[PATCH 0/2] Added the ability to delegate LCOFI to VS
 2023-12-21 16:03 UTC  (5+ messages)
` [PATCH 1/2] target/riscv/csr: Rename groups of interrupts
` [PATCH 2/2] target/riscv/csr: Added the ability to delegate LCOFI to VS

[PATCH] target/i386: Fix physical address truncation when PAE is enabled
 2023-12-21 15:20 UTC  (5+ messages)

[PATCH v3 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2023-12-21 15:07 UTC  (12+ messages)
` [PATCH v3 01/11] hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABus
` [PATCH v3 02/11] hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
` [PATCH v3 03/11] hw/char/parallel: Move portio_list from ParallelState to ISAParallelState
` [PATCH v3 04/11] exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio
` [PATCH v3 05/11] exec/ioport: Add portio_list_set_address()
` [PATCH v3 06/11] exec/ioport: Add portio_list_set_enabled()
` [PATCH v3 07/11] hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC
` [PATCH v3 08/11] hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_SERIAL
` [PATCH v3 09/11] hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL
` [PATCH v3 10/11] hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions
` [PATCH v3 11/11] hw/isa/vt82c686: Implement relocation and toggling of "

[PATCH] docs/devel/qapi-code-gen: Don't reserve types ending with 'Kind'
 2023-12-21 14:57 UTC 

chacha20-s390 broken in 8.2.0 in TCG on s390x
 2023-12-21 14:51 UTC 

[PATCH v2 00/12] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2023-12-21 14:29 UTC  (7+ messages)
` [PATCH v2 08/12] hw/block/fdc-isa: Implement relocation and toggling for TYPE_ISA_FDC
` [PATCH v2 11/12] hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions

[PATCH 0/6] qemu-iotests fixes for Kevin's block tree
 2023-12-21 14:27 UTC  (9+ messages)
` [PATCH 5/6] nbd/server: only traverse NBDExport->clients from main loop thread
` [PATCH 6/6] nbd/server: introduce NBDClient->lock to protect fields

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-21 13:47 UTC  (9+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH] Signed-off-by: guoguangyao <guoguangyao18@mails.ucas.ac.cn>
 2023-12-21  9:38 UTC 

[PATCH] virtio-iommu: Use qemu_real_host_page_mask as default page_size_mask
 2023-12-21 13:45 UTC 

[PATCH] tcg/i386: convert add/sub of 128 to sub/add of -128
 2023-12-21 13:43 UTC 

[PATCH 1/1] target/riscv: pmp: Ignore writes when RW=01 and MML=0
 2023-12-21 13:40 UTC  (2+ messages)

Qemu resets terminal to crazy defaults
 2023-12-21 13:29 UTC  (7+ messages)

[PATCH v2 1/2] target/riscv: FIX xATP_MODE validation
 2023-12-21 13:25 UTC  (4+ messages)
` [PATCH v2 2/2] target/riscv: UPDATE xATP write CSR

[PATCH 00/40] testing and plugin updates for 9.0
 2023-12-21 13:19 UTC  (42+ messages)
` [PATCH 01/40] tests/avocado: Add a test for a little-endian microblaze machine
` [PATCH 02/40] tests/avocado: use snapshot=on in kvm_xen_guest
` [PATCH 03/40] gitlab: include microblazeel in testing
` [PATCH 04/40] chardev: use bool for fe_is_open
` [PATCH 05/40] qtest: bump min meson timeout to 60 seconds
` [PATCH 06/40] qtest: bump migration-test timeout to 8 minutes
` [PATCH 07/40] qtest: bump qom-test timeout to 15 minutes
` [PATCH 08/40] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH 09/40] qtest: bump test-hmp timeout to 4 minutes
` [PATCH 10/40] qtest: bump pxe-test timeout to 10 minutes
` [PATCH 11/40] qtest: bump prom-env-test timeout to 6 minutes
` [PATCH 12/40] qtest: bump boot-serial-test timeout to 3 minutes
` [PATCH 13/40] qtest: bump qos-test timeout to 2 minutes
` [PATCH 14/40] qtest: bump aspeed_smc-test timeout to 6 minutes
` [PATCH 15/40] qtest: bump bios-table-test timeout to 9 minutes
` [PATCH 16/40] tests/qtest: Bump the device-introspect-test timeout to 12 minutes
` [PATCH 17/40] tests/unit: Bump test-aio-multithread test timeout to 2 minutes
` [PATCH 18/40] tests/unit: Bump test-crypto-block test timeout to 5 minutes
` [PATCH 19/40] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes
` [PATCH 20/40] mtest2make: stop disabling meson test timeouts
` [PATCH 21/40] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH 22/40] target/riscv: Remove misa_mxl validation
` [PATCH 23/40] target/riscv: Move misa_mxl_max to class
` [PATCH 24/40] target/riscv: Validate misa_mxl_max only once
` [PATCH 25/40] target/arm: Use GDBFeature for dynamic XML
` [PATCH 26/40] target/ppc: "
` [PATCH 27/40] target/riscv: "
` [PATCH 28/40] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH 29/40] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH 30/40] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH 31/40] gdbstub: Simplify XML lookup
` [PATCH 32/40] gdbstub: Infer number of core registers from XML
` [PATCH 33/40] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH 34/40] gdbstub: Add members to identify registers to GDBFeature
` [PATCH 35/40] plugins: Use different helpers when reading registers
` [PATCH 36/40] gdbstub: expose api to find registers
` [PATCH 37/40] plugins: add an API to read registers
` [PATCH 38/40] contrib/plugins: fix imatch
` [PATCH 39/40] contrib/plugins: extend execlog to track register changes
` [PATCH 40/40] contrib/plugins: optimise the register value tracking

[PATCH] hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state
 2023-12-21 12:29 UTC 

[PATCH RFC] linux-user: Allow gdbstub to ignore page protection
 2023-12-21 12:26 UTC  (3+ messages)

[PATCH v3 00/14] Consolidate common vdpa members in VhostVDPAShared
 2023-12-21 11:53 UTC  (15+ messages)
` [PATCH v3 01/14] vdpa: add VhostVDPAShared
` [PATCH v3 02/14] vdpa: move iova tree to the shared struct
` [PATCH v3 03/14] vdpa: move iova_range to vhost_vdpa_shared
` [PATCH v3 04/14] vdpa: move shadow_data "
` [PATCH v3 05/14] vdpa: use vdpa shared for tracing
` [PATCH v3 06/14] vdpa: move file descriptor to vhost_vdpa_shared
` [PATCH v3 07/14] vdpa: move iotlb_batch_begin_sent "
` [PATCH v3 08/14] vdpa: move backend_cap "
` [PATCH v3 09/14] vdpa: remove msg type of vhost_vdpa
` [PATCH v3 10/14] vdpa: move iommu_list to vhost_vdpa_shared
` [PATCH v3 11/14] vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
` [PATCH v3 12/14] vdpa: use dev_shared in vdpa_iommu
` [PATCH v3 13/14] vdpa: factor out vhost_vdpa_last_dev
` [PATCH v3 14/14] vdpa: move memory listener to vhost_vdpa_shared

[PATCH 0/6] Pointer Masking update for Zjpm v0.8
 2023-12-21 10:40 UTC  (7+ messages)
` [PATCH 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH 3/6] target/riscv: Add pointer masking tb flags
` [PATCH 4/6] target/riscv: Add functions to calculate current number of masked bits for pointer masking
` [PATCH 5/6] target/riscv: Update address modify functions to take into account "
` [PATCH 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension


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).