QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-09 16:02:55 to 2022-08-10 14:28:43 UTC [more...]

[PATCH v4 00/24] ppc: QOM'ify 405 board
 2022-08-10 13:57 UTC  (39+ messages)
` [PATCH v4 04/24] ppc/ppc405: Move SRAM under the ref405ep machine
` [PATCH v4 05/24] ppc/ppc405: Introduce a PPC405 SoC
` [PATCH v4 06/24] ppc/ppc405: Start QOMification of the SoC
` [PATCH v4 07/24] ppc/ppc405: QOM'ify CPU
` [PATCH v4 08/24] ppc/ppc4xx: Introduce a DCR device model
` [PATCH v4 13/24] ppc/ppc405: QOM'ify DMA
` [PATCH v4 14/24] ppc/ppc405: QOM'ify EBC
` [PATCH v4 17/24] ppc/ppc405: QOM'ify PLB
` [PATCH v4 18/24] ppc/ppc405: QOM'ify MAL
` [PATCH v4 19/24] ppc/ppc405: QOM'ify FPGA
` [PATCH v4 20/24] ppc/ppc405: Use an embedded PPCUIC model in SoC state
` [PATCH v4 21/24] ppc/ppc405: Use an explicit I2C object
` [PATCH v4 22/24] ppc/ppc4xx: Fix sdram trace events
` [PATCH v4 23/24] ppc/ppc405: QOM'ify SDRAM
` [PATCH v4 24/24] ppc/ppc405: Add check on minimum RAM size

[RFC 0/1] SPI support in QEMU TPM
 2022-08-10 13:57 UTC  (4+ messages)
` [RFC 1/1] hw: tpmtisspi: add SPI support to QEMU TPM implementation

[PATCH for-7.2 v3 00/11] enable pnv-phb user created devices
 2022-08-10 13:37 UTC  (20+ messages)
` [PATCH for-7.2 v3 01/11] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
` [PATCH for-7.2 v3 02/11] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
` [PATCH for-7.2 v3 03/11] ppc/pnv: set root port chassis and slot using Bus properties
` [PATCH for-7.2 v3 04/11] ppc/pnv: add helpers for pnv-phb user devices
` [PATCH for-7.2 v3 05/11] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
` [PATCH for-7.2 v3 06/11] ppc/pnv: enable user created pnv-phb for powernv8
` [PATCH for-7.2 v3 07/11] ppc/pnv: add PHB4 helpers for user created pnv-phb
` [PATCH for-7.2 v3 08/11] ppc/pnv: enable user created pnv-phb powernv9
` [PATCH for-7.2 v3 09/11] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH for-7.2 v3 10/11] ppc/pnv: user creatable pnv-phb for powernv10
` [PATCH for-7.2 v3 11/11] ppc/pnv: fix QOM parenting of user creatable root ports

[PATCH] tests/unit: fix a -Wformat-trunction warning
 2022-08-10 13:54 UTC  (3+ messages)

[PATCH v8 0/3] Implement Sstc extension
 2022-08-10 13:53 UTC  (9+ messages)
` [PATCH v8 3/3] target/riscv: Add vstimecmp support

[PATCH for-7.1] cutils: Add missing dyld(3) include on macOS
 2022-08-10 13:48 UTC  (2+ messages)

Using QEMU for VRChat
 2022-08-10 13:41 UTC  (2+ messages)

[PATCH RFC v1 0/2] i386: KVM: Fix 'system_reset' failures when vCPU is in VMX root operation
 2022-08-10 14:00 UTC  (2+ messages)
` [PATCH RFC v1 2/2] i386: reorder kvm_put_sregs2() and kvm_put_nested_state() when vCPU is reset

[PATCH v2 0/3] Fix hugepages with memfd on s390x and clean up related code
 2022-08-10 13:23 UTC  (11+ messages)
