qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-18 12:33:27 to 2022-04-19 09:53:24 UTC [more...]

[PATCH v1 for 7.1 00/25] testing, docs and gdbstub pre-PR
 2022-04-19  9:10 UTC  (23+ messages)
` [PATCH v1 01/25] tests/avocado: update aarch64_virt test to exercise -cpu max
` [PATCH v1 02/25] docs/devel: add some notes on the binfmt-image-debian targets
` [PATCH v1 03/25] docs/devel: drop :hidden: and :includehidden: tags
` [PATCH v1 04/25] tests/docker: remove dead code for linux-user containers
` [PATCH v1 05/25] tests/docker: remove test targets
` [PATCH v1 06/25] tests/docker: remove dead variable
` [PATCH v1 07/25] tests/docker: remove unnecessary default definitions
` [PATCH v1 08/25] tests/docker: inline variable definitions or move close to use
` [PATCH v1 09/25] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
` [PATCH v1 10/25] tests/docker: simplify docker-TEST@IMAGE targets
` [PATCH v1 11/25] tests/docker: do not duplicate rules for hexagon-cross
` [PATCH v1 12/25] tests/tcg: add compiler test variables when using containers
` [PATCH v1 13/25] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
` [PATCH v1 14/25] tests/tcg: remove CONFIG_USER_ONLY "
` [PATCH v1 16/25] tests/tcg: list test targets in Makefile.prereqs
` [PATCH v1 17/25] tests/tcg: invoke Makefile.target directly from QEMU's makefile
` [PATCH v1 18/25] tests/tcg: isolate from QEMU's config-host.mak
` [PATCH v1 19/25] tests/docker: remove SKIP_DOCKER_BUILD
` [PATCH v1 20/25] tests/tcg: fix non-static build
` [PATCH v1 21/25] tests/tcg: remove duplicate sha512-sse case
` [PATCH v1 22/25] tests/tcg: add float_convd test
` [PATCH v1 24/25] target/i386: fix byte swap issue with XMM register access

[PULL for-7.1 00/53] Misc pull request for QEMU 7.1
 2022-04-19  9:32 UTC  (56+ messages)
` [PULL 01/53] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
` [PULL 02/53] qtest: replace gettimeofday with GTimer
` [PULL 03/53] qga: replace qemu_gettimeofday() with g_get_real_time()
` [PULL 04/53] Replace "
` [PULL 05/53] oslib: drop qemu_gettimeofday()
` [PULL 06/53] meson: use chardev_ss dependencies
` [PULL 07/53] meson: add util dependency for oslib-posix on freebsd
` [PULL 08/53] meson: remove unneeded py3
` [PULL 09/53] meson: remove test-qdev-global-props dependency on testqapi
` [PULL 10/53] char: move qemu_openpty_raw from util/ to char/
` [PULL 11/53] Replace config-time define HOST_WORDS_BIGENDIAN
` [PULL 12/53] Replace TARGET_WORDS_BIGENDIAN
` [PULL 13/53] osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
` [PULL 14/53] include/qapi: add g_autoptr support for qobject types
` [PULL 15/53] tests: replace free_all() usage with g_auto
` [PULL 16/53] Replace qemu_real_host_page variables with inlined functions
` [PULL 17/53] qga: replace deprecated g_get_current_time()
` [PULL 18/53] error-report: replace deprecated g_get_current_time() with glib >= 2.62
` [PULL 19/53] util: rename qemu-error.c to match its header name
` [PULL 20/53] error-report: use error_printf() for program prefix
` [PULL 21/53] include: move TFR to osdep.h
` [PULL 22/53] include: move qemu_write_full() declaration "
` [PULL 23/53] include: move qemu_pipe() "
` [PULL 24/53] include: move coroutine IO functions to coroutine.h
` [PULL 25/53] include: move dump_in_progress() to runstate.h
` [PULL 26/53] include: move C/util-related declarations to cutils.h
` [PULL 27/53] include: move cpu_exec* declarations to cpu-common.h
` [PULL 28/53] include: move target page bits declaration to page-vary.h
` [PULL 29/53] include: move progress API to qemu-progress.h
` [PULL 30/53] include: move qemu_get_vm_name() to sysemu.h
` [PULL 31/53] include: move os_*() to os-foo.h
` [PULL 32/53] include: move page_size_init() to include/hw/core/cpu.h
` [PULL 33/53] Move CPU softfloat unions to cpu-float.h
` [PULL 34/53] Move fcntl_setfl() to oslib-posix
` [PULL 35/53] qga: remove explicit environ argument from exec/spawn
` [PULL 36/53] Remove qemu-common.h include from most units
` [PULL 37/53] build-sys: drop ntddscsi.h check
` [PULL 38/53] build-sys: simplify AF_VSOCK check
` [PULL 39/53] whpx: Added support for breakpoints and stepping
` [PULL 40/53] thread-posix: remove the posix semaphore support
` [PULL 41/53] thread-posix: use monotonic clock for QemuCond and QemuSemaphore
` [PULL 42/53] thread-posix: implement Semaphore with QemuCond and QemuMutex
` [PULL 43/53] thread-posix: optimize qemu_sem_timedwait with zero timeout
` [PULL 44/53] hyperv: SControl is optional to enable SynIc
` [PULL 45/53] hyperv: Add definitions for syndbg
` [PULL 46/53] hyperv: Add support to process syndbg commands
` [PULL 47/53] hw: hyperv: Initial commit for Synthetic Debugging device
` [PULL 48/53] s390x: follow qdev tree to detect SCSI device on a CCW bus
` [PULL 49/53] virtio-ccw: move vhost_ccw_scsi to a separate file
` [PULL 50/53] virtio-ccw: move device type declarations to .c files
` [PULL 51/53] virtio-ccw: do not include headers for all virtio devices
` [PULL 52/53] target/i386: do not access beyond the low 128 bits of SSE registers
` [PULL 53/53] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields

[PATCH v3 0/4] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
 2022-04-19  9:08 UTC  (5+ messages)
` [PATCH v3 1/4] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
` [PATCH v3 2/4] hw/intc: Support 32/64-bit mtimecmp and mtime accesses "
` [PATCH v3 3/4] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
` [PATCH v3 4/4] hw/intc: riscv_aclint: Add reset function of ACLINT devices

[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-04-19  8:54 UTC  (5+ messages)
` [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH v7 12/17] vfio-user: IOMMU support for remote device
 2022-04-19  8:48 UTC  (12+ messages)

