qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-25 17:44:44 to 2021-09-27 06:02:02 UTC [more...]

[PATCH RFC v2 00/16] hw/nvme: experimental user-creatable objects
 2021-09-27  5:17 UTC  (17+ messages)
` [PATCH RFC v2 01/16] hw/nvme: reattach subsystem namespaces on hotplug
` [PATCH RFC v2 02/16] hw/nvme: change nvme-ns 'shared' default
` [PATCH RFC v2 03/16] hw/nvme: move dif/pi prototypes into dif.h
` [PATCH RFC v2 04/16] hw/nvme: move zns helpers and types into zns.h
` [PATCH RFC v2 05/16] hw/nvme: move zoned namespace members to separate struct
` [PATCH RFC v2 06/16] hw/nvme: move nvm "
` [PATCH RFC v2 07/16] hw/nvme: move BlockBackend to NvmeNamespaceNvm
` [PATCH RFC v2 08/16] hw/nvme: hoist qdev state from namespace
` [PATCH RFC v2 09/16] hw/nvme: hoist qdev state from subsystem
` [PATCH RFC v2 10/16] hw/nvme: hoist qdev state from controller
` [PATCH RFC v2 11/16] hw/nvme: add experimental object x-nvme-subsystem
` [PATCH RFC v2 12/16] nvme: add structured type for nguid
` [PATCH RFC v2 13/16] hw/nvme: add experimental abstract object x-nvme-ns
` [PATCH RFC v2 14/16] hw/nvme: add experimental objects x-nvme-ns-{nvm, zoned}
` [PATCH RFC v2 15/16] hw/nvme: add experimental device x-nvme-ctrl
` [PATCH RFC v2 16/16] docs: add documentation for experimental nvme emulation

[PATCH] tcg/riscv: Fix potential bug in clobbered call register set
 2021-09-27  5:36 UTC  (3+ messages)

[PATCH 0/2] user-mode: Avoid processing unnecessary meson rules
 2021-09-27  5:24 UTC  (9+ messages)
` [PATCH 1/2] bsd-user: Only process meson rules on BSD host
` [PATCH 2/2] linux-user: Only process meson rules on Linux host

[PATCH 1/2] hw/dma: sifive_pdma: Improve code readability for "!!foo & bar"
 2021-09-27  5:18 UTC  (4+ messages)
` [PATCH 2/2] hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed

[PATCH v3 00/15] PMU-EBB support for PPC64 TCG
 2021-09-27  5:08 UTC  (15+ messages)
` [PATCH v3 02/15] target/ppc: add user write access control for PMU SPRs
` [PATCH v3 03/15] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v3 05/15] target/ppc: PMU: add instruction counting

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-09-27  4:50 UTC  (9+ messages)
` [PATCH v3 1/7] qemu: Split machine_ppc.py acceptance tests
` [PATCH v3 2/7] MAINTAINERS: Remove machine specific files from ppc TCG CPUs entry
` [PATCH v3 3/7] MAINTAINERS: Remove David & Greg as reviewers for a number of boards
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
` [PATCH v3 5/7] MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernv
` [PATCH v3 6/7] MAINTAINERS: Add information for OpenPIC
` [PATCH v3 7/7] MAINTAINERS: Demote sPAPR from "Supported" to "Maintained"

[PATCH] configure/optionrom: Fix MSYS2 multiboot.bin issue
 2021-09-27  5:00 UTC  (2+ messages)
` ping "

