messages from 2022-04-09 00:18:02 to 2022-04-11 18:23:18 UTC [more...]
[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
2022-04-11 18:21 UTC (17+ messages)
[PATCH 0/7] target/arm: More trivial features, A76, N1
2022-04-11 18:14 UTC (15+ messages)
` [PATCH 1/7] target/arm: Enable FEAT_CSV2 for -cpu max
` [PATCH 2/7] target/arm: Update ISAR fields for ARMv8.8
` [PATCH 3/7] target/arm: Enable FEAT_CSV2_2 for -cpu max
` [PATCH 4/7] target/arm: Enable FEAT_CSV3 "
` [PATCH 5/7] target/arm: Enable FEAT_DGH "
` [PATCH 6/7] target/arm: Define cortex-a76
` [PATCH 7/7] target/arm: Define neoverse-n1
[PATCH] migration/dirtyrate: Replace malloc with g_new
2022-04-11 18:08 UTC (3+ messages)
[PATCH 00/16] target/arm: Implement features Debugv8p4, RAS, IESB
2022-04-11 17:48 UTC (36+ 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 "
[RFC PATCH] target/i386: avoid copying junk to extended ZMMReg fields
2022-04-11 17:21 UTC (4+ messages)
[PATCH v2 0/2] Define NPCM7XX PWRON bit fields
2022-04-11 16:58 UTC (3+ messages)
` [PATCH v2 1/2] hw/misc: Add PWRON STRAP bit fields in GCR module
` [PATCH v2 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
[PATCH v1] hw/ppc: change indentation to spaces from TABs
2022-04-11 16:37 UTC (8+ messages)
[PATCH] tpm_crb: mark command buffer as dirty on request completion
2022-04-11 16:31 UTC (2+ messages)
[PATCH V6 00/27] Live Update
2022-04-11 16:23 UTC (4+ messages)
` [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)
[PATCH] contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
2022-04-11 15:47 UTC (2+ messages)
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-11 15:34 UTC (10+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
[PATCH v8 00/12] target/hexagon: introduce idef-parser
2022-04-11 15:20 UTC (3+ messages)
` [PATCH v8 10/12] target/hexagon: import parser for idef-parser
[RFC] migration/dirtyrate: check malloc() return
2022-04-11 15:22 UTC (3+ messages)
Procedures adding new CPUs in sbsa-ref
2022-04-11 15:16 UTC (4+ messages)
[RFC PATCH v6 00/23] Net Control VQ support with asid in vDPA SVQ
2022-04-11 14:50 UTC (24+ messages)
` [RFC PATCH v6 01/23] vdpa: Add missing tracing to batch mapping functions
` [RFC PATCH v6 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v6 03/23] util: Return void on iova_tree_remove
` [RFC PATCH v6 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v6 05/23] vhost: Fix bad return of descriptors to SVQ
` [RFC PATCH v6 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v6 07/23] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v6 08/23] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v6 09/23] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v6 10/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v6 11/23] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v6 12/23] vhost: Add SVQElement
` [RFC PATCH v6 13/23] vhost: Add custom used buffer callback
` [RFC PATCH v6 14/23] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v6 15/23] vhost: Add vhost_iova_tree_find
` [RFC PATCH v6 16/23] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v6 17/23] vhost: Add vhost_svq_inject
` [RFC PATCH v6 18/23] vdpa: add NetClientState->start() callback
` [RFC PATCH v6 19/23] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v6 20/23] vhost: Update kernel headers
` [RFC PATCH v6 21/23] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v6 22/23] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v6 23/23] vdpa: Add x-cvq-svq
[PATCH] target/ppc: Add two missing register callbacks on POWER10
2022-04-11 15:11 UTC (2+ messages)
[PATCH] [PATCH RFC v4] Implements Backend Program conventions for vhost-user-scsi
2022-04-11 14:39 UTC (2+ messages)
[PATCH 0/5] Vhost-user: add Virtio RSS support
2022-04-11 12:18 UTC (3+ messages)
` [PATCH 4/5] docs: introduce RSS support in Vhost-user specification
[PATCH 0/5] target/arm: Support variable sized coprocessor registers
2022-04-11 12:10 UTC (11+ messages)
` [PATCH 1/5] target/arm/tcg: Indirect addressing for coprocessor register storage
` [PATCH 2/5] target/arm/hvf: "
` [PATCH 3/5] target/arm/kvm: "
` [PATCH 4/5] target/arm: Migrate coprocessor register indirect addressing information
` [PATCH 5/5] target/arm/kvm: Support coprocessor register with variable size
[PATCH 0/2] Define NPCM7XX PWRON bit fields
2022-04-11 10:57 UTC (5+ messages)
` [PATCH 1/2] hw/misc: Add PWRON STRAP bit fields in GCR module
` [PATCH 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
2022-04-11 10:43 UTC (9+ messages)
` [PATCH v4 1/8] virtio-crypto: header update
` [PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v4 3/8] crypto: Introduce akcipher crypto class
` [PATCH v4 4/8] crypto: add ASN.1 decoder
` [PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed
` [PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt
` [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher
` [PATCH v4 8/8] crypto: Introduce RSA algorithm
[PATCH v1 0/4] hw/arm: versal: Add Cortex-R5s and CRL
2022-04-11 10:49 UTC (2+ messages)
[PATCH v1 0/2] hw/arm: zynqmp: Add the 4 TTC timers
2022-04-11 10:45 UTC (2+ messages)
[PATCH 00/17] tests/docker and tests/tcg cleanup and diet
2022-04-11 9:59 UTC (2+ messages)
[PATCH v5 0/9] Add support for AST1030 SoC
2022-04-11 8:58 UTC (9+ messages)
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-04-11 8:49 UTC (11+ messages)
` [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
[PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
2022-04-11 8:51 UTC (8+ messages)
` [PATCH 0/3] Refactor vhost device reset
` [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
[RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
2022-04-11 8:11 UTC (7+ messages)
[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-11 6:48 UTC (2+ messages)
[PATCH v9 00/14] support subsets of scalar crypto extension
2022-04-11 4:46 UTC (3+ messages)
` [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr
[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
2022-04-10 19:12 UTC
[PATCH v2 0/1] ui/cocoa: show/hide menu in fullscreen on mouse
2022-04-10 19:32 UTC (2+ messages)
` [PATCH v2 1/1] ui/cocoa: show/hide menu in fullscreen on mouse ungrab/grab
[PATCH 0/1] Show/hide the menu bar in fullscreen on mouse
2022-04-10 16:50 UTC (4+ messages)
` [PATCH 1/1] ui/cocoa: show/hide menu in fullscreen on mouse ungrab/grab
[PATCH v3 0/2] use trace events and fix garbled output
2022-04-10 16:49 UTC (3+ messages)
` [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
[PATCH v3] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
2022-04-10 9:45 UTC (6+ messages)
[PATCH 00/41] arm: Implement GICv4
2022-04-10 8:56 UTC (72+ messages)
` [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 (17+ messages)
` [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] 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).