[Qemu-devel] [Bug 1795799] [NEW] Cirrus video, graphical corruption, bad fonts
 2022-04-19  8:23 UTC  (2+ messages)
` [Bug 1795799] "

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2022-04-19  7:35 UTC  (8+ messages)

[PATCH v1 00/43] Add LoongArch softmmu support
 2022-04-19  7:33 UTC  (21+ messages)
` [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v1 36/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v1 40/43] hw/loongarch: Add LoongArch boot code and load elf function
` [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system

[PATCH v3 0/6] hw/riscv: Add TPM support to the virt board
 2022-04-19  6:53 UTC  (7+ messages)
` [PATCH v3 1/6] hw/riscv: virt: Add a machine done notifier
` [PATCH v3 2/6] hw/core: Move the ARM sysbus-fdt to core
` [PATCH v3 3/6] hw/riscv: virt: Create a platform bus
` [PATCH v3 4/6] hw/riscv: virt: Add support for generating platform FDT entries
` [PATCH v3 5/6] hw/riscv: virt: Add device plug support
` [PATCH v3 6/6] hw/riscv: Enable TPM backends

Question about direct block chaining
 2022-04-19  6:02 UTC  (3+ messages)

[PATCH 0/2] target/riscv: Annotate atomic operations
 2022-04-19  7:43 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: Mark amo insns during translation

[PATCH 0/4] target/rx: Track PSW.U in tb->flags
 2022-04-19  7:40 UTC  (2+ messages)

[PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
 2022-04-19  7:04 UTC  (5+ messages)

[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB
 2022-04-19  7:20 UTC 

[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
 2022-04-19  4:55 UTC  (5+ messages)
` [PATCH qemu v7 02/14] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v7 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed

[PATCH v2 0/6] hw/riscv: Add TPM support to the virt board
 2022-04-19  4:50 UTC  (4+ messages)
