qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-08 09:31:11 to 2022-02-08 16:45:25 UTC [more...]

[RFC PATCH 0/3] introduce QMP-only binaries
 2022-02-08 14:47 UTC  (4+ messages)
` [RFC PATCH 1/3] migration: allow calling migration_shutdown without a prior initialization
` [RFC PATCH 2/3] net: initialize global variables early

[PATCH v2 0/3] job: split job API in driver and monitor
 2022-02-08 14:39 UTC  (2+ messages)
` [PATCH v2 1/3] jobs: add job-common.h

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-08 15:36 UTC  (4+ messages)
` [PATCH 1/6] block/io.c: fix bdrv_child_cb_drained_begin invocations from a coroutine
` [PATCH 2/6] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH 4/6] test-bdrv-drain.c: adapt test to the coming subtree drains

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-02-08 14:35 UTC  (18+ messages)
` [PATCH v5 01/20] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v5 02/20] job.h: categorize fields in struct Job
` [PATCH v5 03/20] job.c: API functions not used outside should be static
` [PATCH v5 04/20] job.c: move inner aiocontext lock in callbacks
` [PATCH v5 05/20] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v5 06/20] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v5 07/20] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v5 08/20] jobs: protect jobs with job_lock/unlock
` [PATCH v5 09/20] jobs: add job lock in find_* functions
` [PATCH v5 10/20] jobs: use job locks also in the unit tests
` [PATCH v5 11/20] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v5 13/20] job.h: rename job API functions called with job_mutex held
` [PATCH v5 14/20] block_job: rename block_job "
` [PATCH v5 15/20] job.h: define unlocked functions
` [PATCH v5 17/20] job: detect change of aiocontext within job coroutine
` [PATCH v5 18/20] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v5 19/20] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH 00/13] exec: Move translation declarations to 'translate-all.h'
 2022-02-08 15:22 UTC  (6+ messages)
