qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 09:17:43 to 2021-09-24 15:21:48 UTC [more...]

[PATCH v4 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 15:19 UTC  (6+ messages)
` [PATCH v4 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v4 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops

[PATCH v2 0/5] Reduce load on ppc target maintainers
 2021-09-24 15:16 UTC  (17+ messages)
` [PATCH v2 1/5] MAINTAINERS: Orphan obscure ppc platforms
` [PATCH v2 2/5] MAINTAINERS: Remove David & Greg as reviewers for a number of boards
` [PATCH v2 3/5] MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernv
` [PATCH v2 4/5] MAINTAINERS: Add information for OpenPIC
` [PATCH v2 5/5] MAINTAINERS: Demote sPAPR from "Supported" to "Maintained"

[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
 2021-09-24 15:14 UTC  (43+ messages)
` [PATCH v6 01/40] accel: Simplify qemu_init_vcpu()
` [PATCH v6 02/40] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v6 03/40] hw/core: Restrict cpu_has_work() "
` [PATCH v6 04/40] hw/core: Un-inline cpu_has_work()
` [PATCH v6 05/40] hw/core: Move cpu_common_has_work() to cpu_has_work()
` [PATCH v6 06/40] accel: Introduce AccelOpsClass::has_work()
` [PATCH v6 07/40] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v6 08/40] accel/whpx: "
` [PATCH v6 09/40] accel/hvf: "
` [PATCH v6 10/40] accel/xen: "
` [PATCH v6 11/40] accel/hax: "
` [PATCH v6 12/40] accel/nvmm: "
` [PATCH v6 13/40] accel/qtest: "
` [PATCH v6 14/40] accel/tcg: "
` [PATCH v6 15/40] accel: Simplify cpu_has_work()
` [PATCH v6 16/40] accel/tcg: Introduce TCGCPUOps::has_work()
` [PATCH v6 17/40] target/arm: Explicit v7M cores use arm_cpu_has_work as CPUClass:has_work
` [PATCH v6 18/40] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v6 19/40] target/avr: Restrict has_work() handler to sysemu
` [PATCH v6 20/40] target/cris: "
` [PATCH v6 21/40] target/hexagon: Remove unused has_work() handler
` [PATCH v6 22/40] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v6 23/40] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v6 24/40] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v6 25/40] target/microblaze: "
` [PATCH v6 26/40] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v6 27/40] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v6 28/40] target/openrisc: "
` [PATCH v6 29/40] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v6 30/40] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v6 31/40] target/riscv: Restrict has_work() handler "
` [PATCH v6 32/40] target/rx: Restrict has_work() handler to sysemu
` [PATCH v6 33/40] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v6 34/40] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v6 35/40] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v6 36/40] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v6 37/40] target/tricore: "
` [PATCH v6 38/40] target/xtensa: "
` [PATCH v6 39/40] accel/tcg: Remove CPUClass::has_work()
` [PATCH v6 40/40] accel/tcg: Simplify tcg_cpu_has_work()

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-09-24 15:14 UTC  (17+ messages)
` [PATCH 01/11] qom: Reduce use of error_propagate()
` [PATCH 02/11] iotests/245: Fix type for iothread property
` [PATCH 03/11] iotests/051: Fix typo
` [PATCH 05/11] qdev: Make DeviceState.id independent of QemuOpts
` [PATCH 06/11] qdev: Add Error parameter to qdev_set_id()
` [PATCH 07/11] qemu-option: Allow deleting opts during qemu_opts_foreach()
` [PATCH 08/11] qdev: Base object creation on QDict rather than QemuOpts

[PATCH] block: introduce max_hw_iov for use in scsi-generic
 2021-09-24 15:03 UTC  (6+ messages)

[PATCH v3 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 15:08 UTC  (6+ messages)
` [PATCH v3 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v3 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops

[PATCH v2 0/9] bsd-user mmap fixes
 2021-09-24 15:07 UTC  (20+ messages)
` [PATCH v2 1/9] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PATCH v2 2/9] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PATCH v2 3/9] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PATCH v2 4/9] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PATCH v2 5/9] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PATCH v2 6/9] bsd-user/mmap.c: line wrap change
` [PATCH v2 7/9] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PATCH v2 8/9] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PATCH v2 9/9] bsd-user/mmap.c: assert that target_mprotect cannot fail