` [PATCH v2 1/3] backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()
` [PATCH v2 2/3] softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
` [PATCH v2 3/3] util/mmap-alloc: Remove qemu_mempath_getpagesize()

[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
 2022-08-10 13:27 UTC  (41+ messages)
` [PATCH 08/62] target/arm: Create GetPhysAddrResult
` [PATCH 10/62] target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
` [PATCH 11/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v6
` [PATCH 12/62] target/arm: Use GetPhysAddrResult in get_phys_addr_v5
` [PATCH 13/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
` [PATCH 14/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
` [PATCH 15/62] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
` [PATCH 16/62] target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
` [PATCH 17/62] target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
` [PATCH 18/62] target/arm: Add is_secure parameter to v8m_security_lookup
` [PATCH 19/62] target/arm: Add is_secure parameter to pmsav8_mpu_lookup
` [PATCH 20/62] target/arm: Add is_secure parameter to get_phys_addr_v5
` [PATCH 21/62] target/arm: Add is_secure parameter to get_phys_addr_v6
` [PATCH 22/62] target/arm: Add secure parameter to get_phys_addr_pmsav8
` [PATCH 23/62] target/arm: Add is_secure parameter to pmsav7_use_background_region
` [PATCH 24/62] target/arm: Add is_secure parameter to get_phys_addr_lpae
` [PATCH 25/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav7
` [PATCH 26/62] target/arm: Add is_secure parameter to regime_translation_disabled
` [PATCH 27/62] target/arm: Add is_secure parameter to get_phys_addr_pmsav5
` [PATCH 29/62] target/arm: Add is_secure parameter to v7m_read_half_insn

[PATCH v6 00/24] target/arm: Cleanups, new features, new cpus
 2022-08-10 13:12 UTC  (3+ messages)
` [PATCH v6 24/24] target/arm: Define neoverse-n1

[PATCH] migration/multifd: Remove redundant copy of page offsets during send
 2022-08-10 10:39 UTC 

[PATCH v3 00/16] Preliminary patches for subproject split
 2022-08-10 12:48 UTC  (17+ messages)
` [PATCH v3 01/16] error-report: misc comment fix
` [PATCH v3 02/16] error-report: introduce "detailed" variable
` [PATCH v3 03/16] error-report: simplify print_loc()
` [PATCH v3 04/16] error-report: introduce overridable error_is_detailed()
` [PATCH v3 05/16] stubs: remove needless error_vprintf_unless_qmp()
` [PATCH v3 06/16] qapi: move QEMU-specific dispatch code in monitor
` [PATCH v3 07/16] qapi: remove QEMU-specific monitor dependency from dispatch
` [PATCH v3 08/16] scripts/qapi-gen: add -i option
` [PATCH v3 09/16] scripts/qapi: add required system includes to visitor
` [PATCH v3 10/16] util: move 256-by-128 division helpers to int128
` [PATCH v3 11/16] qemu-common: introduce a common subproject
` [PATCH v3 12/16] qemu-common: move scripts/qapi
` [PATCH v3 13/16] qemu-common: move glib-compat.h
` [PATCH v3 14/16] qemu-common: move error-report
` [PATCH v3 15/16] mtest2make.py: teach suite name that are just "PROJECT"
` [PATCH v3 16/16] qemu-common: add error-report test

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-10 12:41 UTC  (14+ messages)
` [PATCH v4 1/6] device_tree: add qemu_fdt_setprop_strings() helper
` [PATCH v4 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
` [PATCH v4 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
` [PATCH v4 4/6] hw/core: use qemu_fdt_setprop_strings()
` [PATCH v4 5/6] hw/mips: "
` [PATCH v4 6/6] hw/arm: change to "

[PATCH] linux-user: Don't assume 0 is not a valid host timer_t value
 2022-08-10 12:24 UTC  (6+ messages)

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-10 12:22 UTC  (13+ messages)
` [PATCH v3 1/5] device_tree: add qemu_fdt_setprop_strings() helper
` [PATCH v3 3/5] hw/core: use qemu_fdt_setprop_strings()
` [PATCH v3 5/5] hw/arm: change to "

Shared memory between host and guest
 2022-08-10 10:45 UTC 

[PATCH v2 00/11] Refactor bdrv_try_set_aio_context using transactions
 2022-08-10 10:22 UTC  (7+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-10 10:05 UTC  (25+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH for 7.1] linux-user: fix compat with glibc >= 2.36 sys/mount.h
 2022-08-10  9:32 UTC  (2+ messages)

[PATCH] backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()
 2022-08-10  9:20 UTC  (5+ messages)

[PATCH RFC 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-08-10  6:55 UTC  (4+ messages)

AST2600 support in QEMU
 2022-08-10  5:50 UTC  (3+ messages)

[PATCH v8 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-10  5:09 UTC  (19+ messages)
` [PATCH v8 01/12] vhost: stop transfer elem ownership in vhost_handle_guest_kick
` [PATCH v8 02/12] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v8 03/12] vhost: Delete useless read memory barrier
` [PATCH v8 04/12] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v8 05/12] vhost_net: Add NetClientInfo prepare callback
` [PATCH v8 06/12] vhost_net: Add NetClientInfo stop callback
` [PATCH v8 07/12] vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
` [PATCH v8 08/12] vdpa: Move command buffers map to start of net device
` [PATCH v8 09/12] vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
` [PATCH v8 10/12] vhost_net: add NetClientState->load() callback
` [PATCH v8 11/12] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH v8 12/12] vdpa: Delete CVQ migration blocker

[PULL 0/2] Trivial branch for 7.1 patches
 2022-08-09 21:44 UTC  (4+ messages)
` [PULL 1/2] contrib/vhost-user-blk: Clean up deallocation of VuVirtqElement
` [PULL 2/2] xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command

[PULL 0/1] target-arm queue
 2022-08-09 19:17 UTC  (2+ messages)

[PATCH v3 0/2] This patch updates runtime check of AVX512
 2022-08-09 18:41 UTC  (8+ messages)
` [PATCH v3 1/2] Update AVX512 support for xbzrle_encode_buffer function
` [PATCH v3 2/2] Test code for AVX512 support for xbzrle_encode_buffer

[PATCH v2 1/2] util/main-loop: Fix maximum number of wait objects for win32
 2022-08-09 17:07 UTC  (4+ messages)
` [PATCH v2 2/2] util/aio-win32: Correct the event array size in aio_poll()

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-09 17:03 UTC  (4+ messages)
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap

[RFC] hw/nvme: Use irqfd to send interrupts
 2022-08-09 17:01 UTC  (6+ messages)
    `  "

[PULL] Net patches
 2022-08-09 16:43 UTC  (2+ messages)

[PATCH 1/2] util/main-loop: Fix maximum number of wait objects for win32
 2022-08-09 16:38 UTC  (6+ messages)
` [PATCH 2/2] util/aio-win32: Correct the event array size in aio_poll()

[BUG] cxl can not create region
 2022-08-09 16:08 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).