qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 19:04:40 to 2022-02-04 15:07:47 UTC [more...]

[PATCH 00/10] exec: Remove 'qemu/log.h' from 'exec-all.h'
 2022-02-04 15:03 UTC  (18+ messages)
` [PATCH 01/10] hw/tpm: Clean includes
` [PATCH 02/10] hw/remote: Add missing include
` [PATCH 03/10] hw/s390x/virtio: Add missing 'cpu.h' include
` [PATCH 04/10] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
` [PATCH 05/10] qtest: Add missing 'hw/qdev-core.h' include
` [PATCH 06/10] exec/ramblock: Add missing includes
` [PATCH 07/10] core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
` [PATCH 08/10] target: Add missing "qemu/timer.h" include
` [PATCH 09/10] linux-user: "
` [PATCH 10/10] exec/exec-all: Move 'qemu/log.h' include in units requiring it

[PATCH v15 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-02-04 14:23 UTC  (3+ messages)
` [PATCH v15 02/10] ACPI ERST: specification for ERST support

[PATCH 0/2] virtio: Add vhost-user-gpio device's support
 2022-02-04 14:06 UTC  (4+ messages)

[PATCH v3] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-02-04 14:12 UTC  (6+ messages)

[PATCH v5 00/43] CXl 2.0 emulation Support
 2022-02-04 14:27 UTC  (5+ messages)
` [PATCH v5 16/43] tests/acpi: Add update DSDT.viot

[PATCH] armv7m_nvic: set DHCSR.DEBUGEN when debugger is attached
 2022-02-04 14:03 UTC  (7+ messages)

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-02-04 14:03 UTC  (11+ messages)
` [PATCH 01/12] introduce BDRV_POLL_WHILE_UNLOCKED
` [PATCH 10/12] block.c: add subtree_drains where needed

[PATCH v2] hw/smbios: fix memory corruption for large guests due to handle overlap
 2022-02-04 13:52 UTC  (6+ messages)

[PATCH v4 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-04 13:05 UTC  (3+ messages)

[PATCH 00/10] target/ppc: powerpc_excp improvements [7xx] (8/n)
 2022-02-04 13:05 UTC  (13+ messages)
` [PATCH 01/10] target/ppc: Merge 7x5 and 7x0 exception model IDs
` [PATCH 02/10] target/ppc: Introduce powerpc_excp_7xx
` [PATCH 03/10] target/ppc: Simplify powerpc_excp_7xx
` [PATCH 04/10] target/ppc: 7xx: Machine Check exception cleanup
` [PATCH 05/10] target/ppc: 7xx: External interrupt cleanup
` [PATCH 06/10] target/ppc: 7xx: Program exception cleanup
` [PATCH 07/10] target/ppc: 7xx: System Call "
` [PATCH 08/10] target/ppc: 7xx: System Reset cleanup
` [PATCH 09/10] target/ppc: 7xx: Software TLB cleanup
` [PATCH 10/10] target/ppc: 7xx: Set SRRs directly in exception code

[PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)
 2022-02-04 12:51 UTC  (15+ messages)
` [PATCH 01/11] target/ppc: Merge exception model IDs for 6xx CPUs
` [PATCH 02/11] target/ppc: Introduce powerpc_excp_6xx
` [PATCH 03/11] target/ppc: Simplify powerpc_excp_6xx
` [PATCH 04/11] target/ppc: 6xx: Critical exception cleanup
` [PATCH 05/11] target/ppc: 6xx: Machine Check "
` [PATCH 06/11] target/ppc: 6xx: External interrupt cleanup
` [PATCH 07/11] target/ppc: 6xx: Program exception cleanup
` [PATCH 08/11] target/ppc: 6xx: System Call "
` [PATCH 09/11] target/ppc: 6xx: System Reset interrupt cleanup
` [PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup
` [PATCH 11/11] target/ppc: 6xx: Set SRRs directly in exception code

[RFC v4 00/21] vfio-user client
 2022-02-04 12:42 UTC  (4+ messages)
` [RFC v4 08/21] vfio-user: define socket receive functions

[PATCH v2 0/9] s390x/pci: zPCI interpretation support
 2022-02-04 12:39 UTC  (2+ messages)

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2022-02-04 12:25 UTC  (9+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore

[PATCH v2 00/21] softmmu: Make various objects target agnostic
 2022-02-04 12:21 UTC  (27+ messages)
` [PATCH v2 01/21] accel: Restrict sysemu stubs to system emulation
` [PATCH v2 02/21] accel/meson: Only build hw virtualization with "
` [PATCH v2 03/21] exec: Declare vaddr as a generic target-agnostic type
` [PATCH v2 04/21] exec: Make cpu_memory_rw_debug() target agnostic
` [PATCH v2 05/21] sysemu/memory_mapping: Become target-agnostic
` [PATCH v2 06/21] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
` [PATCH v2 07/21] accel/kvm: Simplify user-mode #ifdef'ry
` [PATCH v2 08/21] accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
` [PATCH v2 09/21] softmmu/cpus: Code movement
` [PATCH v2 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle()
` [PATCH v2 11/21] accel: Introduce AccelOpsClass::cpus_are_resettable()
` [PATCH v2 12/21] softmmu/globals: Remove unused 'hw/i386/*' headers
` [PATCH v2 13/21] softmmu/runstate: Clean headers
` [PATCH v2 14/21] softmmu/physmem: Remove unnecessary include
` [PATCH v2 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
` [PATCH v2 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include
` [PATCH v2 17/21] misc: Add missing "
` [PATCH v2 18/21] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
` [PATCH v2 19/21] exec/cpu: Make address_space_init/reloading_memory_map "
` [PATCH v2 20/21] softmmu: Add qemu_init_arch_modules()
` [PATCH v2 21/21] softmmu: Build target-agnostic objects once

[PULL 0/2] VFIO fixes 2022-02-03
 2022-02-04 12:08 UTC  (4+ messages)
` [PULL 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
` [PULL 2/2] hw/vfio/common: Silence ram device offset alignment error traces

[PATCH v2] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-02-04 12:12 UTC  (5+ messages)

[PATCH v2 0/7] block/nbd: Move s->ioc on AioContext change
 2022-02-04 11:30 UTC  (9+ messages)
` [PATCH v2 1/7] block/nbd: Delete reconnect delay timer when done
` [PATCH v2 2/7] block/nbd: Delete open "
` [PATCH v2 3/7] block/nbd: Assert there are no timers when closed
` [PATCH v2 4/7] iotests.py: Add QemuStorageDaemon class
` [PATCH v2 5/7] iotests/281: Test lingering timers
` [PATCH v2 6/7] block/nbd: Move s->ioc on AioContext change
` [PATCH v2 7/7] iotests/281: Let NBD connection yield in iothread

[PULL 00/11] target-arm queue
 2022-02-04 11:26 UTC  (6+ messages)
` [PULL 09/11] target/arm/kvm: host cpu: Add support for sve<N> properties

[PATCH v8 0/3] VNC-related HMP/QMP fixes
 2022-02-04 10:12 UTC  (4+ messages)
` [PATCH v8 1/3] monitor/hmp: add support for flag argument with value
` [PATCH v8 2/3] qapi/monitor: refactor set/expire_password with enums
` [PATCH v8 3/3] qapi/monitor: allow VNC display id in set/expire_password

[PATCH v1 0/4] HyperV: Synthetic Debugging device
 2022-02-04 10:07 UTC  (5+ messages)
` [PATCH v1 1/4] hyperv: SControl is optional to enable SynIc
` [PATCH v1 2/4] hyperv: Add definitions for syndbg
` [PATCH v1 3/4] hyperv: Add support to process syndbg commands
` [PATCH v1 4/4] hw: hyperv: Initial commit for Synthetic Debugging device

[PATCH 0/7] block/nbd: Move s->ioc on AioContext change
 2022-02-04  9:58 UTC  (16+ messages)
` [PATCH 1/7] block/nbd: Delete reconnect delay timer when done
` [PATCH 2/7] block/nbd: Delete open "
` [PATCH 3/7] block/nbd: Assert there are no timers when closed
` [PATCH 4/7] iotests.py: Add QemuStorageDaemon class
` [PATCH 5/7] iotests/281: Test lingering timers
` [PATCH 6/7] block/nbd: Move s->ioc on AioContext change
` [PATCH 7/7] iotests/281: Let NBD connection yield in iothread

Notes on Generating Python signatures for QMP RPCs
 2022-02-04  9:21 UTC  (10+ messages)

[PATCH 0/4] iotests: finalize switch to async QMP
 2022-02-04  8:42 UTC  (3+ messages)
` [PATCH 3/4] iotests/mirror-top-perms: switch to AQMP

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-04  8:16 UTC  (4+ messages)
` [PATCH v7 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v7 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v7 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v4 0/5] tcg/sparc: Unaligned access for user-only
 2022-02-04  7:56 UTC  (7+ messages)
` [PATCH v4 1/5] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v4 2/5] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PATCH v4 3/5] tcg/sparc: Use the constant pool for 64-bit constants
` [PATCH v4 4/5] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PATCH v4 5/5] tcg/sparc: Support unaligned access for user-only

[PATCH 0/2] RISC-V: Correctly generate store/amo faults
 2022-02-04  7:36 UTC  (6+ messages)

[PATCH v5 0/2] tcg/mips: Unaligned access support
 2022-02-04  6:24 UTC  (6+ messages)
` [PATCH v5 1/2] tcg/mips: Support unaligned access for user-only
` [PATCH v5 2/2] tcg/mips: Support unaligned access for softmmu

[PATCH 00/27] Next batch of Meson cleanups and conversions
 2022-02-04  5:19 UTC  (13+ messages)
` [PATCH 01/27] meson: use .allowed() method for features
` [PATCH 03/27] configure, meson: move AVX tests to meson
` [PATCH 11/27] meson: define qemu_cflags/qemu_ldflags
` [PATCH 21/27] qga/vss: use standard windows headers location
` [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 v9 0/5] support subsets of virtual memory extension
 2022-02-04  2:26 UTC  (6+ messages)
` [PATCH v9 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v9 2/5] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
` [PATCH v9 3/5] target/riscv: add support for svnapot extension
` [PATCH v9 4/5] target/riscv: add support for svinval extension
` [PATCH v9 5/5] target/riscv: add support for svpbmt extension

[PATCH] target/riscv: fix inverted checks for ext_zb[abcs]
 2022-02-04  0:59 UTC  (2+ messages)

[PATCH v4 0/4] Python: Improvements for iotest 040,041
 2022-02-04  0:25 UTC  (8+ messages)
` [PATCH v4 4/4] python/aqmp: add socket bind step to legacy.py

[PULL 0/4] Python patches
 2022-02-03 23:22 UTC  (5+ messages)

[PATCH 00/20] tcg: vector improvements
 2022-02-03 21:54 UTC  (4+ messages)
` [PATCH 19/20] tcg/i386: Implement more logical operations for avx512

[PATCH 00/13] hw/intc/arm_gicv3_its: more cleanups, bugfixes
 2022-02-03 22:02 UTC  (5+ messages)
` [PATCH 06/13] hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()

[PATCH v2 0/3] hw/nvme: zoned random write area
 2022-02-03 20:49 UTC  (2+ messages)

[RFC PATCH 0/4] improve coverage of vector backend
 2022-02-03 21:31 UTC  (11+ messages)

[PATCH v2 0/6] hw/arm: zynqmp: Add CRF and APU control to support PSCI
 2022-02-03 20:46 UTC  (7+ messages)
` [PATCH v2 2/6] target/arm: Make rvbar settable after realize
` [PATCH v2 5/6] hw/misc: Add a model of the Xilinx ZynqMP APU Control
` [PATCH v2 6/6] hw/arm/xlnx-zynqmp: Connect the "

[PATCH v1 0/6] hw/arm: zynqmp: Add CRF and APU control to support PSCI
 2022-02-03 20:26 UTC  (7+ messages)
` [PATCH v1 2/6] target/arm: Make rvbar settable after realize
` [PATCH v1 4/6] hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF
` [PATCH v1 6/6] hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control

[RFC 0/5] Privilege version update
 2022-02-03 20:39 UTC  (4+ messages)
` [RFC 4/5] target/riscv: Add *envcfg* CSRs support

[PATCH v1] hw/arm/xlnx-zynqmp: 'Or' the QSPI / QSPI DMA IRQs
 2022-02-03 20:28 UTC  (3+ messages)

[PATCH v5 0/9] virtiofsd: Add support for file security context at file creation
 2022-02-03 19:41 UTC  (5+ messages)
` [PATCH v5 3/9] virtiofsd: Parse extended "struct fuse_init_in"
` [PATCH v5 5/9] virtiofsd, fuse_lowlevel.c: Add capability to parse security context

[PATCH v3 0/3] Support fd-based KVM stats
 2022-02-03 18:53 UTC  (9+ messages)
` [PATCH v3 1/3] qmp: Support for querying stats

[PATCH] audio/dbus: Fix building with modules enabled on macOS
 2022-02-03 18:30 UTC  (3+ messages)

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-02-03 18:19 UTC  (5+ messages)
` [PATCH RFC 02/15] migration: Allow pss->page jump over clean pages


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