qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 14:03:47 to 2021-11-30 19:39:06 UTC [more...]

[Qemu-devel] [Bug 1749393] [NEW] sbrk() not working under qemu-user with a PIE-compiled binary?
 2021-11-30 19:28 UTC  (6+ messages)
` [Bug 1749393] "

[PATCH v5 0/6] MSG_ZEROCOPY + multifd
 2021-11-30 19:00 UTC  (4+ messages)
` [PATCH v5 5/6] migration: Add migrate_use_tls() helper

Odd square bracket encoding in QOM names
 2021-11-30 18:44 UTC  (4+ messages)

Follow-up on the CXL discussion at OFTC
 2021-11-30 17:21 UTC  (11+ messages)

[PATCH] target/arm: Correct calculation of tlb range invalidate length
 2021-11-30 17:44 UTC  (2+ messages)

[PATCH] scripts/entitlement.sh: Use backward-compatible cp flags
 2021-11-30 17:30 UTC 

[PATCH v3 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-11-30 16:41 UTC  (3+ messages)
` [PATCH v3 2/3] test/tcg/ppc64le: test mtfsf

why is iommu_platform set to off by default?
 2021-11-30 16:38 UTC  (2+ messages)

[PATCH v1 0/8] virtio-mem: Support "prealloc=on"
 2021-11-30 16:32 UTC  (10+ messages)
` [PATCH v1 1/8] util/oslib-posix: Let touch_all_pages() return an error
` [PATCH v1 2/8] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PATCH v1 3/8] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PATCH v1 4/8] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PATCH v1 5/8] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PATCH v1 6/8] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PATCH v1 7/8] util/oslib-posix: Forward SIGBUS to MCE handler under Linux
` [PATCH v1 8/8] virtio-mem: Support "prealloc=on" option

[PATCH V6 00/27] Live Update
 2021-11-30 16:11 UTC  (5+ messages)
` [PATCH V6 19/27] vfio-pci: cpr part 1 (fd and dma)

[PATCH v7 0/3] support dirty restraint on vCPU
 2021-11-30 16:04 UTC  (11+ messages)
  ` [PATCH v7 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
  ` [PATCH v7 2/3] cpu-throttle: implement vCPU throttle
  ` [PATCH v7 3/3] cpus-common: implement dirty page limit on vCPU

[PATCH v1 0/3] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-11-30 15:53 UTC  (8+ messages)
` [PATCH v1 1/3] linux-headers: sync VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [PATCH v1 2/3] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
` [PATCH v1 3/3] virtio-mem: Set "unplugged-inaccessible=auto" for the 6.2 machine on x86

[PATCH 0/2] Fix integer overflows in loading of large images
 2021-11-30 15:38 UTC  (8+ messages)
` [PATCH 2/2] hw/core/loader: workaround read() size limit

[PATCH] memory: Fix incorrect calls of log_global_start/stop
 2021-11-30 15:03 UTC  (2+ messages)

[PATCH for-6.1 v2] i386: do not call cpudef-only models functions for max, host, base
 2021-11-30 14:31 UTC  (16+ messages)
                      ` [PATCH 1/2] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
                      ` [PATCH 2/2] intel_iommu: Fix irqchip / X2APIC configuration checks

[PATCH] virtio: signal after wrapping packed used_idx
 2021-11-30 13:45 UTC 

[PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
 2021-11-30 13:31 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs/system/ppc/powernv.rst: document KVM support status

[PATCH for-6.2 v2] block/nbd: forbid incompatible change of server options on reconnect
 2021-11-30 13:19 UTC  (2+ messages)

[PATCH for-7.0 0/3] target/m68k: Implement conditional traps
 2021-11-30 12:34 UTC  (8+ messages)
` [PATCH 1/3] target/m68k: Implement TRAPV
` [PATCH 2/3] target/m68k: Implement TRAPcc
` [PATCH 3/3] target/m68k: Implement FTRAPcc

unable to execute QEMU command 'qom-get': Property 'sgx-epc.unavailable-features' not found
 2021-11-30 12:15 UTC  (2+ messages)

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-30 12:01 UTC  (21+ messages)
` [PATCH v3 09/23] multifd: Make zstd compression method not use iovs
` [PATCH v3 10/23] multifd: Make zlib "
` [PATCH v3 11/23] multifd: Move iov from pages to params
` [PATCH v3 12/23] multifd: Make zlib use iov's
` [PATCH v3 13/23] multifd: Make zstd "
` [PATCH v3 14/23] multifd: Remove send_write() method
` [PATCH v3 15/23] multifd: Use a single writev on the send side
` [PATCH v3 16/23] multifd: Unfold "used" variable by its value
` [PATCH v3 17/23] multifd: Use normal pages array on the send side

[PATCH] aio-posix: split poll check from ready handler
 2021-11-30 11:20 UTC 

[PATCH for-7.0 0/4] qemu-common.h include cleanup
 2021-11-30 10:02 UTC  (8+ messages)
` [PATCH for-7.0 1/4] include/hw/i386: Don't include qemu-common.h in .h files
` [PATCH for-7.0 2/4] target/hexagon/cpu.h: don't include qemu-common.h
` [PATCH for-7.0 3/4] target/rx/cpu.h: Don't "
` [PATCH for-7.0 4/4] hw/arm: Don't include qemu-common.h unnecessarily

[PATCH v2 0/4] block: minor refactoring in preparation to the block layer API split
 2021-11-30  9:46 UTC  (5+ messages)
` [PATCH v2 1/4] block_int: make bdrv_backing_overridden static
` [PATCH v2 2/4] include/sysemu/blockdev.c: introduce block_if_name
` [PATCH v2 3/4] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v2 4/4] include/sysemu/blockdev.h: remove drive_get_max_devs

[PATCH 0/1] hw/arm/virt: Support for virtio-mem-pci
 2021-11-30  9:37 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-30  8:50 UTC  (6+ messages)
` [PATCH v11 11/26] target/loongarch: Add floating point comparison instruction translation

[PATCH v4] target/ppc: fix Hash64 MMU update of PTE bit R
 2021-11-30  8:44 UTC  (3+ messages)

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-11-30  8:39 UTC  (3+ messages)

[PULL 0/1] ppc queue
 2021-11-30  8:04 UTC  (3+ messages)
` [PULL 1/1] target/ppc: fix Hash64 MMU update of PTE bit R

[PATCH v8 00/10] PMU-EBB support for PPC64 TCG
 2021-11-30  4:17 UTC  (9+ messages)
` [PATCH v8 07/10] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
` [PATCH v8 08/10] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH v8 09/10] target/ppc: PMU Event-Based exception support
` [PATCH v8 10/10] target/ppc/excp_helper.c: EBB handling adjustments

How to simulate a microcontroller whose ROM and RAM are the same address space?
 2021-11-30  3:35 UTC 

[PATCH 1/1] ppc/pnv.c: add a friendly warning when accel=kvm is used
 2021-11-30  0:14 UTC  (6+ messages)

[PATCH 00/10] vhost: stick to -errno error return convention
 2021-11-29 22:37 UTC  (12+ messages)
` [PATCH 01/10] vhost-user-blk: reconnect on any error during realize
` [PATCH 10/10] vhost-user-blk: propagate error return from generic vhost

[PATCH] hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
 2021-11-29 21:57 UTC  (2+ messages)

[PATCH for-7.0] rtc: Move RTC function prototypes to their own header
 2021-11-29 20:55 UTC 

[RFC for-6.2] block/nbd: forbid incompatible change of server options on reconnect
 2021-11-29 20:49 UTC  (5+ messages)

Observing VM Status Changes
 2021-11-29 19:42 UTC 

[RFC PATCH v3 0/5] QMP support for cold-plugging devices
 2021-11-29 19:55 UTC  (3+ messages)

[PULL for 6.2 0/8] more tcg, plugin, test and build fixes
 2021-11-29 19:27 UTC  (10+ messages)
` [PULL 1/8] accel/tcg: introduce CF_NOIRQ
` [PULL 2/8] accel/tcg: suppress IRQ check for special TBs
` [PULL 3/8] tests/avocado: fix tcg_plugin mem access count test
` [PULL 4/8] plugins/meson.build: fix linker issue with weird paths
` [PULL 5/8] gdbstub: handle a potentially racing TaskState
` [PULL 6/8] MAINTAINERS: Remove me as a reviewer for the build and test/avocado
` [PULL 7/8] MAINTAINERS: Add section for Aarch64 GitLab custom runner
` [PULL 8/8] tests/plugin/syscall.c: fix compiler warnings

[PATCH v6 0/4] virtio-iommu: config related fixes and qtest
 2021-11-29 19:12 UTC  (7+ messages)
` [PATCH v6 1/4] virtio-iommu: Remove set_config callback
` [PATCH v6 2/4] virtio-iommu: Fix endianness in get_config
` [PATCH v6 3/4] virtio-iommu: Fix the domain_range end

