messages from 2022-02-05 23:16:59 to 2022-02-07 10:38:47 UTC [more...]
[PULL 00/31] testing/next and other misc fixes
2022-02-07 10:20 UTC (4+ messages)
` [PULL 31/31] linux-user: Remove the deprecated ppc64abi32 target
[PATCH qemu] Add TCG support for UMIP
2022-02-07 10:33 UTC (2+ messages)
Notes on Generating Python signatures for QMP RPCs
2022-02-07 10:11 UTC (5+ messages)
[PATCH v4 0/4] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents
2022-02-07 10:06 UTC (10+ messages)
` [PATCH v4 2/4] hw/i386: Attach CPUs to machine
` [PATCH v4 4/4] hw/i386/sgx: Attach SGX-EPC objects "
[RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices
2022-02-07 9:43 UTC (3+ messages)
[PATCH v3 00/26] testing and plugins pre-PR
2022-02-07 9:15 UTC (11+ messages)
` [PATCH v3 01/26] tests/Makefile.include: clean-up old code
` [PATCH v3 03/26] Makefile: also remove .gcno files when cleaning
` [PATCH v3 04/26] .gitignore: add .gcov pattern
` [PATCH v3 16/26] tests/tcg/sh4: disable another unreliable test
` [PATCH v3 26/26] plugins: move reset of plugin data to tb_start
Add TCG support for UMIP
2022-02-07 9:11 UTC (3+ messages)
[PULL 0/2] VFIO fixes 2022-02-03
2022-02-07 9:23 UTC (7+ messages)
` [PULL 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
[PATCH v4 00/11] 9p: Add support for darwin
2022-02-07 8:47 UTC (21+ messages)
` [PATCH v4 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v4 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v4 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v4 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v4 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v4 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v4 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v4 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v4 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin
` [PATCH v4 11/11] 9p: darwin: Adjust assumption on virtio-9p-test
[PATCH] memory: Fix qemu crash on starting dirty log twice with stopped VM
2022-02-07 9:08 UTC (2+ messages)
[PATCH v2 0/9] exec: Remove 'qemu/log.h' from 'exec-all.h'
2022-02-07 8:27 UTC (10+ messages)
` [PATCH v2 1/9] hw/tpm: Clean includes
` [PATCH v2 2/9] hw/remote: Add missing include
` [PATCH v2 3/9] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
` [PATCH v2 4/9] qtest: Add missing 'hw/qdev-core.h' include
` [PATCH v2 5/9] exec/ramblock: Add missing includes
` [PATCH v2 6/9] core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
` [PATCH v2 7/9] target: Add missing "qemu/timer.h" include
` [PATCH v2 8/9] linux-user: "
` [PATCH v2 9/9] exec/exec-all: Move 'qemu/log.h' include in units requiring it
[PATCH] hw/timer: fix a9gtimer vmstate
2022-02-07 8:44 UTC
[PULL 0/8] Linux user for 7.0 patches
2022-02-07 8:27 UTC (9+ messages)
` [PULL 1/8] linux-user: Remove unnecessary 'aligned' attribute from TaskState
` [PULL 2/8] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity
` [PULL 3/8] linux-user: Fix inotify on aarch64
` [PULL 4/8] linux-user: rt_sigprocmask, check read perms first
` [PULL 5/8] linux-user: sigprocmask "
` [PULL 6/8] linux-user: Implement starttime field in self stat emulation
` [PULL 7/8] linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
` [PULL 8/8] linux-user/syscall: Translate TARGET_RLIMIT_RTTIME
[PATCH v4] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
2022-02-07 7:56 UTC (2+ messages)
[PATCH v3 00/21] softmmu: Make various objects target agnostic
2022-02-07 7:54 UTC (22+ messages)
` [PATCH v3 01/21] accel: Restrict sysemu stubs to system emulation
` [PATCH v3 02/21] accel/meson: Only build hw virtualization with "
` [PATCH v3 03/21] exec: Declare vaddr as a generic target-agnostic type
` [PATCH v3 04/21] exec: Make cpu_memory_rw_debug() target agnostic
` [PATCH v3 05/21] sysemu/memory_mapping: Become target-agnostic
` [PATCH v3 06/21] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
` [PATCH v3 07/21] accel/kvm: Simplify user-mode #ifdef'ry
` [PATCH v3 08/21] accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
` [PATCH v3 09/21] softmmu/cpus: Code movement
` [PATCH v3 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle()
` [PATCH v3 11/21] accel: Introduce AccelOpsClass::cpus_are_resettable()
` [PATCH v3 12/21] softmmu/globals: Remove unused 'hw/i386/*' headers
` [PATCH v3 13/21] softmmu/runstate: Clean headers
` [PATCH v3 14/21] softmmu/physmem: Remove unnecessary include
` [PATCH v3 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
` [PATCH v3 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include
` [PATCH v3 17/21] misc: Add missing "
` [PATCH v3 18/21] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
` [PATCH v3 19/21] exec/cpu: Make address_space_init/reloading_memory_map "
` [PATCH v3 20/21] softmmu: Add qemu_init_arch_modules()
` [PATCH v3 21/21] softmmu: Build target-agnostic objects once
[PATCH v7 0/2] vhost-user hardware notifier bug fixes
2022-02-07 7:19 UTC (3+ messages)
` [PATCH v7 1/2] vhost-user: remove VirtQ notifier restore
` [PATCH v7 2/2] vhost-user: fix VirtQ notifier cleanup
[RFC v4 00/21] vfio-user client
2022-02-07 7:09 UTC (8+ messages)
` [RFC v4 08/21] vfio-user: define socket receive functions
` [RFC v4 09/21] vfio-user: define socket send functions
[PATCH v16] ACPI ERST: specification for ERST support
2022-02-07 7:02 UTC (2+ messages)
[PATCH] erst: drop cast to long long
2022-02-07 6:11 UTC (3+ messages)
Fwd: VirtioSound device emulation implementation
2022-02-07 4:06 UTC (10+ messages)
[RFC PATCH] spapr: Add SPAPR_CAP_AIL_MODES for supported AIL modes for H_SET_MODE hcall
2022-02-07 1:54 UTC (6+ messages)
[PATCH 00/10] exec: Remove 'qemu/log.h' from 'exec-all.h'
2022-02-07 0:26 UTC (20+ 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 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 0/8] Hexagon bug fixes and additional tests
2022-02-06 23:50 UTC (9+ messages)
` [PATCH 1/8] Hexagon (target/hexagon) fix bug in circular addressing
` [PATCH 2/8] Hexagon HVX (target/hexagon)) fix bug in HVX saturate instructions
` [PATCH 3/8] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PATCH 4/8] Hexagon (target/hexagon) properly handle SNaN in dfmin/dfmax/sfmin/sfmax
` [PATCH 5/8] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PATCH 6/8] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PATCH 7/8] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PATCH 8/8] Hexagon (tests/tcg/hexagon) update overflow test
[PATCH v3 0/2] use trace events and fix garbled output
2022-02-06 21:13 UTC (4+ messages)
` [PATCH v3 1/2] hw/display/vmware_vga: replace fprintf calls with trace events
` [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
[PATCH] tcg/loongarch64: Fix fallout from recent MO_Q renaming
2022-02-06 20:34 UTC (2+ messages)
[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
2022-02-06 19:19 UTC (4+ messages)
[PATCH 0/6] target/arm: -cpu host/max KVM and HVF fixes
2022-02-06 18:46 UTC (15+ messages)
` [PATCH 1/6] target/arm: Move '-cpu host' code to cpu64.c
` [PATCH 2/6] target/arm: Use aarch64_cpu_register() for 'host' CPU type
` [PATCH 3/6] target/arm: Make KVM -cpu max exactly like -cpu host
` [PATCH 4/6] target/arm: Unindent unnecessary else-clause
` [PATCH 5/6] target/arm: Fix '-cpu max' for HVF
` [PATCH 6/6] target/arm: Support PAuth extension for hvf
[PULL v2 00/24] virtio,pc: features, cleanups, fixes
2022-02-06 18:02 UTC (26+ messages)
` [PULL v2 01/24] cpuid: use unsigned for max cpuid
` [PULL v2 02/24] hw/i386: Add the possibility to disable the 'isapc' machine
` [PULL v2 03/24] tests: acpi: manually pad OEM_ID/OEM_TABLE_ID for test_oem_fields() test
` [PULL v2 04/24] tests: acpi: whitelist nvdimm's SSDT and FACP.slic expected blobs
` [PULL v2 05/24] acpi: fix OEM ID/OEM Table ID padding
` [PULL v2 06/24] tests: acpi: update expected blobs
` [PULL v2 07/24] tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()
` [PULL v2 08/24] libvhost-user: Add vu_rem_mem_reg input validation
` [PULL v2 09/24] libvhost-user: Add vu_add_mem_reg "
` [PULL v2 10/24] libvhost-user: Simplify VHOST_USER_REM_MEM_REG
` [PULL v2 11/24] libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd
` [PULL v2 12/24] libvhost-user: prevent over-running max RAM slots
` [PULL v2 13/24] libvhost-user: handle removal of identical regions
` [PULL v2 14/24] libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with hugetlb
` [PULL v2 15/24] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PULL v2 16/24] ACPI ERST: PCI device_id for ERST
` [PULL v2 17/24] ACPI ERST: header file "
` [PULL v2 18/24] ACPI ERST: support for ACPI ERST feature
` [PULL v2 19/24] ACPI ERST: build the ACPI ERST table
` [PULL v2 20/24] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PULL v2 21/24] ACPI ERST: qtest for ERST
` [PULL v2 22/24] ACPI ERST: bios-tables-test testcase
` [PULL v2 23/24] ACPI ERST: step 6 of bios-tables-test.c
` [PULL v2 24/24] util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
[PULL 00/32] virtio,pc: features, cleanups, fixes
2022-02-06 15:38 UTC (9+ messages)
[PATCH v5 0/6] tcg/sparc: Unaligned access for user-only
2022-02-06 10:45 UTC (8+ messages)
` [PATCH v5 1/6] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v5 2/6] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PATCH v5 3/6] tcg/sparc: Convert patch_reloc to return bool
` [PATCH v5 4/6] tcg/sparc: Use the constant pool for 64-bit constants
` [PATCH v5 5/6] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PATCH v5 6/6] tcg/sparc: Support unaligned access for user-only
[PATCH v2] hw/display/tcx: Mark the VRAM dirty upon reset
2022-02-06 10:43 UTC (6+ messages)
[PATCH v11 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-02-06 9:39 UTC (2+ messages)
[PATCH v3 0/6] Privilege version update
2022-02-06 9:18 UTC (7+ messages)
` [PATCH v3 1/6] target/riscv: Define simpler privileged spec version numbering
` [PATCH v3 2/6] target/riscv: Add the privileged spec version 1.12.0
` [PATCH v3 3/6] target/riscv: Introduce privilege version field in the CSR ops
` [PATCH v3 4/6] target/riscv: Add support for mconfigptr
` [PATCH v3 5/6] target/riscv: Add *envcfg* CSRs support
` [PATCH v3 6/6] target/riscv: Enable privileged spec version 1.12
New arm alignment issue with 6.2.0 - bisected to single revision
2022-02-06 2:33 UTC (3+ messages)
[RFC PATCH] arm: force flag recalculation when messing with DAIF
2022-02-06 2:10 UTC (2+ messages)
[PATCH v2] tests/qtest: add qtests for npcm7xx sdhci
2022-02-06 1:41 UTC
[PATCH] target/ppc: Change VSX instructions behavior to fill with zeros
2022-02-06 0:36 UTC (2+ messages)
[PATCH v2 00/21] softmmu: Make various objects target agnostic
2022-02-05 23:32 UTC (19+ messages)
` [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 14/21] softmmu/physmem: Remove unnecessary include
` [PATCH v2 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include
` [PATCH v2 17/21] misc: Add missing "
` [PATCH v2 19/21] exec/cpu: Make address_space_init/reloading_memory_map target agnostic
` [PATCH v2 20/21] softmmu: Add qemu_init_arch_modules()
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).