qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 01:49:27 to 2022-02-11 15:32:25 UTC [more...]

[PATCH v7 00/31] block layer: split block APIs in global state and I/O
 2022-02-11 14:51 UTC  (32+ messages)
` [PATCH v7 01/31] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v7 02/31] main loop: macros to mark GS and I/O functions
` [PATCH v7 03/31] include/block/block: split header into I/O and global state API
` [PATCH v7 04/31] assertions for block "
` [PATCH v7 05/31] IO_CODE and IO_OR_GS_CODE for block I/O API
` [PATCH v7 06/31] block/export/fuse.c: allow writable exports to take RESIZE permission
` [PATCH v7 07/31] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v7 08/31] block/block-backend.c: assertions for block-backend
` [PATCH v7 09/31] IO_CODE and IO_OR_GS_CODE for block-backend I/O API
` [PATCH v7 10/31] block.c: assertions to the block layer permissions API
` [PATCH v7 11/31] include/block/block_int: split header into I/O and global state API
` [PATCH v7 12/31] assertions for block_int "
` [PATCH v7 13/31] IO_CODE and IO_OR_GS_CODE for block_int I/O API
` [PATCH v7 14/31] block: introduce assert_bdrv_graph_writable
` [PATCH v7 15/31] include/block/blockjob_int.h: split header into I/O and GS API
` [PATCH v7 16/31] GS and IO CODE macros for blockjob_int.h
` [PATCH v7 17/31] block.c: add assertions to static functions
` [PATCH v7 18/31] include/block/blockjob.h: global state API
` [PATCH v7 19/31] assertions for blockjob.h "
` [PATCH v7 20/31] include/sysemu/blockdev.h: "
` [PATCH v7 21/31] assertions for blockdev.h "
` [PATCH v7 22/31] include/block/snapshot: global state API + assertions
` [PATCH v7 23/31] block/copy-before-write.h: "
` [PATCH v7 24/31] block/coroutines: I/O and "I/O or GS" API
` [PATCH v7 25/31] block_int-common.h: split function pointers in BlockDriver
` [PATCH v7 26/31] block_int-common.h: assertions in the callers of BlockDriver function pointers
` [PATCH v7 27/31] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v7 28/31] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v7 29/31] block-backend-common.h: split function pointers in BlockDevOps
` [PATCH v7 30/31] job.h: split function pointers in JobDriver
` [PATCH v7 31/31] job.h: assertions in the callers of JobDriver function pointers

[PATCH v14 0/7] support dirty restraint on vCPU
 2022-02-11 13:40 UTC  (3+ messages)
` [PATCH v14 7/7] softmmu/dirtylimit: Implement dirty page rate limit

