qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 21:58:11 to 2022-01-26 18:22:54 UTC [more...]

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-26 18:17 UTC  (18+ messages)
` [PATCH v4 02/42] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v4 05/42] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v4 29/42] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v4 31/42] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-26 18:13 UTC  (36+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus
` [PATCH v5 05/18] qdev: unplug blocker for devices
` [PATCH v5 06/18] vfio-user: add HotplugHandler for remote machine
` [PATCH v5 07/18] vfio-user: set qdev bus callbacks "
` [PATCH v5 11/18] vfio-user: find and init PCI device
` [PATCH v5 12/18] vfio-user: run vfio-user context
` [PATCH v5 18/18] vfio-user: avocado tests for vfio-user

[PATCH v2 0/2] linux-user: check read permissions before how
 2022-01-26 17:58 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: rt_sigprocmask, check read perms first
` [PATCH v2 2/2] linux-user: sigprocmask "

[PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
 2022-01-26 17:55 UTC  (10+ messages)
` [PATCH 1/8] target/ppc: Introduce powerpc_excp_74xx
` [PATCH 2/8] target/ppc: Simplify powerpc_excp_74xx
` [PATCH 3/8] target/ppc: 74xx: Machine Check exception cleanup
` [PATCH 4/8] target/ppc: 74xx: External interrupt cleanup
` [PATCH 5/8] target/ppc: 74xx: Program exception cleanup
` [PATCH 6/8] target/ppc: 74xx: System Call "
` [PATCH 7/8] target/ppc: 74xx: System Reset interrupt cleanup
` [PATCH 8/8] target/ppc: 74xx: Set SRRs directly in exception code

[PATCH 0/2] initialize 'taddr' in pnv_phbX_translate_tve()
 2022-01-26 17:28 UTC  (4+ messages)
` [PATCH 1/2] ppc/pnv: initialize 'taddr' in pnv_phb3_translate_tve()
` [PATCH 2/2] ppc/pnv: initialize 'taddr' in pnv_phb4_translate_tve()

[PATCH v4 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-01-26 17:22 UTC  (17+ messages)
` [PATCH v4 01/15] pcie: Add support for Single Root I/O Virtualization (SR/IOV)
` [PATCH v4 02/15] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt
` [PATCH v4 03/15] pcie: Add a helper to the SR/IOV API
` [PATCH v4 04/15] pcie: Add 1.2 version token for the Power Management Capability
` [PATCH v4 05/15] hw/nvme: Add support for SR-IOV
` [PATCH v4 06/15] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH v4 07/15] hw/nvme: Add support for Secondary Controller List
` [PATCH v4 08/15] hw/nvme: Implement the Function Level Reset
` [PATCH v4 09/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH v4 10/15] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PATCH v4 11/15] hw/nvme: Calculate BAR attributes in a function
` [PATCH v4 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v4 13/15] hw/nvme: Add support for the Virtualization Management command
` [PATCH v4 14/15] docs: Add documentation for SR-IOV and Virtualization Enhancements
` [PATCH v4 15/15] hw/nvme: Update the initalization place for the AER queue

[PATCH] linux-user: rt_sigprocmask, check read perms first
 2022-01-26 17:25 UTC  (6+ messages)

[PATCH 0/2] Adds designware i2c module and adds it to virt arm
 2022-01-26 17:12 UTC  (4+ messages)

[PATCH for-7.0 0/4] hw/nvme: zoned random write area
 2022-01-26 17:09 UTC  (12+ messages)
` [PATCH for-7.0 1/4] hw/nvme: add struct for zone management send
` [PATCH for-7.0 2/4] hw/nvme: add zone attribute get/set helpers
` [PATCH for-7.0 3/4] hw/nvme: add ozcs enum
` [PATCH for-7.0 4/4] hw/nvme: add support for zoned random write area

[PATCH] tests/9pfs: Use g_autofree and g_autoptr where possible
 2022-01-26 17:11 UTC 

[PATCH] qemu-storage-daemon: Fix typo in vhost-user-blk help
 2022-01-26 16:50 UTC  (2+ messages)

[PATCH] xen-hvm: Allow disabling buffer_io_timer
 2022-01-26 16:43 UTC  (5+ messages)

[PATCH] fdc: check for illegal dma length calculation
 2022-01-26 16:39 UTC  (3+ messages)

[PATCH v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-26 16:28 UTC  (11+ messages)
` [PATCH v14 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v14 02/10] ACPI ERST: specification for ERST support
` [PATCH v14 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v14 04/10] ACPI ERST: header file "
` [PATCH v14 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v14 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v14 08/10] ACPI ERST: qtest for ERST
` [PATCH v14 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v14 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PATCH v6 0/7] trace qmp commands
 2022-01-26 16:11 UTC  (8+ messages)
` [PATCH v6 1/7] qapi/gen: Add FOO.trace-events output module
` [PATCH v6 2/7] qapi/commands: refactor error handling code
` [PATCH v6 3/7] qapi/commands: Optionally generate trace for QMP commands
` [PATCH v6 4/7] meson: generate trace events for qmp commands
` [PATCH v6 5/7] docs/qapi-code-gen: update to cover trace events code generation
` [PATCH v6 6/7] meson: document, why we don't generate trace events for tests/ and qga/
` [PATCH v6 7/7] qapi: generate trace events by default

