qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 21:03:05 to 2021-12-01 14:20:20 UTC [more...]

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

Odd square bracket encoding in QOM names
 2021-12-01 13:58 UTC  (5+ messages)

[PATCH 0/4] firmware: qemu_fw_cfg: misc bug fixes
 2021-12-01 13:25 UTC  (5+ messages)
` [PATCH 1/4] firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
` [PATCH 2/4] firmware: qemu_fw_cfg: fix kobject leak in probe error path
` [PATCH 3/4] firmware: qemu_fw_cfg: fix sysfs information leak
` [PATCH 4/4] firmware: qemu_fw_cfg: remove sysfs entries explicitly

[PATCH v8 00/10] PMU-EBB support for PPC64 TCG
 2021-12-01 13:12 UTC  (14+ messages)
` [PATCH v8 06/10] target/ppc: enable PMU instruction count
` [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

[PATCH] target/arm: Correct calculation of tlb range invalidate length
 2021-12-01 13:08 UTC  (4+ messages)

[PATCH for-7.0 0/4] qemu-common.h include cleanup
 2021-12-01 13:05 UTC  (7+ messages)
` [PATCH for-7.0 3/4] target/rx/cpu.h: Don't include qemu-common.h

[PATCH for-7.0] rtc: Move RTC function prototypes to their own header
 2021-12-01 12:58 UTC  (2+ messages)

[PATCH v4] target/ppc: fix Hash64 MMU update of PTE bit R
 2021-12-01 12:37 UTC  (7+ messages)

[PATCH v6 00/18] Adding partial support for 128-bit riscv target
 2021-12-01 12:33 UTC  (3+ messages)
` [PATCH v6 08/18] target/riscv: moving some insns close to similar insns

[PATCH] aio-posix: split poll check from ready handler
 2021-12-01 11:55 UTC  (2+ messages)

Follow-up on the CXL discussion at OFTC
 2021-12-01 10:29 UTC  (13+ messages)

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-12-01 10:59 UTC  (7+ messages)
` [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 for-7.0 0/4] qtest patches for binaries with reduced machines
 2021-12-01 10:43 UTC  (5+ messages)
` [PATCH for-7.0 1/4] tests/qtest: Run the PPC 32-bit tests with the 64-bit target binary, too
` [PATCH for-7.0 2/4] tests/qtest: Fence the tests that need xlnx-zcu102 with CONFIG_XLNX_ZYNQMP_ARM
` [PATCH for-7.0 3/4] tests/qtest: Add a function that gets a list with available machine types
` [PATCH for-7.0 4/4] tests/qtest: Add a function to check whether a machine is available

[RFC PATCH v2 0/4] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-12-01 10:09 UTC  (6+ messages)
` [RFC PATCH v2 1/4] target/ppc: Disable software TLB for the 7450 family
` [RFC PATCH v2 2/4] target/ppc: Disable unused facilities in the e600 CPU
` [RFC PATCH v2 3/4] target/ppc: Remove the software TLB model of 7450 CPUs
` [RFC PATCH v2 4/4] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families

[PATCH] QIO: Add force_quit to the QIOChannel to ensure QIO exits cleanly in some corner case
 2021-12-01 10:06 UTC  (4+ messages)

[PATCH] virtio: signal after wrapping packed used_idx
 2021-12-01  9:58 UTC  (3+ messages)

[PATCH 0/1] hw/arm/virt: Support for virtio-mem-pci
 2021-12-01  9:03 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] gitlab-ci.d/buildtest: Add jobs that run the device-crash-test
 2021-12-01  8:44 UTC  (3+ messages)

[PATCH v12 00/26] Add LoongArch linux-user emulation support
 2021-12-01  8:16 UTC  (27+ messages)
` [PATCH v12 01/26] target/loongarch: Add README
` [PATCH v12 02/26] target/loongarch: Add core definition
` [PATCH v12 03/26] target/loongarch: Add main translation routines
` [PATCH v12 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v12 05/26] target/loongarch: Add fixed point shift "
` [PATCH v12 06/26] target/loongarch: Add fixed point bit "
` [PATCH v12 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v12 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v12 09/26] target/loongarch: Add fixed point extra "
` [PATCH v12 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v12 11/26] target/loongarch: Add floating point comparison "
` [PATCH v12 12/26] target/loongarch: Add floating point conversion "
` [PATCH v12 13/26] target/loongarch: Add floating point move "
` [PATCH v12 14/26] target/loongarch: Add floating point load/store "
` [PATCH v12 15/26] target/loongarch: Add branch "
` [PATCH v12 16/26] target/loongarch: Add disassembler
` [PATCH v12 17/26] linux-user: Add LoongArch generic header files
` [PATCH v12 18/26] linux-user: Add LoongArch specific structures
` [PATCH v12 19/26] linux-user: Add LoongArch signal support
` [PATCH v12 20/26] linux-user: Add LoongArch elf support
` [PATCH v12 21/26] linux-user: Add LoongArch syscall support
` [PATCH v12 22/26] linux-user: Add LoongArch cpu_loop support
` [PATCH v12 23/26] default-configs: Add loongarch linux-user support
` [PATCH v12 24/26] target/loongarch: Add target build suport
` [PATCH v12 25/26] target/loongarch: 'make check-tcg' support
` [PATCH v12 26/26] scripts: add loongarch64 binfmt config

[PATCH v1 0/3] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-12-01  8:23 UTC  (11+ 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

[Qemu-devel] [Bug 1749393] [NEW] sbrk() not working under qemu-user with a PIE-compiled binary?
 2021-12-01  7:46 UTC  (7+ messages)
` [Bug 1749393] "

[PATCH v2] docs: fix section numbering in pcie.txt
 2021-12-01  7:42 UTC 

[PATCH] docs: fix section numbering in pcie.txt
 2021-12-01  7:22 UTC  (2+ messages)

[PULL 0/1] MAINTAINERS update
 2021-12-01  6:19 UTC  (3+ messages)
` [PULL 1/1] MAINTAINERS: Change my email address

[PATCH] memory: Fix incorrect calls of log_global_start/stop
 2021-12-01  6:07 UTC  (3+ messages)

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

[PATCH] fw_cfg: Fix memory leak in fw_cfg_register_file
 2021-11-30 17:18 UTC  (3+ messages)

why is iommu_platform set to off by default?
 2021-12-01  0:00 UTC  (4+ messages)

[PATCH 0/2] MIPS misc fixes
 2021-11-30 21:54 UTC  (5+ messages)
` [PATCH 1/2] hw/mips: bootloader: Fix write_ulong
` [PATCH 2/2] hw/mips/boston: Fix load_elf error detection

[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

[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

[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 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 for-6.1 v2] i386: do not call cpudef-only models functions for max, host, base
 2021-11-30 14:31 UTC  (15+ 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 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 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 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 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  (2+ messages)

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)


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