qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 11:55:36 to 2023-12-12 11:37:32 UTC [more...]

[PATCH v6] ui/cocoa: Use NSWindow's ability to resize
 2023-12-12  8:28 UTC  (3+ messages)

[PATCH 0/4] hw: Remove 'exec/exec-all.h' header when unused
 2023-12-12 11:36 UTC  (2+ messages)
` [PATCH 2/4] hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header

[PATCH 0/2] system/qtest: Minor include cleanups
 2023-12-12 11:30 UTC  (3+ messages)
` [PATCH 1/2] system/qtest: Include missing 'hw/core/cpu.h' header
` [PATCH 2/2] system/qtest: Restrict QTest API to system emulation

[PATCH v4 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2023-12-12 11:28 UTC  (7+ messages)
` [PATCH v4 1/4] accel/tcg: Make use of qemu_target_page_mask() in perf.c
` [PATCH v4 2/4] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH v4 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH v4 4/4] accel/tcg: Move perf and debuginfo support to tcg

[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
 2023-12-12 11:27 UTC  (20+ messages)
` [PATCH 01/10] tests/avocado: mips: fallback to HTTP given certificate expiration
` [PATCH 03/10] tests/avocado/intel_iommu.py: increase timeout
` [PATCH 04/10] tests/avocado: machine aarch64: standardize location and RO/RW access
` [PATCH 05/10] tests/avocado: use more distinct names for assets
` [PATCH 06/10] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
` [PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
` [PATCH 09/10] tests/avocado/boot_xen.py: unify tags
` [PATCH 10/10] tests/avocado/boot_xen.py: use class attribute

[PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation
 2023-12-12 11:15 UTC  (12+ messages)
` [PATCH RFC v2 01/12] hw/pci: Initialize PCI multifunction after realization
` [PATCH RFC v2 05/12] hw/qdev: Remove opts member

[PATCH v2 1/2] target/riscv: FIX xATP_MODE validation
 2023-12-12 11:03 UTC  (2+ messages)
` [PATCH v2 2/2] target/riscv: UPDATE xATP write CSR

[PATCH 00/24] exec: Rework of various headers (user focused)
 2023-12-12 10:45 UTC  (49+ messages)
` [PATCH 01/24] exec: Include 'cpu.h' before validating CPUArchState placement
` [PATCH 02/24] exec: Expose 'target_page.h' API to user emulation
` [PATCH 03/24] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PATCH 04/24] accel: Include missing 'exec/cpu_ldst.h' header
` [PATCH 05/24] semihosting/uaccess: Avoid including 'cpu.h'
` [PATCH 06/24] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PATCH 07/24] host/load-extract: Include missing 'qemu/atomic.h' and 'qemu/int128.h'
` [PATCH 08/24] host/atomic128: Include missing 'qemu/atomic.h' header
` [PATCH 09/24] hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
` [PATCH 10/24] hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
` [PATCH 11/24] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
` [PATCH 12/24] target/i386: Include missing 'exec/exec-all.h' header
` [PATCH 13/24] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PATCH 14/24] gdbstub: "
` [PATCH 15/24] exec/cpu-all: Remove unused headers
` [PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PATCH 17/24] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
` [PATCH 18/24] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PATCH 19/24] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PATCH 20/24] exec: Declare abi_ptr type in its own 'tcg/abi_ptr.h' header
` [PATCH 21/24] exec/cpu_ldst: Avoid including 'cpu.h'
` [PATCH 22/24] exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h'
` [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to page-prot-common.h
` [PATCH 24/24] target: Restrict 'sysemu/reset.h' to system emulation

[PATCH 0/2] support unaligned access for some xHCI registers
 2023-12-12 10:25 UTC  (7+ messages)