[PULL 0/1] Linux user for 6.2 patches
 2021-11-29 17:57 UTC  (3+ messages)
` [PULL 1/1] linux-user: implement more loop ioctls

SME : Please review and merge : hw/arm/aspeed: Added eMMC boot support for AST2600 image
 2021-11-29 17:41 UTC  (3+ messages)

[PATCH v3 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-29 17:44 UTC  (7+ messages)
` [PATCH v3 02/10] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PATCH v3 03/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v3 04/10] hw/dma: Add the DMA control interface

[PATCH] s390x/ipl: support extended kernel command line size
 2021-11-29 17:28 UTC  (2+ messages)

[PATCH for-7.0 v6 00/16] linux-user: simplify safe signal handling
 2021-11-29 16:51 UTC  (7+ messages)
` [PATCH v6 02/16] linux-user/host/ppc64: Use r11 for signal_pending address
` [PATCH v6 04/16] linux-user/host/mips: Add safe-syscall.inc.S

[PULL 0/7] virtio,pci,pc: bugfixes
 2021-11-29 16:45 UTC  (3+ messages)
` [PULL 5/7] virtio-balloon: correct used length

[PATCH] Fix STM32F2XX USART data register readout
 2021-11-29 16:35 UTC  (3+ messages)

[PATCH] MAINTAINERS: Change my email address
 2021-11-29 16:30 UTC 

[PATCH v7 0/3] support dirty restraint on vCPU
 2021-11-29 16:26 UTC  (4+ messages)
` [PATCH v7 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
` [PATCH v7 2/3] cpu-throttle: implement vCPU throttle

[PATCH 0/2] migration: multifd live migration improvement
 2021-11-29 15:49 UTC  (9+ messages)
` [PATCH 1/2] multifd: use qemu_sem_timedwait in multifd_recv_thread to avoid waiting forever

[RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-11-29 15:28 UTC  (8+ messages)

[PATCH v2 0/2] vdpa: Fix SIGSEGV on failed vdpa devices
 2021-11-29 14:56 UTC  (5+ messages)
` [PATCH v2 2/2] virtio-net: Fix log message

[PATCH] block/file-posix.c: Fix compilation on macOS SDKs <10.12.4
 2021-11-29 14:43 UTC 

SEV guest attestation
 2021-11-29 14:49 UTC  (8+ messages)

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-11-29 14:45 UTC  (6+ messages)
` [PATCH 35/35] test/tcg/ppc64le: Add float reference files

[PATCH resend v2] qemu-binfmt-conf.sh: fix -F option
 2021-11-29 14:44 UTC  (2+ messages)

[PATCH 0/3] Fix irq allocation of PCI host bridge on powernv
 2021-11-29 14:40 UTC  (4+ messages)
` [PATCH 1/3] ppc/pnv: Tune the POWER9 PCIe Host bridge model

[PATCH for 6.2 v3 0/8] more tcg, plugin, test and build fixes (pre-PR)
 2021-11-29 14:36 UTC  (11+ messages)
` [PATCH v3 1/8] accel/tcg: introduce CF_NOIRQ
` [PATCH v3 2/8] accel/tcg: suppress IRQ check for special TBs
` [PATCH v3 3/8] tests/avocado: fix tcg_plugin mem access count test
` [PATCH v3 4/8] plugins/meson.build: fix linker issue with weird paths
` [PATCH v3 5/8] gdbstub: handle a potentially racing TaskState
` [PATCH v3 6/8] MAINTAINERS: Remove me as a reviewer for the build and test/avocado
` [PATCH v3 7/8] MAINTAINERS: Add section for Aarch64 GitLab custom runner
` [PATCH v3 8/8] tests/plugin/syscall.c: fix compiler warnings

[PATCH v6 00/18] Adding partial support for 128-bit riscv target
 2021-11-29 14:32 UTC  (5+ messages)
` [PATCH v6 03/18] qemu/int128: addition of div/rem 128-bit operations

[PATCH] edid: set default resolution to 1280x800 (WXGA)
 2021-11-29 14:05 UTC 

[PATCH 0/4] block: minor refactoring in preparation to the block layer API split
 2021-11-29 13:59 UTC  (2+ 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).