qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 11:47:25 to 2023-07-09 08:33:29 UTC [more...]

[PATCH-for-5.2? 0/4] hw/arm: Add SD bus QOM alias on the machine/soc
 2023-07-09  8:31 UTC  (2+ messages)

[PULL 00/38] maintainer updates for 8.1: testing, fuzz, plugins, docs, gdbstub
 2023-07-09  8:12 UTC  (5+ messages)
` [PULL 29/38] gdbstub: Permit reverse step/break to provide stop response

[PATCH] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers
 2023-07-09  8:09 UTC 

[RISC-V] ERROR:../accel/tcg/cpu-exec.c:1028:cpu_exec_setjmp: assertion failed: (cpu == current_cpu)
 2023-07-09  6:12 UTC  (6+ messages)

[PATCH] linux-user: make sure brk(0) returns a page-aligned value
 2023-07-09  6:12 UTC  (4+ messages)

[PATCH v2 00/24] linux-user: mmap range fixes
 2023-07-08 17:42 UTC  (33+ messages)
` [PATCH v2 1/2] accel/tcg: Split out cpu_exec_longjmp_cleanup
` [PATCH v2 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH v2 2/2] accel/tcg: Always lock pages before translation
` [PATCH v2 02/24] linux-user: Fix formatting of mmap.c
` [PATCH v2 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH v2 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH v2 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH v2 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH v2 07/24] accel/tcg: Introduce page_check_range_empty
` [PATCH v2 08/24] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PATCH v2 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
` [PATCH v2 10/24] linux-user: Split out target_to_host_prot
` [PATCH v2 11/24] linux-user: Widen target_mmap offset argument to off_t
` [PATCH v2 12/24] linux-user: Rewrite target_mprotect
` [PATCH v2 13/24] linux-user: Rewrite mmap_frag
` [PATCH v2 14/24] accel/tcg: Introduce page_find_range_empty
` [PATCH v2 15/24] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PATCH v2 16/24] linux-user: "
` [PATCH v2 17/24] linux-user: Use 'last' instead of 'end' in target_mmap
` [PATCH v2 18/24] linux-user: Rewrite mmap_reserve
` [PATCH v2 19/24] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PATCH v2 20/24] linux-user: Simplify target_munmap
` [PATCH v2 21/24] accel/tcg: Accept more page flags in page_check_range
` [PATCH v2 22/24] accel/tcg: Return bool from page_check_range
` [PATCH v2 23/24] linux-user: Remove can_passthrough_madvise
` [PATCH v2 24/24] linux-user: Simplify target_madvise

[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
 2023-07-08 17:38 UTC  (31+ messages)
` [PATCH v4 13/37] host/include/aarch64: Implement aes-round.h
` [PATCH v4 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH v4 21/37] target/i386: Use aesdec_IMC
` [PATCH v4 22/37] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PATCH v4 27/37] target/arm: Use aesenc_MC
` [PATCH v4 28/37] target/arm: Use aesdec_IMC
` [PATCH v4 29/37] target/riscv: Use aesenc_SB_SR_AK
` [PATCH v4 30/37] target/riscv: Use aesdec_ISB_ISR_AK
` [PATCH v4 31/37] target/riscv: Use aesdec_IMC
` [PATCH v4 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
` [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK

[PULL trival-patches 00/10] trivial-patches for 2023-07-08
 2023-07-08 14:59 UTC  (12+ messages)
` [PULL 01/10] hw/riscv/virt.c: fix typo in 'aia' description
` [PULL 02/10] target/avr: Fix handling of interrupts above 33
` [PULL 03/10] trivial: man page: document display::gtk::zoom-to-fit
` [PULL 04/10] hw: Simplify calls to pci_nic_init_nofail()
` [PULL 05/10] vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
` [PULL 06/10] vdpa: Sort vdpa_feature_bits array alphabetically
` [PULL 07/10] qemu-options.hx: Fix indentation of some option descriptions
` [PULL 08/10] migration: factor out "resume_requested" in qmp_migrate()
` [PULL 09/10] migration: unexport migrate_fd_error()
` [PULL 10/10] hw/arm/virt-acpi-build.c: Add missing header

[PULL 0/3] Linux user fcntl64 patches
 2023-07-08 14:57 UTC  (4+ messages)
` [PULL 1/3] linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
` [PULL 2/3] linux-user: Fix accept4(SOCK_NONBLOCK) syscall
` [PULL 3/3] linux-user: Improve strace output of pread64() and pwrite64()

[PATCH v3 0/2] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX_EXTRA commands support
 2023-07-08  9:24 UTC  (3+ messages)
` [PATCH v3 1/2] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PATCH v3 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ

[PATCH v7 00/15] Add RISC-V vector cryptographic instruction set support
 2023-07-08  9:25 UTC  (3+ messages)
` [PATCH v7 12/15] target/riscv: Add Zvkg ISA extension support

Reducing vdpa migration downtime because of memory pin / maps
 2023-07-08  9:14 UTC  (10+ messages)

[PATCH v3 0/2] target/riscv: improve code accuracy and
 2023-07-08  9:10 UTC  (3+ messages)
` [PATCH v3 1/2] target/riscv: Remove redundant check in pmp_is_locked
` [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

[PATCH v2 00/46] Add LoongArch LASX instructions
 2023-07-08  7:24 UTC  (18+ messages)
` [PATCH v2 19/46] target/loongarch: Implement xvexth
` [PATCH v2 20/46] target/loongarch: Implement vext2xv
` [PATCH v2 21/46] target/loongarch: Implement xvsigncov
` [PATCH v2 22/46] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v2 23/46] target/loognarch: Implement xvldi
` [PATCH v2 24/46] target/loongarch: Implement LASX logic instructions
` [PATCH v2 25/46] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v2 26/46] target/loongarch: Implement xvsllwil xvextl

[PATCH] chore: rename `tricore_feature` to `is_tricore_feature_enabled`
 2023-07-08  7:01 UTC  (2+ messages)

[PATCH v2 0/3] linux-user: Fix fcntl64() and accept4() for 32-bit targets
 2023-07-08  6:40 UTC  (6+ messages)
` [PATCH v2 1/3] linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE "
` [PATCH v2 2/3] linux-user: Fix accept4(SOCK_NONBLOCK) syscall
` [PATCH v2 3/3] linux-user: Improve strace output of pread64() and pwrite64()

[PATCH v6] ppc: Enable 2nd DAWR support on p10
 2023-07-08  6:25 UTC  (10+ messages)

[PULL v2 00/59] ppc queue
 2023-07-08  6:23 UTC  (2+ messages)

[PATCH v3 1/2] target/riscv: Remove redundant check in pmp_is_locked
 2023-07-08  5:36 UTC  (2+ messages)
` [PATCH v3 2/2] target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

[PATCH v2] ppc/pnv: Add QME region for P10
 2023-07-08  1:16 UTC  (2+ messages)

[QEMU][PATCH v2 0/2] Add Virtio support to Xenpvh machine for arm
 2023-07-07 23:56 UTC  (5+ messages)
` [QEMU][PATCH v2 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v2 2/2] xen_arm: Initialize RAM and add hi/low memory regions

[PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze
 2023-07-07 21:22 UTC  (11+ messages)
` [PULL 1/9] python: bump minimum requirements so they are compatible with 3.12
` [PULL 2/9] meson.build: Remove the logic to link C code with the C++ linker
` [PULL 3/9] qemu_cleanup: begin drained section after vm_shutdown()
` [PULL 4/9] target/i386: Adjust feature level according to FEAT_7_1_EDX
` [PULL 5/9] target/i386: Add support for MCDT_NO in CPUID enumeration
` [PULL 6/9] target/i386: Allow MCDT_NO if host supports
` [PULL 7/9] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
` [PULL 8/9] target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model
` [PULL 9/9] target/i386: Add new CPU model GraniteRapids

[PATCH V4] migration: simplify blockers
 2023-07-07 21:12 UTC  (3+ messages)

[PATCH v2 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
 2023-07-07 20:48 UTC  (13+ messages)
` [PATCH v2 1/6] hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()
` [PATCH v2 2/6] hw/virtio: Propagate page_mask to vhost_vdpa_section_end()
` [PATCH v2 3/6] hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macro
` [PATCH v2 4/6] hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()
` [PATCH v2 5/6] hw/virtio: Build vhost-vdpa.o once
` [PATCH v2 6/6] hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]

[PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets
 2023-07-07 20:46 UTC  (12+ messages)
` [PATCH 1/4] linux-user: Fix fcntl64() to return O_LARGEFILE "
` [PATCH 2/4] linux-user: Fix accept4(SOCK_NONBLOCK) syscall
` [PATCH 3/4] linux-user: Fix mmap2() syscall on 32-bit targets to allow file mapping beyond 4GB
` [PATCH 4/4] linux-user: Improve strace output of pread64() and pwrite64()

[PATCH v3 0/4] QGA VSS Logging
 2023-07-07 20:22 UTC  (9+ messages)
` [PATCH v3 1/4] QGA VSS: Add wrapper to send log to debugger and stderr
` [PATCH v3 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG

[PATCH v2 1/2] target/riscv: Remove redundant check in pmp_is_locked
 2023-07-07 19:31 UTC  (2+ messages)

[PULL 00/15] Net patches
 2023-07-07 19:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] acpi: Add emulated sleep button
 2023-07-07 17:43 UTC  (5+ messages)

[RFC PATCH 0/9] ui: guest displays multiple connectors suppport and hotplug in
 2023-07-07 17:16 UTC  (6+ messages)
` [RFC PATCH 6/9] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs

[PATCH 0/1] vdpa: Fix possible use-after-free for VirtQueueElement
 2023-07-07 16:44 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] Revert "virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events"
 2023-07-07 15:57 UTC  (4+ messages)

[PATCH] tests/tcg/s390x: Fix test-svc with clang
 2023-07-07 15:42 UTC 

[PATCH v3 0/7] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX commands support
 2023-07-07 15:27 UTC  (8+ messages)
` [PATCH v3 1/7] vdpa: Use iovec for vhost_vdpa_net_load_cmd()
` [PATCH v3 2/7] vdpa: Restore MAC address filtering state
` [PATCH v3 3/7] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
` [PATCH v3 4/7] vhost: Fix false positive out-of-bounds
` [PATCH v3 5/7] vdpa: Accessing CVQ header through its structure
` [PATCH v3 6/7] vdpa: Avoid forwarding large CVQ command failures
` [PATCH v3 7/7] vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ

[PATCH v2 0/2] VIRTIO-IOMMU/VFIO page size related fixes
 2023-07-07 15:25 UTC  (2+ messages)

[PATCH v4 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-07-07 14:40 UTC  (5+ messages)
` [PATCH v4 4/6] util/osdep: Introduce qemu_close_range()
` [PATCH v4 5/6] util/async-teardown: Use qemu_close_range() to close fds

[PULL 00/60] ppc queue
 2023-07-07 14:29 UTC  (11+ messages)
` [PULL 01/60] pnv/psi: Allow access to PSI registers through xscom
` [PULL 20/60] pnv/xive: Add property on xive sources to define PQ state on reset
` [PULL 23/60] ppc/pnv: Subclass quad xscom callbacks
` [PULL 25/60] ppc/pnv: Add P10 core xscom model
` [PULL 34/60] tests/avocado: Add powernv machine test script
` [PULL 35/60] ppc440: Change ppc460ex_pcie_init() parameter type
` [PULL 46/60] ppc4xx_pci: Rename QOM type name define
` [PULL 47/60] ppc4xx_pci: Add define for ppc4xx-host-bridge type name
` [PULL 50/60] ppc/pnv: Set P10 core xscom region size to match hardware

[PATCH 0/2] Fix MCE handling on AMD hosts
 2023-07-07 14:25 UTC  (3+ messages)
` [PATCH 1/2] i386: Add support for SUCCOR feature

[PATCH] tcg: Fix info_in_idx increment in layout_arg_by_ref
 2023-07-07 13:30 UTC  (3+ messages)

[PATCH v2 0/2] accel/tcg: Fix race condition in tb create/invalidate
 2023-07-07 13:25 UTC  (4+ messages)
` [PATCH v2 1/2] accel/tcg: Split out cpu_exec_longjmp_cleanup

[RFC PATCH] docs/interop: define STANDALONE protocol feature for vhost-user
 2023-07-07 13:12 UTC  (5+ messages)

[PATCH v2 0/6] Add new CPU model GraniteRapids
 2023-07-07 12:37 UTC  (3+ messages)

[PATCH] target/riscv KVM_RISCV_SET_TIMER macro is not configured correctly
 2023-07-07  3:23 UTC 

[PATCH v2 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-07-07 12:21 UTC  (3+ messages)

[PATCH v3 0/6] eBPF RSS through QMP support
 2023-07-07 11:45 UTC  (3+ messages)
` [PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob


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