[Qemu-devel] [PULL 00/18] QAPI patches for 2019-02-18
 2021-09-24 15:02 UTC  (10+ messages)
` [Qemu-devel] [PULL 18/18] qapi: move RTC_CHANGE to the target schema

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-09-24 14:58 UTC  (5+ messages)

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-24 14:41 UTC  (4+ messages)
` [PATCH v3 03/15] target/ppc: PMU basic cycle count for pseries TCG

[PATCH] Hexagon (target/hexagon) probe the stores in a packet at start of commit
 2021-09-24 14:19 UTC  (3+ messages)

[PATCH 0/2] qapi: Move RTC_CHANGE back out of target schema
 2021-09-24 14:07 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] qapi: Document the units for the offset argument to RTC_CHANGE

[PULL 0/3] hw/nvme updates
 2021-09-24 14:04 UTC  (2+ messages)

[PULL 0/7] Linux user for 6.2 patches
 2021-09-24 13:56 UTC  (8+ messages)
` [PULL 1/7] linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
` [PULL 2/7] linux-user/arm: "
` [PULL 3/7] linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
` [PULL 4/7] linux-user: Zero out target_siginfo_t in force_sig()
` [PULL 5/7] linux-user: Provide new force_sig_fault() function
` [PULL 6/7] linux-user/arm: Use force_sig_fault()
` [PULL 7/7] linux-user/aarch64: "

[PATCH v5 00/26] Qemu SGX virtualization
 2021-09-24 13:56 UTC  (28+ messages)
` [PATCH v5 01/26] memory: Add RAM_PROTECTED flag to skip IOMMU mappings
` [PATCH v5 02/26] Kconfig: Add CONFIG_SGX support
` [PATCH v5 03/26] hostmem: Add hostmem-epc as a backend for SGX EPC
` [PATCH v5 04/26] qom: Add memory-backend-epc ObjectOptions support
` [PATCH v5 05/26] i386: Add 'sgx-epc' device to expose EPC sections to guest
` [PATCH v5 06/26] vl: Add sgx compound properties to expose SGX "
` [PATCH v5 07/26] i386: Add primary SGX CPUID and MSR defines
` [PATCH v5 08/26] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX
` [PATCH v5 09/26] i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBX
` [PATCH v5 10/26] i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX
` [PATCH v5 11/26] i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
` [PATCH v5 12/26] i386: Add feature control MSR dependency when SGX is enabled
` [PATCH v5 13/26] i386: Update SGX CPUID info according to hardware/KVM/user input
` [PATCH v5 14/26] i386: kvm: Add support for exposing PROVISIONKEY to guest
` [PATCH v5 15/26] i386: Propagate SGX CPUID sub-leafs to KVM
` [PATCH v5 16/26] Adjust min CPUID level to 0x12 when SGX is enabled
` [PATCH v5 17/26] hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordingly
` [PATCH v5 18/26] hw/i386/pc: Account for SGX EPC sections when calculating device memory
` [PATCH v5 19/26] i386/pc: Add e820 entry for SGX EPC section(s)
` [PATCH v5 20/26] i386: acpi: Add SGX EPC entry to ACPI tables
` [PATCH v5 21/26] q35: Add support for SGX EPC
` [PATCH v5 22/26] i440fx: "
` [PATCH v5 23/26] sgx-epc: Add the fill_device_info() callback support
` [PATCH v5 24/26] docs/system: Add SGX documentation to the system manual
` [PATCH v5 25/26] target/i386: Add HMP and QMP interfaces for SGX
` [PATCH v5 26/26] target/i386: Add the query-sgx-capabilities QMP command

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-24 12:28 UTC  (36+ messages)
` [PATCH v4 01/35] acpi: add helper routines to initialize "
` [PATCH v4 02/35] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 03/35] acpi: build_xsdt: "
` [PATCH v4 04/35] acpi: build_slit: "
` [PATCH v4 05/35] acpi: build_fadt: "
` [PATCH v4 06/35] acpi: build_tpm2: "
` [PATCH v4 07/35] acpi: acpi_build_hest: "
` [PATCH v4 08/35] acpi: build_mcfg: "
` [PATCH v4 09/35] acpi: build_hmat: "
` [PATCH v4 10/35] acpi: nvdimm_build_nfit: "
` [PATCH v4 11/35] acpi: nvdimm_build_ssdt: "
` [PATCH v4 12/35] acpi: vmgenid_build_acpi: "
` [PATCH v4 13/35] acpi: x86: build_dsdt: "
` [PATCH v4 14/35] acpi: build_hpet: "
` [PATCH v4 15/35] acpi: build_tpm_tcpa: "
` [PATCH v4 16/35] acpi: arm/x86: build_srat: "
` [PATCH v4 17/35] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PATCH v4 18/35] acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 19/35] acpi: build_waet: "
` [PATCH v4 20/35] acpi: build_amd_iommu: "
` [PATCH v4 21/35] acpi: madt: arm/x86: "
` [PATCH v4 22/35] acpi: x86: remove dead code
` [PATCH v4 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v4 24/35] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
` [PATCH v4 25/35] acpi: arm/virt: "
` [PATCH v4 26/35] acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 27/35] acpi: arm: virt: build_dsdt: "
` [PATCH v4 28/35] acpi: arm: virt: build_iort: "
` [PATCH v4 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PATCH v4 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v4 31/35] acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 32/35] acpi: arm/virt: build_gtdt: "
` [PATCH v4 33/35] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PATCH v4 34/35] acpi: remove no longer used build_header()
` [PATCH v4 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute

[PATCH v2 0/3] RISC-V: Populate mtval and stval
 2021-09-24 12:57 UTC  (5+ messages)
` [PATCH v2 2/3] target/riscv: Implement the stval/mtval illegal instruction