` [PATCH 02/13] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
` [PATCH 04/13] target/i386/cpu: Ensure accelerators set CPU addressble physical bits
` [PATCH 05/13] target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
` [PATCH 10/13] target: Use CPUArchState as interface to target-specific CPU state
` [PATCH 13/13] exec: Move translation declarations to 'translate-all.h'

[PATCH v4 0/2] TPM-CRB: Remove spurious error report when used with VFIO
 2022-02-08 15:17 UTC  (4+ messages)
` [PATCH v4 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
` [PATCH v4 2/2] hw/vfio/common: Silence ram device offset alignment error traces

[PATCH v2] Use long endian options for ppc64
 2022-02-08 13:47 UTC  (2+ messages)

KVM call for agenda for 2022-02-22
 2022-02-08 15:07 UTC 

[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
 2022-02-08 15:13 UTC  (17+ messages)
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-02-08 13:23 UTC  (16+ messages)
` [PATCH RFC 07/15] migration: Introduce postcopy channels on dest node
` [PATCH RFC 09/15] migration: Add postcopy_thread_create()
` [PATCH RFC 14/15] migration: Postcopy preemption on separate channel

[PATCH] Revert "check-block: replace -makecheck with TAP output"
 2022-02-08 14:51 UTC  (2+ messages)

[PULL 00/39] target-arm queue
 2022-02-08 15:03 UTC  (41+ messages)
` [PULL 01/39] target/arm: Fix sve_zcr_len_for_el for VHE mode running
` [PULL 02/39] target/arm: Tidy sve_exception_el for CPACR_EL1 access
` [PULL 03/39] target/arm: Fix {fp, sve}_exception_el for VHE mode running
` [PULL 04/39] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
` [PULL 05/39] hw/arm/xlnx-zynqmp: 'Or' the QSPI / QSPI DMA IRQs
` [PULL 06/39] target/arm: make psci-conduit settable after realize
` [PULL 07/39] cpu.c: Make start-powered-off "
` [PULL 08/39] hw/arm/boot: Support setting psci-conduit based on guest EL
` [PULL 09/39] hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3
` [PULL 10/39] hw/arm: allwinner: "
` [PULL 11/39] hw/arm/xlnx-zcu102: "
` [PULL 12/39] hw/arm/versal: Let boot.c handle PSCI enablement
` [PULL 13/39] hw/arm/virt: "
` [PULL 14/39] hw/arm: highbank: For EL3 guests, don't enable PSCI, start all cores
` [PULL 15/39] arm: tcg: Adhere to SMCCC 1.3 section 5.2
` [PULL 16/39] hw/arm/highbank: Drop use of secure_board_setup
` [PULL 17/39] hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup
` [PULL 18/39] hw/arm/boot: Don't write secondary boot stub if using PSCI
` [PULL 19/39] hw/arm/highbank: Drop unused secondary boot stub code
` [PULL 20/39] hw/arm/boot: Drop nb_cpus field from arm_boot_info
` [PULL 21/39] hw/arm/boot: Drop existing dtb /psci node rather than retaining it
` [PULL 22/39] hw/arm: versal-virt: Always call arm_load_kernel()
` [PULL 23/39] arm: force flag recalculation when messing with DAIF
` [PULL 24/39] hw/timer/armv7m_systick: Update clock source before enabling timer
` [PULL 25/39] hw/arm/smmuv3: Fix device reset
` [PULL 26/39] hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packets
` [PULL 27/39] hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_t
` [PULL 28/39] hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()
` [PULL 29/39] hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_t
` [PULL 30/39] hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()
` [PULL 31/39] hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()
` [PULL 32/39] hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()
` [PULL 33/39] hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a struct
` [PULL 34/39] hw/intc/arm_gicv3_its: Make update_ite() use ITEntry
` [PULL 35/39] hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fields
` [PULL 36/39] hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase field
` [PULL 37/39] hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTI
` [PULL 38/39] hw/intc/arm_gicv3_its: Split error checks
` [PULL 39/39] hw/sensor: Add lsm303dlhc magnetometer device

[PATCH] docs/system: riscv: Update description of CPU
 2022-02-08 13:07 UTC 

[PATCH v2] hvf: arm: Handle unknown ID registers as RES0
 2022-02-08 14:36 UTC  (2+ messages)

[RFC PATCH] include/exec: fix softmmu version of TARGET_ABI_FMT_lx
 2022-02-08 12:59 UTC 

[PATCH v3 0/2] TPM-CRB: Remove spurious error report when used with VFIO
 2022-02-08 13:35 UTC  (4+ messages)
` [PATCH v3 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
` [PATCH v3 2/2] hw/vfio/common: Silence ram device offset alignment error traces

[PATCH 0/6] Improve integration of iotests in the meson test harness
 2022-02-08 13:12 UTC  (21+ messages)
` [PATCH 1/6] tests/qemu-iotests: Improve the check for GNU sed
` [PATCH 2/6] tests/qemu-iotests/meson.build: Improve the indentation
` [PATCH 3/6] tests/qemu-iotests: Allow to run "./check -n" from the source directory, too
` [PATCH 4/6] tests/qemu-iotests/meson.build: Call the 'check' script directly
` [PATCH 5/6] tests: Do not treat the iotests as separate meson test target anymore
` [PATCH 6/6] tests: Remove check-block.sh

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-02-08 13:08 UTC  (19+ messages)
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 13/33] include/block/blockjob.h: "
` [PATCH v6 31/33] include/qemu/job.h: introduce job->pre_run() and use it in amend

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-08 13:45 UTC  (10+ messages)
` [PATCH v5 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v5 11/11] 9p: darwin: Adjust assumption on virtio-9p-test

[PATCH v2 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2022-02-08 13:29 UTC  (8+ messages)
` [PATCH v2 3/4] virtio-iommu: Support bypass domain

[PATCH] fuzz: pass failures from child process into libfuzzer engine
 2022-02-08 11:56 UTC  (3+ messages)

Redesign of QEMU startup & initial configuration
 2022-02-08 12:35 UTC  (17+ messages)
` Meeting today?
          ` "Startup" meeting (was Re: Meeting today?)

[PATCH 0/5] linux-user: Fixes for sparc64 host
 2022-02-08 11:32 UTC  (15+ messages)
` [PATCH 2/5] linux-user: Introduce host_signal_mask
` [PATCH 3/5] linux-user: Introduce host_sigcontext
` [PATCH 4/5] linux-user: Move sparc/host-signal.h to sparc64/host-signal.h
` [PATCH 5/5] linux-user/include/host/sparc64: Fix host_sigcontext

[PATCH 00/27] Next batch of Meson cleanups and conversions
 2022-02-08 11:23 UTC  (22+ messages)
` [PATCH 18/27] qga/vss-win32: fix midl arguments
` [PATCH 20/27] qga/vss-win32: use widl if available
` [PATCH 21/27] qga/vss: use standard windows headers location
` [PATCH 23/27] meson: do not make qga/vss-win32/meson.build conditional on C++ presence
` [PATCH 24/27] qga/vss-win32: require widl/midl, remove pre-built TLB file
` [PATCH 25/27] meson: require dynamic linking for VSS support
` [PATCH 26/27] meson, configure: move ntddscsi API check to meson

[PATCH v6 0/8] tcg/sparc: Unaligned access for user-only
 2022-02-08 11:16 UTC  (11+ messages)
` [PATCH v6 1/8] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64
` [PATCH v6 2/8] tcg/sparc: Split out tcg_out_movi_imm32
` [PATCH v6 3/8] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v6 5/8] tcg/sparc: Convert patch_reloc to return bool

[PATCH v12 1/5] accel/kvm/kvm-all: refactor per-vcpu dirty ring reaping
 2022-02-08 11:21 UTC  (9+ messages)
` [PATCH v12 2/5] migration/dirtyrate: refactor dirty page rate calculation
` [PATCH v12 4/5] softmmu/dirtylimit: implement virtual CPU throttle

[PATCH v2] memory: Fix qemu crash on starting dirty log twice with stopped VM
 2022-02-08 11:15 UTC  (2+ messages)

[PATCH v2] migration/rdma: set the REUSEADDR option for destination
 2022-02-08 11:04 UTC  (3+ messages)

[PATCH v2 0/2] Supporting AST2600 HACE engine accumulative mode
 2022-02-08 10:46 UTC  (3+ messages)
` [PATCH v2 1/2] hw/misc: Supporting AST2600 HACE "

[PATCH qemu] spapr/vof: Install rom and nvram binaries
 2022-02-08 10:37 UTC 

[PATCH] hvf: arm: Handle ID_AA64ISAR2_EL1 reads
 2022-02-08 10:18 UTC  (2+ messages)

[PATCH 00/31] vDPA shadow virtqueue
 2022-02-08  9:02 UTC  (17+ messages)
` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 23/31] vdpa: Add custom IOTLB translations to SVQ