[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
 2022-02-11 13:22 UTC  (5+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO

[PULL v2 0/7] nbd: handle AioContext change correctly
 2022-02-11 13:22 UTC  (8+ messages)
` [PULL v2 1/7] block/nbd: Delete reconnect delay timer when done
` [PULL v2 2/7] block/nbd: Delete open "
` [PULL v2 3/7] block/nbd: Assert there are no timers when closed
` [PULL v2 4/7] iotests.py: Add QemuStorageDaemon class
` [PULL v2 5/7] iotests/281: Test lingering timers
` [PULL v2 6/7] block/nbd: Move s->ioc on AioContext change
` [PULL v2 7/7] iotests/281: Let NBD connection yield in iothread

[PATCH v3 0/3] Support fd-based KVM stats
 2022-02-11 13:51 UTC  (5+ messages)
` [PATCH v3 1/3] qmp: Support for querying stats

[PATCH v2 0/8] Improve integration of iotests in the meson test harness
 2022-02-11 13:53 UTC  (7+ messages)
` [PATCH v2 1/8] tests/qemu-iotests/testrunner: Allow parallel test invocations
` [PATCH v2 2/8] tests/qemu-iotests: Improve the check for GNU sed

[RFC 0/8] ioregionfd introduction
 2022-02-11 13:46 UTC  (3+ messages)
` [RFC 4/8] ioregionfd: Introduce IORegionDFObject type

[PULL 0/7] nbd: handle AioContext change correctly
 2022-02-11 13:04 UTC  (3+ messages)

[RFC v4 00/21] vfio-user client
 2022-02-11 13:31 UTC  (3+ messages)
` [RFC v4 20/21] vfio-user: migration support

[PATCH 0/9] exec: Split some user-mode specific declarations from 'exec/exec-all.h'
 2022-02-11 12:54 UTC  (14+ messages)
` [PATCH 1/9] accel/tcg: Add missing 'tcg/tcg.h' header
` [PATCH 2/9] coverity-scan: Cover common-user/
` [PATCH 6/9] exec: Define MMUAccessType in 'exec/cpu-tlb.h' header
` [PATCH 7/9] user: Declare target-specific prototypes in 'user/cpu-target.h'

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-11 12:34 UTC  (7+ messages)
` [PATCH 1/6] block/io.c: fix bdrv_child_cb_drained_begin invocations from a coroutine
` [PATCH 2/6] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH 3/6] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child

[PATCH v12 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-11 12:30 UTC  (11+ messages)
` [PATCH v12 3/8] qmp: add QMP command x-query-virtio
` [PATCH v12 4/8] qmp: add QMP command x-query-virtio-status
` [PATCH v12 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v12 6/8] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v12 7/8] qmp: add QMP command x-query-virtio-queue-element

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

[PATCH v11 0/8] hmp,qmp: Add commands to introspect virtio devices
 2022-02-11 12:08 UTC  (5+ messages)
` [PATCH v11 6/8] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v11 7/8] qmp: add QMP command x-query-virtio-queue-element

[PATCH] scripts/qapi: minor delinting
 2022-02-11 11:58 UTC  (4+ messages)

[RFC PATCH] linux-user: trap internal SIGABRT's
 2022-02-11 11:46 UTC  (3+ messages)

[RFC] thread-pool: Add option to fix the pool size
 2022-02-11 11:32 UTC  (6+ messages)

[PULL 00/12] Hexagon (target/hexagon) queue
 2022-02-11 11:34 UTC  (14+ messages)
` [PULL 01/12] Hexagon (target/hexagon) fix bug in circular addressing
` [PULL 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
` [PULL 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PULL 04/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PULL 05/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PULL 06/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PULL 07/12] Hexagon (tests/tcg/hexagon) update overflow test
` [PULL 08/12] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
` [PULL 09/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop
` [PULL 10/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit
` [PULL 11/12] Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE
` [PULL 12/12] target/hexagon: remove unused variable

[PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries
 2022-02-11 11:19 UTC  (3+ messages)

[PATCH] qapi, i386/sev: Add debug-launch-digest to launch-measure response
 2022-02-11 10:06 UTC  (6+ messages)

[PATCH] Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE
 2022-02-11  9:43 UTC  (3+ messages)

[PATCH v3 1/2] hvf: arm: Use macros for sysreg shift/masking
 2022-02-11  9:40 UTC  (3+ messages)

[PATCH v5 00/20] job: replace AioContext lock with job_mutex
 2022-02-11  9:00 UTC  (6+ messages)
` [PATCH v5 02/20] job.h: categorize fields in struct Job

[PATCH v2 0/3] Support akcipher for virtio-crypto
 2022-02-11  8:43 UTC  (4+ messages)
` [PATCH v2 1/3] virtio-crypto: header update
` [PATCH v2 2/3] virtio_crypto: Support virtio crypto asym operation
` [PATCH v2 3/3] crypto: Introduce RSA algorithm

[PATCH v2 0/3] hw/smbios: fix table memory corruption with large memory vms
 2022-02-11  8:43 UTC  (3+ messages)
` [PATCH v2 1/3] hw/smbios: code cleanup - use macro definitions for table base addresses

[PATCH v9 00/23] QEMU RISC-V AIA support
 2022-02-11  8:28 UTC  (6+ messages)

[PATCH v4 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-02-11  7:58 UTC  (10+ messages)
` [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 15/15] hw/nvme: Update the initalization place for the AER queue

[PATCH] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
 2022-02-11  8:05 UTC  (2+ messages)

[PATCH v3 00/37] target/ppc: PowerISA Vector/VSX instruction batch
 2022-02-11  6:15 UTC  (33+ messages)
` [PATCH v3 02/37] target/ppc: moved vector even and odd multiplication to decodetree
` [PATCH v3 03/37] target/ppc: Moved vector multiply high and low "
` [PATCH v3 04/37] target/ppc: vmulh* instructions use gvec
` [PATCH v3 05/37] target/ppc: Implement vmsumcud instruction
` [PATCH v3 06/37] target/ppc: Implement vmsumudm instruction
` [PATCH v3 07/37] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PATCH v3 08/37] target/ppc: Implement vextsd2q
` [PATCH v3 09/37] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PATCH v3 10/37] target/ppc: Move Vector Compare Not Equal or Zero "
` [PATCH v3 11/37] target/ppc: Implement Vector Compare Equal Quadword
` [PATCH v3 12/37] target/ppc: Implement Vector Compare Greater Than Quadword
` [PATCH v3 13/37] target/ppc: Implement Vector Compare Quadword
` [PATCH v3 14/37] target/ppc: implement vstri[bh][lr]
` [PATCH v3 15/37] target/ppc: implement vclrlb
` [PATCH v3 17/37] target/ppc: implement vcntmb[bhwd]
` [PATCH v3 18/37] target/ppc: implement vgnb

[PATCH v6 0/6] support subsets of Float-Point in Integer Registers extensions
 2022-02-11  4:39 UTC  (7+ messages)
` [PATCH v6 1/6] target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
` [PATCH v6 2/6] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PATCH v6 3/6] target/riscv: add support for zfinx
` [PATCH v6 4/6] target/riscv: add support for zdinx
` [PATCH v6 5/6] target/riscv: add support for zhinx/zhinxmin
` [PATCH v6 6/6] target/riscv: expose zfinx, zdinx, zhinx{min} properties

[PATCH v2 00/12] Hexagon bug fixes and additional tests
 2022-02-11  4:09 UTC  (4+ messages)
` [PATCH v2 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR

[PATCH 00/15] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-11  2:57 UTC  (6+ messages)
` [PATCH 11/15] target: Use ArchCPU as "

[PATCH v3] target/riscv: Enable Zicbo[m,z,p] instructions
 2022-02-11  2:41 UTC  (2+ messages)

[PULL 00/34] tcg patch queue
 2022-02-11  1:30 UTC  (24+ messages)
` [PULL 07/34] softmmu/cpus: Check if the cpu work list is empty atomically
` [PULL 10/34] tcg/i386: Support raising sigbus for user-only
` [PULL 11/34] tcg/aarch64: "
` [PULL 13/34] tcg/riscv: "
` [PULL 14/34] tcg/s390x: "
` [PULL 15/34] tcg/tci: "
` [PULL 17/34] tcg/arm: Drop support for armv4 and armv5 hosts
` [PULL 18/34] tcg/arm: Remove use_armv5t_instructions
` [PULL 20/34] tcg/arm: Check alignment for ldrd and strd
` [PULL 21/34] tcg/arm: Support unaligned access for softmmu
` [PULL 22/34] tcg/arm: Reserve a register for guest_base
` [PULL 23/34] tcg/arm: Support raising sigbus for user-only
` [PULL 24/34] tcg/mips: Support unaligned access "
` [PULL 25/34] tcg/mips: Support unaligned access for softmmu
` [PULL 26/34] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64
` [PULL 27/34] tcg/sparc: Split out tcg_out_movi_imm32
` [PULL 28/34] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PULL 29/34] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PULL 30/34] tcg/sparc: Convert patch_reloc to return bool
` [PULL 31/34] tcg/sparc: Use the constant pool for 64-bit constants
` [PULL 32/34] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PULL 33/34] tcg/sparc: Support unaligned access for user-only
` [PULL 34/34] tests/tcg/multiarch: Add sigbus.c

[RFC PATCH v5 00/30] Add LoongArch softmmu support
 2022-02-11  2:04 UTC  (3+ 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).