` [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier

[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
 2022-04-19  4:34 UTC  (2+ messages)

[RFC 00/18] vfio: Adopt iommufd
 2022-04-19  3:26 UTC  (4+ messages)

[PATCH] chardev: avoid use-after-free when client disconnect
 2022-04-19  2:17 UTC  (2+ messages)

[PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
 2022-04-19  2:12 UTC  (2+ messages)

[PATCH v11 00/14] support subsets of scalar crypto extension
 2022-04-19  1:48 UTC  (15+ messages)
` [PATCH v11 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
` [PATCH v11 02/14] target/riscv: rvk: add support for zbkb extension
` [PATCH v11 03/14] target/riscv: rvk: add support for zbkc extension
` [PATCH v11 04/14] target/riscv: rvk: add support for zbkx extension
` [PATCH v11 05/14] crypto: move sm4_sbox from target/arm
` [PATCH v11 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
` [PATCH v11 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
` [PATCH v11 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
` [PATCH v11 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 "
` [PATCH v11 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 "
` [PATCH v11 11/14] target/riscv: rvk: add support for zksed/zksh extension
` [PATCH v11 12/14] target/riscv: rvk: add CSR support for Zkr
` [PATCH v11 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
` [PATCH v11 14/14] target/riscv: rvk: expose zbk* and zk* properties

[RFC PATCH v3 0/5] Port PPC64/PowerNV MMU tests to QEMU
 2022-04-18 23:36 UTC  (11+ messages)
` [RFC PATCH v3 1/5] ppc64: Add semihosting support
` [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
` [RFC PATCH v3 3/5] tests/tcg/ppc64: Add basic softmmu test support
` [RFC PATCH v3 4/5] tests/tcg/ppc64: Add MMU test sources
` [RFC PATCH v3 5/5] tests/tcg/ppc64: Build PowerNV and LE tests

[PATCH 2/2] Use io_ring_register_ring_fd() to skip fd operations
 2022-04-18 23:36 UTC  (3+ messages)

[PATCH v3] Use io_uring_register_ring_fd() to skip fd operations
 2022-04-18 23:33 UTC 

[PATCH 0/3] AVX guest implementation
 2022-04-18 23:14 UTC  (9+ messages)
` [PATCH 1/4] Add AVX_EN hflag
` [PATCH 2/4] TCG support for AVX
` [PATCH 3/4] Enable all x86-64 cpu features in user mode
` [PATCH 4/4] AVX tests

[PATCH v7 00/12] Improve PMU support
 2022-04-18 22:45 UTC  (5+ messages)
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support

[PATCH v3 00/12] iotests: add enhanced debugging info to qemu-io failures
 2022-04-18 21:15 UTC  (13+ messages)
` [PATCH v3 01/12] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH v3 02/12] iotests/163: Fix broken qemu-io invocation
` [PATCH v3 03/12] iotests: Don't check qemu_io() output for specific error strings
` [PATCH v3 04/12] iotests/040: Don't check image pattern on zero-length image
` [PATCH v3 05/12] iotests/040: Fix TestCommitWithFilters test
` [PATCH v3 06/12] iotests: create generic qemu_tool() function
` [PATCH v3 07/12] iotests: rebase qemu_io() on top of qemu_tool()
` [PATCH v3 08/12] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PATCH v3 09/12] iotests/image-fleecing: switch to qemu_io()
` [PATCH v3 10/12] iotests: remove qemu_io_pipe_and_status()
` [PATCH v3 11/12] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PATCH v3 12/12] iotests: make qemu_io_log() check return codes by default

[ANNOUNCE] QEMU 7.0.0-rc4 is now available
 2022-04-18 18:14 UTC  (2+ messages)

[PATCH for-7.1 00/10] BCDA and mffscdrn implementations
 2022-04-18 16:38 UTC  (11+ messages)
` [PATCH for-7.1 01/10] target/ppc: Fix insn32.decode style issues
` [PATCH for-7.1 02/10] target/ppc: Move mffs[.] to decodetree
` [PATCH for-7.1 03/10] target/ppc: Move mffsl "
` [PATCH for-7.1 04/10] target/ppc: Move mffsce "
` [PATCH for-7.1 05/10] target/ppc: Move mffscrn[i] "
` [PATCH for-7.1 06/10] target/ppc: Implement mffscdrn[i] instructions
` [PATCH for-7.1 07/10] target/ppc: Add flag for ISA v2.06 BCDA instructions
` [PATCH for-7.1 08/10] target/ppc: implement addg6s
` [PATCH for-7.1 09/10] target/ppc: implement cbcdtd
` [PATCH for-7.1 10/10] target/ppc: implement cdtbcd

[PATCH 0/3] qapi-schema: support alternates with array type
 2022-04-18 14:52 UTC  (6+ messages)
` [PATCH 1/3] "

[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
 2022-04-18 14:16 UTC  (10+ messages)
` [RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
` [RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v7 25/25] vdpa: Add x-cvq-svq

[GSoC] Adding RPi4 support to qemu-system-aarch64
 2022-04-18 13:29 UTC 

[PATCH] target/rx: swap stack pointers on clrpsw/setpsw instruction
 2022-04-18 13:29 UTC  (2+ messages)

[PATCH] target/rx: update PC correctly in wait instruction
 2022-04-18 13:18 UTC  (2+ messages)

[PATCH] target/rx: set PSW.I when executing wait instruction
 2022-04-18 13:17 UTC  (2+ messages)

[PATCH 0/3] Repair duplicated clusters in parallels image
 2022-04-18 11:04 UTC  (4+ messages)
` [PATCH 1/3] qemu-img check: fixing duplicated clusters for parallels format
` [PATCH 2/3] iotests: 314 test on duplicated clusters (parallels format)
` [PATCH 3/3] docs: parallels image format supports consistency checks

[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
 2022-04-18 12:31 UTC  (4+ 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).