qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-29 13:33:13 to 2022-09-30 09:23:10 UTC [more...]

[PATCH v1 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-09-30  9:17 UTC  (9+ messages)
` [PATCH v1 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v1 4/7] util: Add write-only "node-affinity" property for ThreadContext

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-09-30  9:11 UTC  (12+ messages)
` [PATCH 2/6] arm: re-randomize rng-seed on reboot
` [PATCH 3/6] riscv: "
` [PATCH 4/6] openrisc: "
` [PATCH 5/6] rx: "
` [PATCH 6/6] mips: "

[PULL v2 00/15] x86 + misc changes for 2022-09-29
 2022-09-30  9:10 UTC  (2+ messages)
` [PULL v2 09/15] meson: -display dbus and CFI are incompatible

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30  8:59 UTC  (7+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v3] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2022-09-30  8:41 UTC  (4+ messages)

[PATCH v2 0/7] qga: Add FreeBSD support
 2022-09-30  8:19 UTC  (11+ messages)
` [PATCH 1/7] qga: Add initial "
` [PATCH 5/7] qga: Add support for user password setting in FreeBSD
` [PATCH 6/7] qga: Move HW address getting to a separate function

virtiofsd: Any reason why there's not an "openat2" sandbox mode?
 2022-09-30  8:13 UTC  (13+ messages)
        ` [Virtio-fs] "

[PATCH] pci-ids: sync docs + header
 2022-09-30  8:07 UTC  (2+ messages)

[PATCH] win32: set threads name
 2022-09-30  8:08 UTC  (3+ messages)

[PATCH] meson: -display dbus and CFI are incompatible
 2022-09-30  8:07 UTC  (4+ messages)

[PATCH] tests/migration: remove the unused local variable
 2022-09-30  7:53 UTC  (2+ messages)

[PATCH 0/5] Small meson updates for QEMU 7.2
 2022-09-30  7:34 UTC  (6+ messages)
` [PATCH 4/5] configure, meson: move C++ compiler detection to meson.build

[PATCH v3 0/2] Add memmap and fix bugs for LoongArch
 2022-09-30  7:10 UTC  (3+ messages)
` [PATCH v3 1/2] hw/intc: Fix LoongArch extioi function
` [PATCH v3 2/2] hw/intc: Fix LoongArch ipi device emulation

[PATCH v5 0/2] hw/ssi/ibex_spi: bug fixes
 2022-09-30  3:32 UTC  (3+ messages)
` [PATCH v5 1/2] hw/ssi: ibex_spi: fixup coverity issue
` [PATCH v5 2/2] hw/ssi: ibex_spi: fixup/add rw1c functionality

[PATCH v3 0/3] Fix some loongarch tcg bugs
 2022-09-30  2:45 UTC  (4+ messages)
` [PATCH v3 1/3] target/loongarch: bstrins.w src register need EXT_NONE
` [PATCH v3 2/3] target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags
` [PATCH v3 3/3] softfloat: logB(0) should raise divideByZero exception

[PATCH] hw/net: npcm7xx_emc: set MAC in register space
 2022-09-30  2:05 UTC  (9+ messages)

[RFC 0/8] support subsets of code size reduction extension
 2022-09-30  1:23 UTC  (9+ messages)
` [RFC 1/8] target/riscv: add cfg properties for Zc* extension
` [RFC 2/8] target/riscv: add support for Zca, Zcf and Zcd extension
` [RFC 3/8] target/riscv: add support for Zcb extension
` [RFC 4/8] target/riscv: add support for Zcmp extension
` [RFC 5/8] target/riscv: add support for Zcmt extension
` [RFC 6/8] target/riscv: delete redundant check for zcd instructions in decode_opc
` [RFC 7/8] target/riscv: expose properties for Zc* extension
` [RFC 8/8] disas/riscv.c: add disasm support for Zc*

[PATCH v8 0/4] Enable notify VM exit
 2022-09-30  0:42 UTC  (3+ messages)

[PATCH] arm: re-randomize rng-seed on reboot
 2022-09-29 23:18 UTC  (3+ messages)

[PATCH v5 0/9] Add 'q35' machine type to hotplug tests
 2022-09-29 22:35 UTC  (10+ messages)
` [PATCH v5 1/9] tests/x86: add helper qtest_qmp_device_del_send()
` [PATCH v5 2/9] tests/x86: Add subtest with 'q35' machine type to device-plug-test
` [PATCH v5 3/9] tests/x86: Refactor hot unplug hd-geo-test
` [PATCH v5 4/9] tests/x86: Add 'q35' machine type to override-tests in hd-geo-test
` [PATCH v5 5/9] tests/x86: Add 'q35' machine type to hotplug hd-geo-test
` [PATCH v5 6/9] tests/x86: Fix comment typo in drive_del-test
` [PATCH v5 7/9] tests/x86: replace snprint() by g_strdup_printf() "
` [PATCH v5 8/9] tests/x86: Add 'q35' machine type to drive_del-test
` [PATCH v5 9/9] tests/x86: Add 'q35' machine type to ivshmem-test

[PULL 00/14] x86 + misc changes for 2022-09-29
 2022-09-29 21:02 UTC  (16+ messages)
` [PULL 01/14] x86: return modified setup_data only if read as memory, not as file
` [PULL 02/14] x86: use typedef for SetupData struct
` [PULL 03/14] x86: reinitialize RNG seed on system reboot
` [PULL 04/14] x86: re-enable rng seeding via SetupData
` [PULL 05/14] qboot: rebuild based on latest commit
` [PULL 06/14] configure: do not invoke as/ld directly for pc-bios/optionrom
` [PULL 07/14] watchdog: remove -watchdog option
` [PULL 08/14] ui: fix path to dbus-display1.h
` [PULL 09/14] meson: require 0.61.3
` [PULL 10/14] meson: multiple names can be passed to dependency()
` [PULL 11/14] configure, meson: move C++ compiler detection to meson.build
` [PULL 12/14] configure, meson: move linker flag detection to meson
` [PULL 13/14] target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= migration_tsc' failed
` [PULL 14/14] x86: re-initialize RNG seed when selecting kernel

[PATCHv3 0/2] qemu direct io alignment fix
 2022-09-29 20:05 UTC  (3+ messages)
` [PATCHv3 1/2] block: move bdrv_qiov_is_aligned to file-posix
` [PATCHv3 2/2] block: use the request length for iov alignment

[PATCHv2] block: use the request length for iov alignment
 2022-09-29 20:04 UTC  (3+ messages)

[PATCH 0/2] Fix some problems with vvfat in R/W mode
 2022-09-29 19:53 UTC  (6+ messages)
` [PATCH 1/2] vvfat: allow some writes to bootsector
` [PATCH 2/2] vvfat: allow spaces in file names

[PATCH] docs: Update TPM documentation for usage of a TPM 2
 2022-09-29 19:32 UTC  (2+ messages)

[PATCH] Use g_new() & friends where that makes obvious sense
 2022-09-29 19:30 UTC  (2+ messages)

[PATCH] Drop superfluous conditionals around g_free()
 2022-09-29 19:28 UTC  (2+ messages)

[PATCH] block/qcow2-bitmap: Add missing cast to silent GCC error
 2022-09-29 19:27 UTC  (3+ messages)

[PATCH] checkpatch: ignore target/hexagon/imported/* files
 2022-09-29 19:21 UTC  (2+ messages)

[PATCH] mem/cxl_type3: fix GPF DVSEC
 2022-09-29 19:19 UTC  (2+ messages)

[PATCH] .gitignore: add .cache/ to .gitignore
 2022-09-29 19:17 UTC  (2+ messages)

[PATCH] RISC-V: Add support for Ztso
 2022-09-29 19:16 UTC  (2+ messages)

[PATCH v2] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
 2022-09-29 19:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: step back from PPC
 2022-09-29 18:13 UTC  (2+ messages)

[PATCH] m68k: write bootinfo as rom section and re-randomize on reboot
 2022-09-29 18:39 UTC 

[PATCH v2] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-29 18:02 UTC  (3+ messages)

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-09-29 17:35 UTC  (6+ messages)

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-09-29 16:53 UTC  (2+ messages)

[PATCH v2 3/3] hw/timer: ibex_timer.c: Add support for writes to mtime
 2022-09-29 18:11 UTC  (6+ messages)

[PULL 00/37] qtests fixes
 2022-09-29 14:49 UTC  (2+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-09-29 17:30 UTC  (5+ messages)
` [PATCH v9 07/10] s390x/cpu_topology: CPU topology migration

[PATCH v1 1/1] hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
 2022-09-29 16:50 UTC  (3+ messages)

[PATCH 0/1] Update vfio-user module to the latest
 2022-09-29 15:38 UTC  (9+ messages)

[PATCH 0/2] ast2600: Disable NEON and VFPv4-D32
 2022-09-29 15:29 UTC  (8+ messages)
` [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available

[PATCH] net: print a more actionable error when slirp is not found
 2022-09-29 16:32 UTC 

[PATCH v5 00/17] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-29 17:01 UTC  (20+ messages)
` [PATCH v5 02/17] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v5 03/17] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v5 04/17] accel/tcg: Introduce probe_access_full
` [PATCH v5 05/17] accel/tcg: Introduce tlb_set_page_full
` [PATCH v5 06/17] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
` [PATCH v5 08/17] accel/tcg: Move byte_swap from MemTxAttrs to CPUTLBEntryFull
` [PATCH v5 10/17] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache

[PATCH v2 for-7.2 0/2] pci *_by_mask() coverity fix
 2022-09-29 16:29 UTC  (2+ messages)

[PATCH] target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP
 2022-09-29 17:02 UTC  (3+ messages)

[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
 2022-09-29 15:30 UTC  (5+ messages)
` [PATCH 1/2] linux-aio: use LinuxAioState from the running thread
` [PATCH 2/2] thread-pool: use ThreadPool "

[PATCH v1 00/51] maintainer pre-PR (testing, plugins, gitdm, semihosting)
 2022-09-29 16:45 UTC  (35+ messages)
` [PATCH v1 15/51] vof: add distclean target
` [PATCH v1 17/51] configure: return status code from probe_target_compiler
` [PATCH v1 18/51] configure: store container engine in config-host.mak
` [PATCH v1 20/51] tests/tcg: remove -f from Makefile invocation
` [PATCH v1 21/51] tests/tcg: add distclean rule
` [PATCH v1 22/51] tests/tcg: unify ppc64 and ppc64le Makefiles
` [PATCH v1 23/51] tests/tcg: clean up calls to run-test
` [PATCH v1 25/51] configure: move tests/tcg/Makefile.prereqs to root build directory
` [PATCH v1 26/51] configure: unify creation of cross-compilation Makefiles
` [PATCH v1 27/51] configure: cleanup creation of tests/tcg target config
` [PATCH v1 29/51] pc-bios/optionrom: Adopt meson style Make output
` [PATCH v1 30/51] pc-bios/s390-ccw: "
` [PATCH v1 31/51] pc-bios/vof: "
` [PATCH v1 32/51] monitor: expose monitor_puts to rest of code
` [PATCH v1 33/51] disas: generalise plugin_printf and use for monitor_disas
` [PATCH v1 34/51] disas: use result of ->read_memory_func
` [PATCH v1 35/51] plugins: extend execlog to filter matches
` [PATCH v1 37/51] docs/devel: clean-up qemu invocations in tcg-plugins
` [PATCH v1 39/51] contrib/plugins: reset skip when matching in execlog
` [PATCH v1 40/51] docs/devel: document the test plugins
` [PATCH v1 41/51] semihosting: update link to spec
` [PATCH v1 42/51] gdbstub: move into its own sub directory
` [PATCH v1 43/51] gdbstub: move sstep flags probing into AccelClass
` [PATCH v1 44/51] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 45/51] gdbstub: move guest debug support check to ops
` [PATCH v1 46/51] accel/kvm: move kvm_update_guest_debug to inline stub
` [PATCH v1 47/51] contrib/gitdm: add mapping for Loongson Technology
` [PATCH v1 48/51] contrib/gitdm: add Paul to individual contributors
` [PATCH v1 49/51] contrib/gitdm: add WANG Xuerui to individual contributers
` [PATCH v1 50/51] contrib/gitdm: add ISCAS to the academics group
` [PATCH v1 51/51] contrib/gitdm: add China Telecom to the domain map

[PULL 00/37] Linux user for 7.2 patches
 2022-09-29 14:48 UTC  (2+ messages)

[PULL 0/1] xen queue 2022-09-27
 2022-09-29 14:48 UTC  (2+ messages)

[PATCH v2 0/4] Fix some loongarch tcg bugs
 2022-09-29 15:14 UTC  (5+ messages)
` [PATCH v2 2/4] target/loongarch: bstrins.w need set dest register EXT_SIGN

[PATCH v3 0/5] hw/arm/virt: Improve address assignment for high memory regions
 2022-09-29 13:48 UTC  (3+ messages)
` [PATCH v3 1/5] hw/arm/virt: Introduce virt_set_high_memmap() helper

[PATCH v2 1/1] scripts: check commit message length to fit 75 characters
 2022-09-29 13:15 UTC  (3+ messages)

Inscrutable CI jobs (avocado & Travis s390 check-tcg)
 2022-09-29 13:24 UTC  (6+ messages)

missing entries from docs/specs/pci-ids.txt ?
 2022-09-29 13:48 UTC  (3+ messages)

[PATCH] elf2dmp: free memory in failure
 2022-09-29 12:04 UTC 

[PATCH] cirrus_vga: fix potential memory overflow
 2022-09-29 12:23 UTC 

[PATCH v5 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-09-29 11:55 UTC  (4+ messages)
` [PATCH v5 2/2] block: Refactor get_tmp_filename()


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