` [PATCH 1/2] system/memory.c: support unaligned access
` [PATCH 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers

[PULL for-8.2 0/2] Fix for building with Xen 4.18
 2023-12-12 10:22 UTC  (3+ messages)
` [PULL 1/2] meson, xen: fix condition for enabling the Xen accelerator
` [PULL 2/2] xen: fix condition for skipping virtio-mmio defines

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-12-12  9:59 UTC  (5+ messages)
` [PATCH v2 1/2] qdev: add IOThreadVirtQueueMappingList property type

[PATCH v8 0/3] pnv N1 chiplet model
 2023-12-12  9:42 UTC  (7+ messages)
` [PATCH v8 1/3] hw/ppc: Add pnv nest pervasive common "
` [PATCH v8 2/3] hw/ppc: Add N1 "
` [PATCH v8 3/3] hw/ppc: N1 chiplet wiring

[PATCH V7 00/12] fix migration of suspended runstate
 2023-12-12  8:54 UTC  (10+ messages)
` [PATCH V7 02/12] cpus: stop vm in "
` [PATCH V7 05/12] migration: propagate "

[RFC QEMU PATCH v3 0/1] Support device passthrough when dom0 is PVH on Xen
 2023-12-12  6:37 UTC  (4+ messages)
` [RFC QEMU PATCH v3 1/1] xen: Use gsi instead of irq for mapping pirq

[RFC] string-output-visitor: show structs as "<omitted>"
 2023-12-12  6:12 UTC  (2+ messages)

[PATCH v9 0/9] Unified CPU type check
 2023-12-12  4:55 UTC  (2+ messages)

[PATCH 0/3] Support for Zoned UFS
 2023-12-12  4:40 UTC  (6+ messages)
    ` [PATCH 1/3] hw/ufs: "
    ` [PATCH 3/3] tests/qtest: Add tests "

[PATCH for-9.0 00/10] vfio: Introduce a VFIOIOMMUClass
 2023-12-12  4:15 UTC  (14+ messages)
` [PATCH for-9.0 03/10] vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
` [PATCH for-9.0 04/10] vfio/container: Introduce a VFIOIOMMU QOM interface
` [PATCH for-9.0 05/10] vfio/container: Introduce a VFIOIOMMU legacy "
` [PATCH for-9.0 07/10] vfio/spapr: Introduce a sPAPR VFIOIOMMU "

[PATCH v7 0/5] eBPF RSS through QMP support
 2023-12-12  3:35 UTC  (17+ messages)
` [PATCH v7 1/5] ebpf: Added eBPF map update through mmap
` [PATCH v7 2/5] ebpf: Added eBPF initialization by fds
` [PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v7 4/5] qmp: Added new command to retrieve eBPF blob
` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton

QEMU developers fortnightly conference call for agenda for 2023-12-12
 2023-12-12  2:13 UTC  (6+ messages)

[PATCH v2] vfio: Include libgen.h for basename API
 2023-12-12  1:02 UTC 

[PATCH] vfio: Include libgen.h for basename API
 2023-12-12  0:59 UTC 

[PATCH] xen: fix condition for enabling the Xen accelerator
 2023-12-12  0:34 UTC  (3+ messages)

[PULL 00/20] Block patches
 2023-12-11 21:49 UTC  (5+ messages)
` [PULL 20/20] tracing: install trace events file only if necessary

[PATCH v2 0/3] Virtio dmabuf improvements
 2023-12-11 21:47 UTC  (2+ messages)

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-12-11 21:28 UTC  (7+ messages)
` [PATCH v2 05/20] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic
` [PATCH v2 12/20] migration/multifd: Add new migration option for multifd DSA offloading

[PATCH v8 00/19] virtio-net RSS/hash report fixes and improvements
 2023-12-11 19:52 UTC  (7+ messages)

[PATCH for-9.0 00/21] target/arm: kvm cleanups
 2023-12-11 18:58 UTC  (11+ messages)
` [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
` [PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}

[PATCH v3 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2023-12-11 18:52 UTC  (7+ messages)
` [PATCH v3 2/4] tcg: Make tb_cflags() usable from target-agnostic code
` [PATCH v3 3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PATCH v3 4/4] accel/tcg: Move perf and debuginfo support to tcg

[PATCH 00/40] vdpa-net: improve migration downtime through descriptor ASID and persistent IOTLB
 2023-12-11 18:49 UTC  (22+ messages)
` [PATCH 03/40] vdpa: probe descriptor group index for data vqs
` [PATCH 10/40] vdpa: assign svq descriptors a separate ASID when possible
` [PATCH 11/40] vdpa: factor out vhost_vdpa_last_dev
` [PATCH 14/40] vdpa: convert iova_tree to ref count based
` [PATCH 18/40] vdpa: unregister listener on last dev cleanup
` [PATCH 35/40] vdpa: add vhost_vdpa_set_address_space_id trace
` [PATCH 36/40] vdpa: add vhost_vdpa_get_vring_base trace for svq mode
` [PATCH 37/40] vdpa: add vhost_vdpa_set_dev_vring_base "
` [PATCH 39/40] vdpa: add trace events for vhost_vdpa_net_load_cmd
` [PATCH 40/40] vdpa: add trace event for vhost_vdpa_net_load_mq

[PATCH v7 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-12-11 17:52 UTC  (12+ messages)
` [PATCH v7 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v7 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v7 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v7 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v7 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v7 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v7 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v7 08/11] hw/net: General GMAC Implementation
` [PATCH v7 09/11] hw/net: GMAC Rx Implementation
` [PATCH v7 10/11] hw/net: GMAC Tx Implementation
` [PATCH v7 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH v2 00/16] record/replay fixes: attempting to get avocado green
 2023-12-11 17:50 UTC  (13+ messages)
` [PATCH v2 10/16] replay/replay-char: use report_sync_error
` [PATCH v2 11/16] replay: stop us hanging in rr_wait_io_event
` [PATCH v2 12/16] chardev: force write all when recording replay logs
` [PATCH v2 14/16] accel/tcg: define tlb_fill as a trace point
` [PATCH v2 15/16] accel/tcg: add trace_tlb_resize "

[PATCH for-9.0] target/riscv/cpu.c: fix machine IDs getters
 2023-12-11 17:38 UTC  (2+ messages)

[PATCH v6 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-12-11 17:29 UTC  (12+ messages)
` [PATCH v6 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v6 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v6 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v6 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v6 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v6 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v6 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v6 08/11] hw/net: General GMAC Implementation
` [PATCH v6 09/11] hw/net: GMAC Rx Implementation
` [PATCH v6 10/11] hw/net: GMAC Tx Implementation
` [PATCH v6 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[RFC PATCH] chardev: use bool for fe_open
 2023-12-11 16:45 UTC  (2+ messages)

[PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
 2023-12-11 15:47 UTC  (2+ messages)

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-12-11 15:41 UTC  (3+ messages)
` [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module

[PATCH for-8.2] block: Fix AioContext locking in qmp_block_resize()
 2023-12-11 14:48 UTC  (2+ messages)

[PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
 2023-12-11 14:36 UTC  (2+ messages)

[PATCH] iotests: don't run tests requiring cached writes in '-nocache' mode
 2023-12-11 13:32 UTC 

[RFC 00/41] qom-topo: Abstract Everything about CPU Topology
 2023-12-11 13:36 UTC  (2+ messages)

[PATCH] migration: Simplify initial conditionals in migration for better readability
 2023-12-11 13:13 UTC  (3+ 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).