qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-16 06:32:10 to 2023-02-16 13:39:34 UTC [more...]

[RFC 00/52] Introduce hybrid CPU topology
 2023-02-16 13:38 UTC  (15+ messages)
` [RFC 08/52] machine: Add helpers to get cpu topology info from MachineState.topo
` [RFC 12/52] hw/acpi: Replace MachineState.smp access with topology helpers
` [RFC 20/52] s390x: "
` [RFC 23/52] arm: "
` [RFC 41/52] machine: Introduce core_type() hook
` [RFC 42/52] hw/machine: Add hybrid_supported in generic topo properties

[PATCH v3] Adding new machine Yosemitev2 in QEMU
 2023-02-16 13:33 UTC 

[PATCH v4 00/10] make write_misa a no-op and FEATURE_* cleanups
 2023-02-16 13:31 UTC  (13+ messages)
` [PATCH v4 01/10] target/riscv: turn write_misa() into an official no-op
` [PATCH v4 02/10] target/riscv: remove RISCV_FEATURE_MISA
` [PATCH v4 03/10] target/riscv: introduce riscv_cpu_cfg()
` [PATCH v4 04/10] target/riscv: remove RISCV_FEATURE_DEBUG
` [PATCH v4 05/10] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PATCH v4 06/10] target/riscv: remove RISCV_FEATURE_EPMP
` [PATCH v4 07/10] target/riscv: remove RISCV_FEATURE_PMP
` [PATCH v4 08/10] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PATCH v4 09/10] target/riscv: remove RISCV_FEATURE_MMU
` [PATCH v4 10/10] target/riscv/cpu: remove CPUArchState::features and friends

[PATCH v3 00/10] enable write_misa() and RISCV_FEATURE_* cleanups
 2023-02-16 13:30 UTC  (7+ messages)
` [PATCH v3 02/10] target/riscv: always allow write_misa() to write MISA

[RFC PATCH 00/16] Add stage-2 translation for SMMUv3
 2023-02-16 13:27 UTC  (28+ messages)
` [RFC PATCH 02/16] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH 03/16] hw/arm/smmuv3: Rename smmu_ptw_64
` [RFC PATCH 04/16] hw/arm/smmuv3: Add a system property to choose translation stage
` [RFC PATCH 05/16] hw/arm/smmuv3: Add page table walk for stage-2
` [RFC PATCH 06/16] hw/arm/smmuv3: Parse STE config "
` [RFC PATCH 07/16] hw/arm/smmuv3: Check validity of stage-2 page table
` [RFC PATCH 08/16] hw/arm/smmuv3: Support S2AFFD
` [RFC PATCH 10/16] hw/arm/smmuv3: Make TLB lookup work for stage-2
` [RFC PATCH 12/16] hw/arm/smmuv3: Add VMID to tlb tagging
` [RFC PATCH 13/16] hw/arm/smmuv3: Add CMDs related to stage 2

[PATCH v3 0/3] Nuvoton Peripheral SPI (PSPI) Module
 2023-02-16 13:24 UTC  (2+ messages)

[PATCH RESEND 00/18] Support smp.clusters for x86
 2023-02-16 13:14 UTC  (3+ messages)
` [PATCH RESEND 18/18] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-02-16 13:11 UTC  (7+ messages)
` [PATCH v5 06/14] Hexagon (target/hexagon) Don't set pkt_has_store_s1 when not needed
` [PATCH v5 07/14] Hexagon (target/hexagon) Analyze packet for HVX
` [PATCH v5 08/14] Hexagon (tests/tcg/hexagon) Update preg_alias.c

[PULL v3 00/10] Misc patches for 2023-02-08
 2023-02-16 13:09 UTC  (2+ messages)

[PATCH v3 00/14] hw: Use QOM macros and remove DO_UPCAST() uses
 2023-02-16 13:00 UTC  (4+ messages)
` [PATCH v3 01/14] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL()

[PULL v2 0/10] xenpvh
 2023-02-16 12:59 UTC  (3+ messages)

[PATCH 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-16 12:53 UTC  (6+ messages)
` [PATCH 1/4] util/cacheflush: fix illegal instruction "

Future of icount discussion for next KVM call?
 2023-02-16 12:46 UTC  (5+ messages)

[PATCH v2] Adding new machine Yosemitev2 in QEMU
 2023-02-16 12:39 UTC  (2+ messages)

[PATCH v1 0/2] vhost: memslot handling improvements
 2023-02-16 12:39 UTC  (9+ messages)
` [PATCH v1 1/2] vhost: Defer filtering memory sections until building the vhost memory structure
` [PATCH v1 2/2] vhost: Remove vhost_backend_can_merge() callback