[PATCH 0/4] target/ppc: powerpc_excp improvements (9/9)
 2022-02-08  9:12 UTC  (5+ messages)
` [PATCH 1/4] target/ppc: Remove powerpc_excp_legacy
` [PATCH 2/4] target/ppc: powerpc_excp: Move common code to the caller function

[PATCH v5 0/9] virtiofsd: Add support for file security context at file creation
 2022-02-08  8:59 UTC  (4+ messages)

target/arm: cp15.dacr migration
 2022-02-08 10:19 UTC  (4+ messages)

[PATCH 0/5] Support exporting BDSs via VDUSE
 2022-02-08  8:14 UTC  (6+ messages)
` [PATCH 5/5] libvduse: Add support for reconnecting

[PATCH v3 0/2] python: a few improvements to qmp-shell
 2022-02-08  8:56 UTC  (3+ messages)

[RFC 0/8] ioregionfd introduction
 2022-02-08  7:22 UTC  (5+ messages)
` [RFC 3/8] ioregionfd: introduce memory API functions
` [RFC 4/8] ioregionfd: Introduce IORegionDFObject type
` [RFC 5/8] multiprocess: prepare ioregionfds for remote device
` [RFC 6/8] multiprocess: add MPQEMU_CMD_BAR_INFO

[PATCH v2 0/5] Misc OHCI clean ups
 2022-02-08  9:35 UTC  (2+ messages)

[PATCH] memory: Fix qemu crash on starting dirty log twice with stopped VM
 2022-02-08  8:11 UTC  (4+ messages)

[PATCH v3] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2022-02-08  8:38 UTC  (3+ messages)


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