KVM call minutes for 2022-01-25
 2022-01-26 16:21 UTC  (3+ messages)

[PATCH v13 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-26 16:23 UTC  (7+ messages)
` [PATCH v13 06/10] ACPI ERST: build the ACPI ERST table

[PATCH v3 00/16] job: replace AioContext lock with job_mutex
 2022-01-26 16:18 UTC  (15+ messages)
` [PATCH v3 03/16] job.h: define locked functions
` [PATCH v3 09/16] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v3 14/16] job.c: use job_get_aio_context()

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-26 16:10 UTC  (23+ messages)
` [PATCH v6 06/33] block/block-backend.c: assertions for block-backend
` [PATCH v6 19/33] block: introduce bdrv_activate
` [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PATCH v6 21/33] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
` [PATCH v6 23/33] block_int-common.h: split function pointers in BlockDriver
` [PATCH v6 25/33] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v6 26/33] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v6 29/33] job.h: assertions in the callers of JobDriver funcion pointers
` [PATCH v6 30/33] include/block/block_int-common.h: introduce bdrv_amend_pre_run and bdrv_amend_clean
` [PATCH v6 31/33] include/qemu/job.h: introduce job->pre_run() and use it in amend
` [PATCH v6 32/33] crypto: delegate permission functions to JobDriver .pre_run

[PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively
 2022-01-26 15:38 UTC  (3+ messages)

[PATCH] tests/9pfs: fix mkdir() being called twice
 2022-01-26 15:29 UTC  (5+ messages)

[PULL 0/1] virtiofs queue
 2022-01-26 14:57 UTC  (3+ messages)
` [PULL 1/1] virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)

[PATCH v5 0/7] trace qmp commands
 2022-01-26 14:33 UTC  (19+ messages)
` [PATCH v5 1/7] scripts/qapi/gen.py: add FOO.trace-events output module
` [PATCH v5 2/7] qapi/commands: refactor error handling code
` [PATCH v5 3/7] qapi/commands: Optionally generate trace for QMP commands
` [PATCH v5 4/7] meson: generate trace events for qmp commands
` [PATCH v5 5/7] docs/qapi-code-gen: update to cover trace events code generation
` [PATCH v5 6/7] meson: document, why we don't generate trace events for tests/ and qga/
` [PATCH v5 7/7] qapi: generate trace events by default

[PATCH 0/4] vCPU hotunplug related memory leaks
 2022-01-26 14:29 UTC  (5+ messages)
` [PATCH 1/4] softmmu/cpus: Free cpu->thread in cpu_remove_sync()
` [PATCH 2/4] softmmu/cpus: Free cpu->halt_cond "
` [PATCH 3/4] cpu: Free cpu->cpu_ases in cpu_exec_unrealizefn()
` [PATCH 4/4] i386/cpu: Free env->xsave_buf in x86_cpu_unrealizefn()

Raspberry Pi?
 2022-01-26 13:48 UTC  (3+ messages)

[PATCH] block/export: Fix vhost-user-blk shutdown with requests in flight
 2022-01-26 13:39 UTC  (2+ messages)

[PATCH v3 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-01-26 13:32 UTC  (6+ messages)
` [PATCH v3 01/15] pcie: Add support for Single Root I/O Virtualization (SR/IOV)

tracing.rst neglects to document syntax of trace-events files
 2022-01-26 13:11 UTC  (3+ messages)

[PATCH] hw/display/tcx: Avoid clearing dirty bitmap in DeviceReset()
 2022-01-26 12:24 UTC  (3+ messages)

[PATCH] hw/arm: ast2600: Fix address mapping of second SPI controller
 2022-01-26 12:21 UTC  (2+ messages)