[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
 2021-09-23 18:13 UTC  (27+ messages)
` [PATCH 02/14] bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0
` [PATCH 03/14] bsd-user: TARGET_RESET define is unused, remove it
` [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c
` [PATCH 05/14] bsd-user/errno_defs.h: Add internal error numbers
` [PATCH 06/14] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PATCH 07/14] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PATCH 08/14] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PATCH 09/14] bsd-user: Remove used from TaskState
` [PATCH 10/14] bsd-user: Add stop_all_tasks
` [PATCH 11/14] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PATCH 12/14] bsd-user/sysarch: Provide a per-arch framework for sysarch syscall
` [PATCH 13/14] bsd-user: Rename sigqueue to qemu_sigqueue
` [PATCH 14/14] bsd-user/signal: Create a dummy signal queueing function

[PATCH] hw/misc: Add an iBT device model
 2021-09-24 10:55 UTC  (3+ messages)

[PATCH v5 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-24 10:51 UTC  (11+ messages)
` [PATCH v5 04/20] nubus: use bitmap to manage available slots
` [PATCH v5 18/20] nubus: add support for slot IRQs

[PATCH-for-6.2 0/2] disas/nios2: Simplify endianess conversion
 2021-09-24  9:40 UTC  (4+ messages)

[question] VFIO Device Migration: The vCPU may be paused during vfio device DMA in iommu nested stage mode && vSVA
 2021-09-24  9:29 UTC  (3+ messages)

Ping: [PATCH 0/2] cocoa.m: keyboard quality of life reborn
 2021-09-24  9:26 UTC  (2+ messages)

[PATCH v3 0/2] docs/sphinx: change default `role` to "any"
 2021-09-24  9:25 UTC  (3+ messages)
` [PATCH v3 2/2] docs/sphinx: change default role "


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