qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-29 07:32:59 to 2022-04-29 16:20:16 UTC [more...]

[PATCH 0/7] qapi: Primarily whitespace tweaks
 2022-04-29 15:47 UTC  (6+ messages)
` [PATCH 1/7] qapi: Drop stray trailing symbol
` [PATCH 2/7] qapi: Fix comment indentation
` [PATCH 5/7] qapi: Drop unnecessary empty lines outside of comments
` [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments
` [PATCH 7/7] qapi: Drop more "

[PATCH v5 0/6] 9pfs: macOS host fixes
 2022-04-29 16:13 UTC  (21+ messages)
` [PATCH v5 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) "
` [PATCH v5 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr "
` [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
` [PATCH v5 5/6] 9pfs: fix removing non-existent POSIX ACL xattr "
` [PATCH v5 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error "

[PATCH 0/3] QEMU RISC-V priv spec version fixes
 2022-04-29 15:34 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Don't force update priv spec version to latest
` [PATCH 2/3] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string

[PULL 00/25] Misc patches for 2022-04-29
 2022-04-29 15:23 UTC  (26+ messages)
` [PULL 01/25] WHPX: support for xcr0
` [PULL 02/25] configure: Add cross prefix for widl tool
` [PULL 03/25] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
` [PULL 04/25] meson-buildoptions: add support for string options
` [PULL 05/25] meson, configure: move Xen detection to meson
` [PULL 06/25] configure, meson: move iasl "
` [PULL 07/25] configure: move Windows flags "
` [PULL 08/25] configure: switch string options to automatic parsing
` [PULL 09/25] meson, configure: move --tls-priority to meson
` [PULL 10/25] meson, configure: move bdrv whitelists "
` [PULL 11/25] meson, configure: move --with-pkgversion, CONFIG_STAMP "
` [PULL 12/25] meson, configure: move --interp-prefix "
` [PULL 13/25] meson: always combine directories with prefix
` [PULL 14/25] configure: switch directory options to automatic parsing
` [PULL 15/25] meson: pass more options directly as -D
` [PULL 16/25] configure: omit options with default values from meson command line
` [PULL 17/25] meson, virtio: place all virtio-pci devices under virtio_pci_ss
` [PULL 18/25] configure: simplify vhost-net-{user, vdpa} configuration
` [PULL 19/25] build: move vhost-vsock configuration to Kconfig
` [PULL 20/25] build: move vhost-scsi "
` [PULL 21/25] build: move vhost-user-fs "
` [PULL 22/25] meson: create have_vhost_* variables
` [PULL 23/25] meson: use have_vhost_* variables to pick sources
` [PULL 24/25] configure, meson: move vhost options to Meson
` [PULL 25/25] pc: remove -soundhw pcspk

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-29 15:48 UTC  (8+ messages)
` [qemu.qmp PATCH 03/12] update project description
` [qemu.qmp PATCH 04/12] update project URLs
` [qemu.qmp PATCH 12/12] update VERSION to 0.0.0a1

[PATCH v10 00/45] CXl 2.0 emulation Support
 2022-04-29 14:41 UTC  (46+ messages)
` [PATCH v10 01/45] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v10 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v10 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v10 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v10 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v10 07/45] hw/cxl/device: Add memory device utilities
` [PATCH v10 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v10 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v10 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v10 11/45] hw/pxb: Use a type for realizing expanders
` [PATCH v10 12/45] hw/pci/cxl: Create a CXL bus type
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 14/45] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v10 15/45] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v10 16/45] hw/cxl/rp: Add a root port
` [PATCH v10 17/45] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v10 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v10 19/45] hw/cxl/device: Add some trivial commands
` [PATCH v10 20/45] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v10 21/45] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v10 22/45] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v10 23/45] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v10 24/45] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v10 25/45] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v10 26/45] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v10 28/45] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v10 29/45] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v10 30/45] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v10 31/45] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v10 32/45] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v10 33/45] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v10 34/45] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v10 35/45] i386/pc: Enable CXL fixed memory windows
` [PATCH v10 36/45] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v10 37/45] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v10 38/45] tests/acpi: Add tables "
` [PATCH v10 39/45] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v10 40/45] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v10 41/45] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v10 42/45] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PATCH v10 43/45] pci-bridge/cxl_upstream: Add a CXL switch upstream port
` [PATCH v10 44/45] pci-bridge/cxl_downstream: Add a CXL switch downstream port
` [PATCH v10 45/45] docs/cxl: Add switch documentation

[PATCH v2 0/5] hw/nvme: fix namespace identifiers
 2022-04-29 15:17 UTC  (8+ messages)