[PATCH v2 00/15] reduce audio playback latency
 2022-01-26 12:01 UTC  (6+ messages)
` [PATCH v2 01/15] audio: replace open-coded buffer arithmetic

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-01-26 11:29 UTC  (10+ messages)
` [PATCH 01/12] introduce BDRV_POLL_WHILE_UNLOCKED
` [PATCH 07/12] block/io.c: introduce bdrv_subtree_drained_{begin/end}_unlocked
` [PATCH 08/12] reopen: add a transaction to drain_end nodes picked in bdrv_reopen_parse_file_or_backing
` [PATCH 09/12] jobs: ensure sleep in job_sleep_ns is fully performed

[PATCH v3 00/19] Make image fleecing more usable
 2022-01-26 10:56 UTC  (4+ messages)
` [PATCH v3 07/19] block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()

[PATCH] virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)
 2022-01-26 10:51 UTC  (3+ messages)

[RFC v4 00/21] vfio-user client
 2022-01-26 10:17 UTC  (3+ messages)
` [RFC v4 09/21] vfio-user: define socket send functions

[RFC PATCH] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
 2022-01-26  9:54 UTC 

[PATCH 0/2] RISC-V: Correctly generate store/amo faults
 2022-01-26  9:50 UTC  (5+ messages)
` [PATCH 2/2] targett/riscv: rva: Correctly generate a store/amo fault

[PATCH qemu] qxl: COLO secondary node not need to release resources
 2022-01-26  9:31 UTC  (2+ messages)

[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-01-26  9:14 UTC  (3+ messages)

[PATCH-for-7.0 0/2] hw/nvme/ctrl: Buffer types cleanups
 2022-01-26  9:05 UTC  (3+ messages)

[PATCH 0/3] hw/display/artist: cursor & buffer mode fixes
 2022-01-26  9:08 UTC  (5+ messages)
` [PATCH 3/3] hw/display/artist: rewrite vram access mode handling

[PATCH 00/31] vDPA shadow virtqueue
 2022-01-26  8:53 UTC  (3+ messages)
` [PATCH 02/31] vhost: Add VhostShadowVirtqueue

[PATCH] gitlab: fall back to commit hash in qemu-setup filename
 2022-01-26  8:53 UTC  (2+ messages)

[PATCH qemu v2] s390x: sck: load into a temporary not into in1
 2022-01-26  8:46 UTC  (2+ messages)

[RFC 0/5] Privilege version update
 2022-01-26  8:37 UTC  (3+ messages)
` [RFC 4/5] target/riscv: Add *envcfg* CSRs support

[PATCH v2] target/riscv: Enable bitmanip Zicbo[m,z,p] instructions
 2022-01-26  8:08 UTC  (3+ messages)

[PATCH] hw/misc/macio/cuda: Simplify using the ldst API
 2022-01-26  7:42 UTC  (3+ messages)

[PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2
 2022-01-26  7:38 UTC  (6+ messages)

[PATCH v4 0/3] trace qmp commands
 2022-01-26  6:51 UTC  (5+ messages)
` [PATCH v4 1/3] scripts/qapi/gen.py: add FOO.trace-events output module

[PATCH] hw/arm/virt: Enable HMAT on arm virt machine
 2022-01-26  6:16 UTC  (5+ messages)

[PATCH] hw/sd: Correct CMD58's R3 response "in idle state" bit in SPI-mode
 2022-01-26  3:13 UTC 

[PATCH v2 00/38] target/ppc: PowerISA Vector/VSX instruction batch
 2022-01-25 12:19 UTC  (10+ messages)
` [PATCH v2 01/38] target/ppc: Introduce TRANS*FLAGS macros
` [PATCH v2 02/38] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v2 03/38] target/ppc: Moved vector multiply high and low "
` [PATCH v2 10/38] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v2 30/38] target/ppc: Remove xscmpnedp instruction
` [PATCH v2 35/38] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PATCH v2 36/38] target/ppc: Refactor VSX_MAX_MINC helper
` [PATCH v2 37/38] target/ppc: Implement xs{max,min}cqp
` [PATCH v2 38/38] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions

[PATCH 1/2] accel/tcg: Optimize jump cache flush during tlb range flush
 2022-01-25 23:34 UTC  (6+ messages)
` [PATCH 2/2] target/arm: Bail out early on 0-length tlb range invalidate

[Q] arm: SVE accesses at EL0 is broken with E2H+TGE?
 2022-01-25 22:08 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).