qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-25 07:50:59 to 2021-11-26 12:11:51 UTC [more...]

[PATCH v3 00/18] ppc/pnv: Extend the powernv10 machine
 2021-11-26 11:53 UTC  (15+ messages)
` [PATCH v3 01/18] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH v3 02/18] ppc/xive2: Introduce a presenter matching routine
` [PATCH v3 03/18] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH v3 04/18] ppc/pnv: Add a OCC model for POWER10
` [PATCH v3 05/18] ppc/pnv: Add POWER10 quads
` [PATCH v3 06/18] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PATCH v3 07/18] ppc/pnv: Add a HOMER model to POWER10
` [PATCH v3 08/18] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PATCH v3 09/18] ppc/xive2: Add support for notification injection on ESB pages
` [PATCH v3 10/18] ppc/xive: Add support for PQ state bits offload
` [PATCH v3 11/18] ppc/pnv: Add support for PQ offload on PHB5
` [PATCH v3 15/18] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PATCH v3 16/18] xive2: Add a get_config() handler for the router configuration
` [PATCH v3 18/18] pnv/xive2: Add support for 8bits thread id

[PULL for-6.2 0/2] ppc queue
 2021-11-26 11:53 UTC  (4+ messages)
` [PULL for-6.2 1/2] pmu: fix pmu vmstate subsection list
` [PULL for-6.2 2/2] tests/tcg/ppc64le: Fix compile flags for byte_reverse

[PATCH v5 00/22] Support UXL filed in xstatus
 2021-11-26 11:33 UTC  (27+ messages)
` [PATCH v5 01/22] target/riscv: Adjust pmpcfg access with mxl
` [PATCH v5 02/22] target/riscv: Don't save pc when exception return
` [PATCH v5 03/22] target/riscv: Sign extend pc for different XLEN
` [PATCH v5 04/22] target/riscv: Create xl field in env
` [PATCH v5 05/22] target/riscv: Ignore the pc bits above XLEN
` [PATCH v5 06/22] target/riscv: Extend pc for runtime pc write
` [PATCH v5 07/22] target/riscv: Use gdb xml according to max mxlen
` [PATCH v5 08/22] target/riscv: Relax debug check for pm write
` [PATCH v5 09/22] target/riscv: Adjust csr write mask with XLEN
` [PATCH v5 10/22] target/riscv: Create current pm fields in env
` [PATCH v5 11/22] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v5 12/22] target/riscv: Calculate address according to XLEN
` [PATCH v5 13/22] target/riscv: Split pm_enabled into mask and base
` [PATCH v5 14/22] target/riscv: Split out the vill from vtype
` [PATCH v5 15/22] target/riscv: Fix RESERVED field length in VTYPE
` [PATCH v5 16/22] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v5 17/22] target/riscv: Remove VILL field in VTYPE
` [PATCH v5 18/22] target/riscv: Ajdust vector atomic check with XLEN
` [PATCH v5 19/22] target/riscv: Fix check range for first fault only
` [PATCH v5 20/22] target/riscv: Adjust vector address with mask
` [PATCH v5 21/22] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v5 22/22] target/riscv: Enable uxl field write

[PATCH] dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxies
 2021-11-26 11:25 UTC  (2+ messages)

[PATCH v8 00/10] PMU-EBB support for PPC64 TCG
 2021-11-26  2:24 UTC  (14+ messages)
` [PATCH v8 01/10] target/ppc: introduce PMUEventType and PMU overflow timers
` [PATCH v8 02/10] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v8 03/10] target/ppc: PMU: update counters on PMCs r/w
` [PATCH v8 04/10] target/ppc: PMU: update counters on MMCR1 write
` [PATCH v8 05/10] target/ppc: enable PMU counter overflow with cycle events
` [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

Follow-up on the CXL discussion at OFTC
 2021-11-26 10:59 UTC  (5+ messages)

[PATCH v2 0/3] Move target_signal.h generic definitions to generic/signal.h
 2021-11-26 10:48 UTC  (7+ messages)
` [PATCH v2 1/3] linux-user: "
` [PATCH v2 2/3] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
` [PATCH v2 3/3] linux-user: Remove TARGET_SIGSTKSZ

[RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-11-26 10:37 UTC  (12+ messages)
    ` [OpenBIOS] "

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

[PATCH v2 1/1] MAINTAINERS: update email address of Christian Borntraeger
 2021-11-26 10:24 UTC 

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-26  9:39 UTC  (21+ messages)
` [PATCH v3 01/23] multifd: Delete useless operation
` [PATCH v3 03/23] multifd: Rename used field to num
` [PATCH v3 04/23] multifd: Add missing documention
` [PATCH v3 05/23] multifd: The variable is only used inside the loop
` [PATCH v3 06/23] multifd: remove used parameter from send_prepare() method
` [PATCH v3 07/23] multifd: remove used parameter from send_recv_pages() method
` [PATCH v3 08/23] multifd: Fill offset and block for reception

[PATCH v2] target/ppc: fix Hash64 MMU update of PTE bit R
 2021-11-26  9:18 UTC  (4+ messages)

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

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-26  8:19 UTC  (5+ messages)
` [RFC PATCH v2 21/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)

[PATCH 0/2] block-backend: Retain permissions after migration
 2021-11-26  8:18 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests/migration-permissions: New test

[PATCH 1/2] virito-balloon: process all in sgs for free_page_vq
 2021-11-26  7:36 UTC  (16+ messages)
` [PATCH 2/2] virtio-balloon: correct used length

[PATCH v6 0/3] support dirty restraint on vCPU
 2021-11-26  7:08 UTC  (6+ messages)
  ` [PATCH v6 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically
  ` [PATCH v6 2/3] cpu-throttle: implement vCPU throttle
  ` [PATCH v6 3/3] cpus-common: implement dirty page limit on vCPU

[PATCH v5 0/3] support dirty restraint on vCPU
 2021-11-26  7:06 UTC  (7+ messages)
` [PATCH v5 2/3] cpu-throttle: implement vCPU throttle
` [PATCH v5 3/3] cpus-common: implement dirty limit on vCPU

[PATCH] Fix bad overflow check in hw/pci/pcie.c
 2021-11-26  6:13 UTC 

[PATCH-for-6.2] docs: add a word of caution on x-native-hotplug property for pcie-root-ports
 2021-11-26  5:42 UTC  (3+ messages)

[PATCH v2 0/2] vdpa: Fix SIGSEGV on failed vdpa devices
 2021-11-26  2:54 UTC  (5+ messages)
` [PATCH v2 1/2] vdpa: Add dummy receive callback
` [PATCH v2 2/2] virtio-net: Fix log message

[PATCH] hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device
 2021-11-26  2:00 UTC 

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

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-25 16:55 UTC  (3+ messages)
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot

[PATCH] vfio/migration: Improve to read/write full migration region per chunk
 2021-11-25 16:33 UTC  (2+ messages)

SEV guest attestation
 2021-11-25 16:08 UTC  (19+ messages)

[PATCH] hw/intc: cannot clear GICv3 ITS CTLR[Enabled] bit
 2021-11-25 15:48 UTC  (4+ messages)

[Qemu-devel] [Bug 1603636] [NEW] Guest has not initialized the display yet on ubuntu 16.10 PPC
 2021-11-25 14:38 UTC  (2+ messages)
` [Bug 1603636] "

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-25 14:44 UTC  (7+ messages)
` [PATCH v5 07/18] target/riscv: setup everything so that riscv128-softmmu compiles

[PATCH v2 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-25 14:15 UTC  (7+ messages)
` [PATCH v2 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers

[PATCH v3 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-11-25 14:01 UTC  (8+ messages)
` [PATCH v3 1/3] target/ppc: Fixed call to deferred exception
` [PATCH v3 2/3] test/tcg/ppc64le: test mtfsf

unable to execute QEMU command 'qom-get': Property 'sgx-epc.unavailable-features' not found
 2021-11-25 12:47 UTC 

Questions about losing the write lock of raw-format disks after migration
 2021-11-25 12:52 UTC  (2+ messages)

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

[PATCH] linux-user: move target_signal.h generic definitions to generic/signal.h
 2021-11-25 12:52 UTC  (4+ messages)

[PATCH v4 0/3] hw/block/fdc: Fix CVE-2021-20196
 2021-11-25 12:20 UTC  (6+ messages)
` [PATCH v4 1/3] hw/block/fdc: Extract blk_create_empty_drive()
` [PATCH v4 3/3] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196

Give the fosshost.org VM a purpose or a retirement
 2021-11-25 10:35 UTC  (4+ messages)

[PATCH for-7.0 v6 00/16] linux-user: simplify safe signal handling
 2021-11-25 10:25 UTC  (7+ messages)
` [PATCH v6 01/16] linux-user: Untabify all safe-syscall.inc.S
` [PATCH v6 03/16] linux-user: Move syscall error detection into safe_syscall_base
` [PATCH v6 04/16] linux-user/host/mips: Add safe-syscall.inc.S

[PATCH] linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
 2021-11-25 10:10 UTC  (3+ messages)

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-25 10:11 UTC  (5+ messages)
` [PATCH v11 19/26] linux-user: Add LoongArch signal support

[qemu-web PATCH] Update URLs of "SubmitAPatch" wiki doc
 2021-11-25  9:56 UTC  (5+ messages)
  ` Other pages for docs/devel/ [Was: Re: ... Update URLs of "SubmitAPatch" ...]

[PATCH v1 0/2] vl: flush all task from rcu queue before exiting
 2021-11-25  9:26 UTC  (3+ messages)
` [PATCH v1 1/2] monitor: move monitor destruction to the very end of qemu cleanup

[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-11-25  8:56 UTC  (8+ messages)
` [PATCH 2/2] hw/i386: "

[PATCH for-7.0 0/4] hw/nvme: zoned random write area
 2021-11-25  7:37 UTC  (2+ messages)
` [PATCH for-7.0 2/4] hw/nvme: add zone attribute get/set helpers


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