` [PATCH v2 1/5] hw/nvme: enforce common serial per subsystem
` [PATCH v2 2/5] hw/nvme: do not auto-generate eui64
` [PATCH v2 3/5] hw/nvme: do not auto-generate uuid
` [PATCH v2 4/5] hw/nvme: do not report null uuid
` [PATCH v2 5/5] hw/nvme: bump firmware revision

[PATCH v9] isa-applesmc: provide OSK forwarding on Apple hosts
 2022-04-29 15:10 UTC 

[PATCH] hw/arm: add versioning to sbsa-ref machine DT
 2022-04-29 14:56 UTC  (3+ messages)

[PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
 2022-04-29 14:48 UTC  (3+ messages)

[RFC PATCH 0/6] replace -soundhw with -audio
 2022-04-29 14:54 UTC  (5+ messages)
` [RFC PATCH 1/6] pc: remove -soundhw pcspk
` [RFC PATCH 6/6] vl: introduce -audio as a replacement for -soundhw

[RFC PATCH 00/12] Cross compilation of embedded firmware
 2022-04-29 14:18 UTC  (13+ messages)
` [RFC PATCH 01/12] tests/tcg: merge configure.sh back into main configure script
` [RFC PATCH 02/12] configure: add missing cross compiler fallbacks
` [RFC PATCH 03/12] configure: handle host compiler in probe_target_compiler
` [RFC PATCH 04/12] configure: introduce --cross-prefix-*=
` [RFC PATCH 05/12] configure: include more binutils in tests/tcg makefile
` [RFC PATCH 06/12] configure, meson: move symlinking of ROMs to meson
` [RFC PATCH 07/12] configure: move symlink configuration earlier
` [RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw
` [RFC PATCH 09/12] pc-bios/optionrom: detect -fno-pie
` [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds
` [RFC PATCH 11/12] configure: enable cross-compilation of optionrom
` [RFC PATCH 12/12] configure: enable cross compilation of vof

mount host directory as disk in VM
 2022-04-29  9:05 UTC 

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-04-29 13:15 UTC  (4+ messages)

[PATCH v3 0/3] nbd: MULTI_CONN for shared writable exports
 2022-04-29 12:49 UTC  (5+ messages)
` [PATCH v3 3/3] nbd/server: Allow "

[PATCH 00/18] RFC: Remove deprecated audio features
 2022-04-29 12:04 UTC  (9+ messages)
` [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
` [PATCH 07/18] Introduce machine's default-audiodev property

[PATCH 0/4] QEMU RISC-V nested virtualization fixes
 2022-04-29 10:54 UTC  (3+ messages)
` [PATCH 1/4] target/riscv: Fix csr number based privilege checking

[PATCH v3 00/43] Add LoongArch softmmu support
 2022-04-29 10:07 UTC  (44+ messages)
` [PATCH v3 01/43] target/loongarch: Add README
` [PATCH v3 02/43] target/loongarch: Add core definition
` [PATCH v3 03/43] target/loongarch: Add main translation routines
` [PATCH v3 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v3 05/43] target/loongarch: Add fixed point shift "
` [PATCH v3 06/43] target/loongarch: Add fixed point bit "
` [PATCH v3 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v3 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v3 09/43] target/loongarch: Add fixed point extra "
` [PATCH v3 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v3 11/43] target/loongarch: Add floating point comparison "
` [PATCH v3 12/43] target/loongarch: Add floating point conversion "
` [PATCH v3 13/43] target/loongarch: Add floating point move "
` [PATCH v3 14/43] target/loongarch: Add floating point load/store "
` [PATCH v3 15/43] target/loongarch: Add branch "
` [PATCH v3 16/43] target/loongarch: Add disassembler
` [PATCH v3 17/43] target/loongarch: Add target build suport
` [PATCH v3 18/43] target/loongarch: Add system emulation introduction
` [PATCH v3 19/43] target/loongarch: Add CSRs definition
` [PATCH v3 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v3 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v3 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v3 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v3 24/43] target/loongarch: Add constant timer support
` [PATCH v3 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v3 27/43] target/loongarch: Add TLB instruction support
` [PATCH v3 28/43] target/loongarch: Add other core instructions support
` [PATCH v3 29/43] target/loongarch: Add timer related "
` [PATCH v3 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v3 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v3 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v3 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v3 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v3 36/43] Enable common virtio pci support for LoongArch
` [PATCH v3 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v3 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v3 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v3 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v3 41/43] target/loongarch: Add gdb support
` [PATCH v3 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v3 43/43] target/loongarch: 'make check-tcg' support

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-29  9:52 UTC  (3+ messages)
` [PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 for -cpu max

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-04-29  9:35 UTC  (21+ messages)
` [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
` [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
` [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
` [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
` [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm

[PATCH v3 0/5] i386: Enable newly introduced KVM Hyper-V enlightenments
 2022-04-29  9:26 UTC  (3+ messages)

[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
 2022-04-29  9:02 UTC  (6+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-04-29  9:12 UTC  (4+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support

[Bug 1970563] Re: Qemu Debian 1:6.2+dfsg-2ubuntu6 deadlock bug
 2022-04-29  7:46 UTC  (2+ messages)
` [Bug 1970563] Re: Qemu "

[PATCH RESEND 0/2] build improvments
 2022-04-29  7:38 UTC  (2+ 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).