[PATCH v2 0/3] virtio-scsi: fix SCSIDevice hot unplug with IOThread
 2023-02-16 12:34 UTC  (3+ messages)
` [PATCH v2 1/3] scsi: protect req->aiocb with AioContext lock

[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-16 12:31 UTC  (24+ messages)
` [PATCH v2 6/7] CI: Stop building docs on centos8

[PATCH 0/5] bulk: Have object_child_foreach() take Error* and return boolean
 2023-02-16 12:30 UTC  (7+ messages)
` [PATCH 1/5] hw/nmi: Have nmi_monitor_handler() return a boolean indicating error
` [PATCH 2/5] spapr/ddw: Remove confuse return value in spapr_phb_get_free_liobn()
` [PATCH 3/5] bulk: Have object_child_foreach() take Error* and return boolean
` [RFC PATCH 4/5] hw/nmi: Simplify nmi_monitor_handle() and do_nmi()
` [RFC PATCH 5/5] hw/ppc/pnv_bmc: Simplify pnv_bmc_find()

[RFC PATCH v2 0/2] i386/sev: Support measured direct kernel boot on SNP
 2023-02-16 12:14 UTC  (9+ messages)
` [RFC PATCH v2 1/2] qapi, i386: Move kernel-hashes to SevCommonProperties
` [RFC PATCH v2 2/2] i386/sev: Allow measured direct kernel boot on SNP

[PATCH] qemu: make version available in coredump
 2023-02-16 12:03 UTC  (5+ messages)

[PATCH] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-02-16 11:53 UTC  (11+ messages)

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-16 11:46 UTC  (3+ messages)

[PATCH v2] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-02-16 11:41 UTC  (2+ messages)

[PATCH] hw/arm: Add missing ZynqMP ZCU102 -> USB_DWC3 Kconfig dependency
 2023-02-16 11:38 UTC  (3+ messages)

[PULL 0/5] Misc next patches
 2023-02-16 11:16 UTC  (2+ messages)

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-02-16 11:14 UTC  (3+ messages)

[PATCH] Adding new machine Yosemitev2 in QEMU
 2023-02-16 11:10 UTC  (2+ messages)

[PATCH] hbitmap: fix hbitmap_status() return value for first dirty bit case
 2023-02-16 11:01 UTC  (2+ messages)

[PATCH v6 0/3] Eliminate multifd flush
 2023-02-16 11:00 UTC  (4+ messages)
` [PATCH v6 3/3] multifd: Only flush once each full round of memory

[PATCH 1/1] block: improve error logging in bdrv_reopen_prepare()
 2023-02-16 10:56 UTC  (2+ messages)

[RFC PATCH v11bis 00/26] Emulated XenStore and PV backend support
 2023-02-16 10:49 UTC  (28+ messages)
` [RFC PATCH v11bis 01/26] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v11bis 02/26] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v11bis 03/26] hw/xen: Implement XenStore watches
` [RFC PATCH v11bis 04/26] hw/xen: Implement XenStore transactions
` [RFC PATCH v11bis 05/26] hw/xen: Watches on "
` [RFC PATCH v11bis 06/26] xenstore perms WIP
` [RFC PATCH v11bis 07/26] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v11bis 08/26] hw/xen: Create initial XenStore nodes
` [RFC PATCH v11bis 09/26] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v11bis 10/26] hw/xen: Add gnttab "
` [RFC PATCH v11bis 11/26] hw/xen: Pass grant ref to gnttab unmap operation
` [RFC PATCH v11bis 12/26] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v11bis 13/26] hw/xen: Add xenstore "
` [RFC PATCH v11bis 14/26] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v11bis 15/26] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v11bis 16/26] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v11bis 17/26] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [RFC PATCH v11bis 18/26] hw/xen: Avoid crash when backend watch fires too early
` [RFC PATCH v11bis 19/26] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [RFC PATCH v11bis 20/26] hw/xen: Hook up emulated implementation for event channel operations
` [RFC PATCH v11bis 21/26] hw/xen: Add emulated implementation of grant table operations
` [RFC PATCH v11bis 22/26] hw/xen: Add emulated implementation of XenStore operations
` [RFC PATCH v11bis 23/26] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v11bis 24/26] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v11bis 25/26] hw/xen: Subsume xen_be_register_common() into xen_be_init()
` [RFC PATCH v11bis 26/26] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation

Detecting qemu from guest on arm/hvf (apple arm)
 2023-02-16 10:23 UTC  (2+ messages)

[RFC PATCH 0/2] Providing mount for memfd_restricted() syscall
 2023-02-16 10:01 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-16  9:51 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

Does the page boundary check still necessary?
 2023-02-16  9:35 UTC  (7+ messages)