[RESEND PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-27  4:30 UTC  (5+ messages)

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

[PATCH v2 0/5] Reduce load on ppc target maintainers
 2021-09-27  4:26 UTC  (3+ messages)

[PATCH] hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19
 2021-09-27  2:25 UTC  (3+ messages)

[PATCH v2 0/9] bsd-user mmap fixes
 2021-09-27  0:17 UTC  (12+ messages)
` [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 v6 00/30] LoongArch64 port of QEMU TCG
 2021-09-26 23:07 UTC  (26+ messages)
` [PATCH v6 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v6 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v6 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v6 13/30] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v6 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v6 15/30] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v6 16/30] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v6 17/30] tcg/loongarch64: Implement add/sub ops
` [PATCH v6 18/30] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v6 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v6 21/30] tcg/loongarch64: Implement tcg_out_call
` [PATCH v6 22/30] tcg/loongarch64: Implement simple load/store ops
` [PATCH v6 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v6 24/30] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v6 25/30] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v6 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v6 27/30] tcg/loongarch64: Register the JIT
` [PATCH v6 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v6 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "
` [PATCH v6 30/30] configure, meson.build: Mark support "

[PATCH] hw: Add a 'Sensor devices' qdev category
 2021-09-26 22:15 UTC 

[PATCH] hw/remote/proxy: Categorize Wireless devices as 'Network' ones
 2021-09-26 20:19 UTC 

[PATCH 00/14] bsd-user: misc cleanup for aarch64 import
 2021-09-26 19:13 UTC  (19+ messages)
` [PATCH 04/14] bsd-user: export get_errno and is_error from syscall.c
` [PATCH 06/14] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PATCH 12/14] bsd-user/sysarch: Provide a per-arch framework for sysarch syscall
` [PATCH 14/14] bsd-user/signal: Create a dummy signal queueing function

[PATCH] hw/arm/virt: Allow additions to the generated device tree
 2021-09-26 18:55 UTC  (3+ messages)

[PULL v3 00/44] tcg patch queue
 2021-09-26 18:54 UTC  (4+ messages)

[PULL v2 0/5] Update meson version
 2021-09-26 18:43 UTC  (7+ messages)
` [PULL v2 1/5] meson: bump submodule to 0.58.2
` [PULL v2 2/5] meson: switch minimum meson version "
` [PULL v2 3/5] hexagon: use env keyword argument to pass PYTHONPATH
` [PULL v2 4/5] meson: unpack edk2 firmware even if --disable-blobs
` [PULL v2 5/5] tests: qtest: bios-tables-test depends on the unpacked edk2 ROMs

[PATCH 0/3] hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI
 2021-09-26 17:56 UTC  (4+ messages)
` [PATCH 1/3] hw/i386/amd_iommu: Rename amdviPCI TypeInfo
` [PATCH 2/3] hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()
` [PATCH 3/3] hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI

gitlab-ci: amd64-opensuse-leap-container job failing
 2021-09-26 17:23 UTC 

Add LoongArch support to RISU?
 2021-09-26 15:14 UTC  (2+ messages)

[PATCH 1/3] hw/char: ibex_uart: Register device in 'input' category
 2021-09-26 14:40 UTC  (6+ messages)
` [PATCH 2/3] hw/char: shakti_uart: "
` [PATCH 3/3] hw/char: sifive_uart: "

Development request
 2021-09-26 14:22 UTC 

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-26  9:16 UTC  (3+ messages)
` [PATCH v4 01/35] acpi: add helper routines to initialize "

[PATCH v10 00/14] machine: smp parsing fixes and improvement
 2021-09-26  8:45 UTC  (15+ messages)
` [PATCH v10 01/14] machine: Deprecate "parameter=0" SMP configurations
` [PATCH v10 02/14] machine: Minor refactor/fix for the smp parsers
` [PATCH v10 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH v10 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH v10 05/14] machine: Improve the error reporting of smp parsing
` [PATCH v10 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
` [PATCH v10 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
` [PATCH v10 08/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH v10 09/14] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v10 10/14] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH v10 11/14] machine: Make smp_parse generic enough for all arches
` [PATCH v10 12/14] machine: Remove smp_parse callback from MachineClass
` [PATCH v10 13/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH v10 14/14] machine: Put all sanity-check in the generic SMP parser

[PATCH v2 0/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-26  8:38 UTC  (8+ messages)
` [PATCH v2 1/3] hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
` [PATCH v2 2/3] hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
` [PATCH v2 3/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART

[PATCH] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
 2021-09-26  8:19 UTC  (2+ messages)

nvmm: Fix support for stable version (NVMM_USER_VERSION 1)
 2021-09-26  7:28 UTC 

[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-26  7:59 UTC  (4+ messages)

Need to merge - QEMU patch for booting eMMC image for AST2600 machine
 2021-09-26  7:59 UTC  (2+ messages)

[RFC PATCH 0/5] Make Intel PT configurable
 2021-09-26  5:21 UTC  (2+ messages)

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-09-26  2:49 UTC  (14+ messages)

[question] VFIO Device Migration: The vCPU may be paused during vfio device DMA in iommu nested stage mode && vSVA
 2021-09-26  2:48 UTC  (4+ messages)

[PATCH] hw/misc: Add a virtual pci device to dynamically attach memory to QEMU
 2021-09-26  2:16 UTC 

(no subject)
 2021-09-26  1:28 UTC 

[PATCH] net/slirp: Use newer slirp_*_hostxfwd API
 2021-09-25 23:22 UTC  (2+ messages)

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-25 18:09 UTC  (9+ 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).