qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 10:47:21 to 2022-04-09 20:12:24 UTC [more...]

[PATCH 00/41] arm: Implement GICv4
 2022-04-09 20:10 UTC  (73+ messages)
` [PATCH 01/41] hw/intc/arm_gicv3_its: Add missing blank line
` [PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property
` [PATCH 03/41] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
` [PATCH 04/41] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
` [PATCH 05/41] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
` [PATCH 06/41] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
` [PATCH 07/41] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
` [PATCH 08/41] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
` [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP
` [PATCH 10/41] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
` [PATCH 11/41] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
` [PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
` [PATCH 13/41] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
` [PATCH 14/41] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
` [PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS
` [PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP
` [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC
` [PATCH 18/41] hw/intc/arm_gicv3_its: Implement INV command properly
` [PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
` [PATCH 20/41] hw/intc/arm_gicv3_its: Implement VMOVI
` [PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL
` [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
` [PATCH 23/41] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
` [PATCH 24/41] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
` [PATCH 25/41] hw/intc/arm_gicv3_cpuif: Support vLPIs
` [PATCH 26/41] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
` [PATCH 27/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
` [PATCH 28/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
` [PATCH 29/41] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
` [PATCH 30/41] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
` [PATCH 31/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
` [PATCH 32/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
` [PATCH 33/41] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
` [PATCH 34/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
` [PATCH 35/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
` [PATCH 36/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
` [PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
` [PATCH 38/41] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
` [PATCH 39/41] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
` [PATCH 40/41] hw/arm/virt: Abstract out calculation of redistributor region capacity
` [PATCH 41/41] hw/arm/virt: Support TCG GICv4

[PATCH v2 0/1] Coverity fixes in hw/ppc/spapr_nvdimm.c
 2022-04-09 20:08 UTC  (2+ messages)
` [PATCH v2 1/1] hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c

[PATCH v1 00/15] testing, docs, tracepoints and cputlb hacks
 2022-04-09 16:14 UTC  (24+ messages)
` [PATCH v1 01/15] tests/avocado: update aarch64_virt test to exercise -cpu max
` [PATCH v1 02/15] docs/devel: add some notes on the binfmt-image-debian targets
` [PATCH v1 03/15] docs/devel: drop :hidden: and :includehidden: tags
` [PATCH v1 04/15] accel/tcg: move trace events to correct location
` [PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint
` [PATCH v1 06/15] monitor: expose monitor_puts to rest of code
` [PATCH v1 07/15] disas: generalise plugin_printf and use for monitor_disas
` [PATCH v1 08/15] disas: use result of ->read_memory_func
` [PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers
` [PATCH v1 10/15] cputlb: add tracepoints for TB invalidation
` [PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint
` [PATCH v1 12/15] tests/tcg: add memory-sve test for aarch64
` [PATCH v1 13/15] plugins: extend execlog to filter matches
` [PATCH v1 14/15] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
` [PATCH v1 15/15] accel/tcg: add heuristic to invalidate al TBs in a page [hack!]

[PATCH] target/riscv: use xlen in forging isa string
 2022-04-09 15:41 UTC  (4+ messages)
` [PATCH] target/riscv: replace TARGET_LONG_BITS in gdbstub

[PATCH for-7.1 v2 0/1] use dc->vmsd with spapr devices vmstate
 2022-04-09 12:09 UTC  (2+ messages)
` [PATCH for-7.1 v2 1/1] hw/ppc: use qdev to register spapr_nvdimm vmsd

[PATCH for-7.0] virtio-iommu: use-after-free fix
 2022-04-09  8:57 UTC  (4+ messages)

[PATCH 00/16] target/arm: Implement features Debugv8p4, RAS, IESB
 2022-04-09  0:07 UTC  (17+ messages)
` [PATCH 01/16] target/arm: Add isar predicates for FEAT_Debugv8p2
` [PATCH 02/16] target/arm: Adjust definition of CONTEXTIDR_EL2
` [PATCH 03/16] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH 04/16] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
` [PATCH 05/16] target/arm: Split out arm32_max_features
` [PATCH 06/16] target/arm: Annotate arm_max_initfn with FEAT identifiers
` [PATCH 07/16] target/arm: Use field names for manipulating EL2 and EL3 modes
` [PATCH 08/16] target/arm: Enable FEAT_Debugv8p2 for -cpu max
` [PATCH 09/16] target/arm: Enable FEAT_Debugv8p4 "
` [PATCH 10/16] target/arm: Add isar_feature_{aa64,any}_ras
` [PATCH 11/16] target/arm: Add minimal RAS registers
` [PATCH 12/16] target/arm: Enable SCR and HCR bits for RAS
` [PATCH 13/16] target/arm: Implement virtual SError exceptions
` [PATCH 14/16] target/arm: Implement ESB instruction
` [PATCH 15/16] target/arm: Enable FEAT_RAS for -cpu max
` [PATCH 16/16] target/arm: Enable FEAT_IESB "

[PATCH 0/3] vhost-user: Fixes for VHOST_USER_ADD/REM_MEM_REG
 2022-04-09  0:02 UTC  (7+ messages)
` [PATCH 1/3] docs/vhost-user: Clarifications "
` [PATCH 2/3] libvhost-user: Fix extra vu_add/rem_mem_reg reply
` [PATCH 3/3] vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG

[PATCH] hw/dma: fix crash caused by race condition
 2022-04-08 22:17 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-08 21:35 UTC  (27+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages

[PATCH v2 0/2] Remove PCIE root bridge LSI on powernv
 2022-04-08 21:13 UTC  (5+ messages)
` [PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
` [PATCH v2 2/2] ppc/pnv: Remove LSI on the PCIE host bridge

[PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
 2022-04-08 20:27 UTC  (4+ messages)
` [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps "

[PATCH v1] hw/ppc: change indentation to spaces from TABs
 2022-04-08 19:19 UTC  (3+ messages)

[PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
 2022-04-08 17:17 UTC  (7+ messages)
` [PATCH 0/3] Refactor vhost device reset
  ` [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps

[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
 2022-04-08 17:10 UTC  (5+ messages)
` [RFC PATCH 1/4] fsdev: Add missing definitions for Windows in file-op-9p.h
` [RFC PATCH 2/4] hw/9pfs: Update 'local' file system backend driver to support Windows
` [RFC PATCH 3/4] fsdev: Enable 'local' file system driver backend for Windows
` [RFC PATCH 4/4] meson.build: Turn on virtfs for Windows host

[RFC 0/2] introduce QEMUMachind.cmd()
 2022-04-08 17:02 UTC  (3+ messages)
` [PATCH 1/2] python/machine.py: upgrade vm.command() method
` [PATCH 2/2] iotests: use vm.cmd() instead of vm.qmp() where appropriate

[RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
 2022-04-08 16:47 UTC 

[PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
 2022-04-08 16:32 UTC  (2+ messages)

[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
 2022-04-08 16:25 UTC 

[RFC PATCH v2] tests/qtest: attempt to enable tests for virtio-gpio (!working)
 2022-04-08 15:57 UTC 

Support for x86_64 on aarch64 emulation
 2022-04-08 15:27 UTC  (2+ messages)

Procedures adding new CPUs in sbsa-ref
 2022-04-08 15:03 UTC  (2+ messages)

[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
 2022-04-08 14:50 UTC  (5+ messages)
` [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests
` [PATCH v4 7/7] iotests: copy-before-write: add cases for cbw-timeout option

[PATCH v9 00/11] 9p: Add support for darwin
 2022-04-08 15:00 UTC  (4+ messages)
` [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH] x86: Implement Linear Address Masking support
 2022-04-08 14:39 UTC  (6+ messages)

[PULL 0/2] Fixes 20220408 patches
 2022-04-08 14:01 UTC  (2+ messages)

[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
 2022-04-08 13:34 UTC  (24+ messages)
` [RFC PATCH v5 01/23] vdpa: Add missing tracing to batch mapping functions
` [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v5 03/23] util: Return void on iova_tree_remove
` [RFC PATCH v5 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ
` [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v5 07/23] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v5 08/23] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v5 09/23] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v5 10/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v5 11/23] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v5 12/23] vhost: Add SVQElement
` [RFC PATCH v5 13/23] vhost: Add custom used buffer callback
` [RFC PATCH v5 14/23] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v5 15/23] vhost: Add vhost_iova_tree_find
` [RFC PATCH v5 16/23] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v5 17/23] vhost: Add vhost_svq_inject
` [RFC PATCH v5 18/23] vdpa: add NetClientState->start() callback
` [RFC PATCH v5 19/23] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v5 20/23] vhost: Update kernel headers
` [RFC PATCH v5 21/23] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v5 22/23] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v5 23/23] vdpa: Add x-cvq-svq

[PATCH 0/5] Vhost-user: add Virtio RSS support
 2022-04-08 12:28 UTC  (6+ messages)
` [PATCH 1/5] ebpf: pass and check RSS key length to the loader
` [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
` [PATCH 3/5] virtio-net: add RSS support for Vhost backends
` [PATCH 4/5] docs: introduce RSS support in Vhost-user specification
` [PATCH 5/5] vhost-user: add RSS support

[PATCH v9 00/45] CXl 2.0 emulation Support
 2022-04-08 11:49 UTC  (4+ messages)
  ` [PATCH v9 33/45] cxl/cxl-host: Add memops for CFMWS region

[PATCH] Warn user if the vga flag is passed but no vga device is created
 2022-04-08 10:45 UTC 


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