Lost partition tables on ide-hd + ahci drive
 2023-02-16  8:58 UTC  (5+ messages)

[PATCH qemu 1/2] hw/at24c : modify at24c to support 1 byte address mode
 2023-02-16  8:47 UTC  (3+ messages)

[PATCH 0/8] aspeed: I2C fixes, -drive removal (first step)
 2023-02-16  8:47 UTC  (4+ messages)
` [PATCH 1/8] m25p80: Improve error when the backend file size does not match the device

[PATCH v3 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2023-02-16  8:43 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v10 00/12] vfio/migration: Implement VFIO migration protocol v2
 2023-02-16  8:15 UTC  (6+ messages)
` [PATCH v10 09/12] "

[PATCH 00/12] testing/next: docker, avocado, unit,
 2023-02-16  8:15 UTC  (15+ messages)
` [PATCH 01/12] gitlab: tweak and filter ninja output to reduce build noise
` [PATCH 04/12] tests: be a bit more strict cleaning up fifos
` [PATCH 05/12] gitlab: reduce default verbosity of cirrus run
` [PATCH 06/12] gitlab: extend custom runners with base_job_template
` [PATCH 07/12] testing: update ubuntu2004 to ubuntu2204
` [PATCH 12/12] tests: ensure we export job results for some cross builds

[PATCH v2 0/4] target/mips: misc microMIPS fixes
 2023-02-16  8:08 UTC  (5+ messages)
` [PATCH v2 3/4] target/mips: implement CP0.Config7.WII bit support
` [PATCH v2 4/4] target/mips: set correct CP0.Config[4, 5] values for M14K(c)
  ` [PATCH v2 4/4] target/mips: set correct CP0.Config[4,5] "

[PULL V2 00/10] Net patches
 2023-02-16  7:59 UTC  (2+ messages)

[RFC v3 00/18] vfio: Adopt iommufd
 2023-02-16  7:58 UTC  (4+ messages)
` [RFC v3 14/18] backends/iommufd: Introduce the iommufd object

[PATCH v2 00/15] linux-user/sparc: Handle missing traps
 2023-02-16  7:55 UTC  (7+ messages)
` [PATCH v2 02/15] linux-user/sparc: Tidy syscall trap
` [PATCH v2 04/15] linux-user/sparc: Use TT_TRAP for flush windows
` [PATCH v2 05/15] linux-user/sparc: Tidy window spill/fill traps

[PATCH 0/4] target/arm: Cache ARMVAParameters
 2023-02-16  7:47 UTC  (5+ messages)
` [PATCH 2/4] target/arm: Store tbi for both insns and data in ARMVAParameters

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-16  7:35 UTC  (8+ messages)
` [PATCH v2 01/13] vdpa net: move iova tree creation from init to start

[PATCH] target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode
 2023-02-16  7:26 UTC  (3+ messages)

[PATCH 00/27] tcg: Simplify temporary usage
 2023-02-16  7:24 UTC  (9+ messages)
` [PATCH 02/27] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PATCH 10/27] tcg: Add tcg_gen_movi_ptr
` [PATCH 12/27] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PATCH 21/27] target/i386: Don't use tcg_temp_local_new

[PATCH] target/microblaze: Add gdbstub xml
 2023-02-16  7:06 UTC  (3+ messages)

[PATCH 0/1] accel/tcg: Allow the second page of an instruction to be MMIO
 2023-02-16  6:52 UTC  (2+ messages)

[PATCH] target/i386: Fix BZHI instruction
 2023-02-16  6:50 UTC  (2+ messages)

[PATCH v11 00/59] Xen HVM support under KVM
 2023-02-16  6:24 UTC  (26+ messages)
` [PATCH v11 01/59] include: import Xen public headers to hw/xen/interface
` [PATCH v11 02/59] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v11 08/59] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v11 11/59] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v11 12/59] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v11 13/59] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v11 14/59] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v11 16/59] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v11 21/59] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v11 23/59] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v11 27/59] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v11 29/59] hw/xen: Implement EVTCHNOP_status
` [PATCH v11 30/59] hw/xen: Implement EVTCHNOP_close
` [PATCH v11 38/59] hw/xen: Implement EVTCHNOP_reset
` [PATCH v11 39/59] i386/xen: add monitor commands to test event injection
` [PATCH v11 40/59] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v11 42/59] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v11 43/59] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v11 44/59] hw/xen: Support mapping grant frames
` [PATCH v11 45/59] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v11 52/59] hw/xen: Add basic ring handling to xenstore
` [PATCH v11 54/59] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v11 57/59] hw/xen: Support MSI mapping to PIRQ
` [PATCH v11 58/59] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v11 59/59] i386/xen: Document Xen HVM emulation


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