messages from 2024-05-23 17:49:52 to 2024-05-24 10:08:30 UTC [more...]
[PATCH v2 qemu 0/6] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
2024-05-24 10:05 UTC (7+ messages)
` [PATCH v2 1/6] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH v2 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
` [PATCH v2 3/6] hw/acpi: Generic Port Affinity Structure support
` [PATCH v2 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH v2 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH v2 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)
[PATCH 0/2] migrate inflight emulated SCSI request for the scsi disk device
2024-05-24 10:01 UTC (4+ messages)
` [PATCH 1/2] scsi-disk: Introduce the migrate_emulate_scsi_request field
` [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
[PULL 00/10] loongarch-to-apply queue
2024-05-24 10:00 UTC (3+ messages)
` [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
[PATCH 0/4] target/riscv: Implement May-Be-Operations(zimop) extension
2024-05-24 9:48 UTC (5+ messages)
` [PATCH 1/4] target/riscv: Add zimop extension
` [PATCH 3/4] target/riscv: Add zcmop extension
[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
2024-05-24 9:31 UTC (2+ messages)
[PATCH RFC 0/2] meson: Pass objects to declare_dependency()
2024-05-24 9:14 UTC (4+ messages)
` [PATCH RFC 1/2] "
` [PATCH RFC 2/2] Revert "meson: Propagate gnutls dependency"
[PATCH v2 0/3] RISC-V virt MHP support
2024-05-24 9:10 UTC (5+ messages)
` [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
` [PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support
[PATCH] intel_iommu: Use the latest fault reasons defined by spec
2024-05-24 8:40 UTC (8+ messages)
[PATCH 00/16] target/i386/tcg: translation cleanups
2024-05-24 8:10 UTC (17+ messages)
` [PATCH 01/16] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
` [PATCH 02/16] target/i386: cleanup eob handling of RSM
` [PATCH 03/16] target/i386: document and group DISAS_* constants
` [PATCH 04/16] target/i386: avoid calling gen_eob_syscall before tb_stop
` [PATCH 05/16] target/i386: avoid calling gen_eob_inhibit_irq "
` [PATCH 06/16] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
` [PATCH 07/16] target/i386: raze the gen_eob* jungle
` [PATCH 08/16] target/i386: reg in gen_ldst_modrm is always OR_TMP0
` [PATCH 09/16] target/i386: split gen_ldst_modrm for load and store
` [PATCH 10/16] target/i386: inline gen_add_A0_ds_seg
` [PATCH 11/16] target/i386: use mo_stacksize more
` [PATCH 12/16] target/i386: introduce gen_lea_ss_ofs
` [PATCH 13/16] target/i386: clean up repeated string operations
` [PATCH 14/16] target/i386: remove aflag argument of gen_lea_v_seg
` [PATCH 15/16] target/i386: cpu_load_eflags already sets cc_op
` [PATCH 16/16] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
[PATCH v3 0/3] Fix sanitizer errors with clang 18.1.1
2024-05-24 8:09 UTC (4+ messages)
` [PATCH v3 3/3] meson: Drop the .fa library prefix
[PATCH] hw/nvme: fix mo field in io mgnt send
2024-05-24 8:03 UTC (4+ messages)
[PATCH v3 00/11] Support persistent reservation operations
2024-05-24 7:24 UTC (11+ messages)
` [PATCH v3 06/11] block/nvme: add reservation command protocol constants
` [PATCH v3 08/11] hw/nvme: enable ONCS reservations
` [PATCH v3 09/11] hw/nvme: enable namespace rescap function
` [PATCH v3 10/11] hw/nvme: add reservation protocal command
[PATCH v2] meson.build: add -mcx16 flag for x86_64 host
2024-05-24 7:15 UTC (3+ messages)
[PATCH v2 00/11] qcow2: make subclusters discardable
2024-05-24 6:42 UTC (7+ messages)
` [PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
` [PATCH v2 05/11] iotests/common.rc: add disk_usage function
` [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
[PATCH v2 00/12] Add support for RISC-V ACPI tests
2024-05-24 6:14 UTC (13+ messages)
` [PATCH v2 01/12] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
` [PATCH v2 02/12] uefi-test-tools: Add support for python based build script
` [PATCH v2 03/12] tests/data/uefi-boot-images: Add RISC-V ISO image
` [PATCH v2 04/12] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
` [PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
` [PATCH v2 07/12] meson.build: Add RISC-V to the edk2-target list
` [PATCH v2 08/12] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
` [PATCH v2 09/12] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
` [PATCH v2 10/12] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
` [PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v2 12/12] tests/qtest/bios-tables-test: Add expected ACPI data files "
[PATCH v4 0/4] Fix sanitizer errors with clang 18.1.1
2024-05-24 5:35 UTC (5+ messages)
` [PATCH v4 1/4] qemu-keymap: Make references to allocations static
` [PATCH v4 2/4] lockable: Do not cast function pointers
` [PATCH v4 3/4] qapi: "
` [PATCH v4 4/4] meson: Drop the .fa library suffix
[PULL 0/5] tcg patch queue
2024-05-24 5:06 UTC (2+ messages)
[PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
2024-05-24 4:06 UTC (3+ messages)
[PATCH v3 0/3] Add extioi virt extension support
2024-05-24 1:23 UTC (3+ messages)
[PULL 00/72] ppc-for-9.1-1 queue
2024-05-23 23:53 UTC
[PATCH v12 00/13] Support blob memory and venus on qemu
2024-05-23 23:33 UTC (4+ messages)
` [PATCH v12 13/13] virtio-gpu: Support Venus context
[PULL 00/72] ppc-for-9.1-1 queue
2024-05-23 23:31 UTC (74+ messages)
` [PULL 01/72] spapr: avoid overhead of finding vhyp class in critical operations
` [PULL 02/72] ppc/spapr: Add ibm,pi-features
` [PULL 03/72] target/ppc: Fix broadcast tlbie synchronisation
` [PULL 04/72] tcg/cputlb: Remove non-synced variants of global TLB flushes
` [PULL 05/72] tcg/cputlb: remove other-cpu capability from TLB flushing
` [PULL 06/72] target/ppc: Move sync instructions to decodetree
` [PULL 07/72] target/ppc: Fix embedded memory barriers
` [PULL 08/72] target/ppc: Add ISA v3.1 variants of sync instruction
` [PULL 09/72] target/ppc: Merge various fpu helpers
` [PULL 10/72] target/ppc: Move floating-point arithmetic instructions to decodetree
` [PULL 11/72] target/ppc: Move mul{li, lw, lwo, hw, hwu} "
` [PULL 12/72] target/ppc: Make divw[u] handler method decodetree compatible
` [PULL 13/72] target/ppc: Move divw[u, e, eu] instructions to decodetree
` [PULL 14/72] target/ppc: Move neg, darn, mod{sw, uw} "
` [PULL 15/72] target/ppc: Move multiply fixed-point insns (64-bit operands) "
` [PULL 16/72] target/ppc: Move div/mod fixed-point insns (64 bits "
` [PULL 17/72] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions "
` [PULL 18/72] target/ppc: Move logical fixed-point "
` [PULL 19/72] target/ppc: Move VMX storage access "
` [PULL 20/72] target/ppc: Move VMX integer logical "
` [PULL 21/72] target/ppc: Move VMX integer max/min "
` [PULL 22/72] This commit is preparatory to the addition of Branch History Rolling Buffer (BHRB) functionality, which is being provided today starting with the P8 processor
` [PULL 23/72] This commit continues adding support for the Branch History Rolling Buffer (BHRB) as is provided starting with the P8 processor and continuing with its successors. This commit is limited to the recording and filtering of taken branches
` [PULL 24/72] Add support for the clrbhrb and mfbhrbe instructions
` [PULL 25/72] Adds migration support for Branch History Rolling Buffer (BHRB) internal state
` [PULL 26/72] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
` [PULL 27/72] target/ppc: Remove redundant MEMOP_GET_SIZE macro
` [PULL 28/72] target/ppc: Make checkstop actually stop the system
` [PULL 29/72] target/ppc: improve checkstop logging
` [PULL 30/72] target/ppc: Implement attn instruction on BookS 64-bit processors
` [PULL 31/72] target/ppc: BookE DECAR SPR is 32-bit
` [PULL 32/72] target/ppc: Add PPR32 SPR
` [PULL 33/72] target/ppc: add helper to write per-LPAR SPRs
` [PULL 34/72] target/ppc: Add SMT support to simple SPRs
` [PULL 35/72] target/ppc: Add SMT support to PTCR SPR
` [PULL 36/72] target/ppc: Implement LDBAR, TTR SPRs
` [PULL 37/72] target/ppc: Implement SPRC/SPRD SPRs
` [PULL 38/72] target/ppc: add SMT support to msgsnd broadcast
` [PULL 39/72] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PULL 40/72] target/ppc: Remove unused helper
` [PULL 41/72] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PULL 42/72] target/ppc/mmu_common.c: Remove unneeded local variable
` [PULL 43/72] target/ppc/mmu_common.c: Simplify checking for real mode
` [PULL 44/72] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PULL 45/72] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PULL 46/72] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PULL 47/72] target/ppc/mmu_common.c: Move some debug logging
` [PULL 48/72] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PULL 49/72] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PULL 50/72] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PULL 51/72] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PULL 52/72] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PULL 53/72] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PULL 54/72] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PULL 55/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PULL 56/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PULL 57/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PULL 58/72] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PULL 59/72] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PULL 60/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PULL 61/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PULL 62/72] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PULL 63/72] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PULL 64/72] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PULL 65/72] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PULL 66/72] target/ppc: Remove id_tlbs flag from CPU env
` [PULL 67/72] target/ppc: Split off common embedded TLB init
` [PULL 68/72] target/ppc/mmu-hash32.c: Drop a local variable
` [PULL 69/72] target/ppc/mmu-radix64.c: "
` [PULL 70/72] target/ppc: Add a function to check for page protection bit
` [PULL 71/72] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PULL 72/72] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
[PATCH 0/2] target/ppc: Fix PMU instruction counting
2024-05-23 23:27 UTC (3+ messages)
[PATCH 0/7] s390x/ccw: Error reporting cleanups
2024-05-23 20:27 UTC (2+ messages)
[RFC PATCH 0/4] migration-test: Device migration smoke tests
2024-05-23 20:19 UTC (5+ messages)
` [RFC PATCH 1/4] tests/qtest/libqtest: Introduce another qtest_init version with no handshake
` [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
` [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
` [RFC PATCH 4/4] ci: Add the new migration "
[PATCH v3 0/4] Check clock connection between STM32L4x5 RCC and peripherals
2024-05-23 19:41 UTC (5+ messages)
` [PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH v3 2/4] hw/char: Use v2 VMStateDescription for STM32L4x5 USART
` [PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections
[PATCH 0/6] error: Eliminate QERR_IO_ERROR
2024-05-23 19:43 UTC (3+ messages)
` [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
2024-05-23 19:05 UTC (19+ messages)
` [PATCH v2 01/18] migration: Fix file migration with fdset
` [PATCH v2 02/18] tests/qtest/migration: Fix file migration offset check
` [PATCH v2 03/18] tests/qtest/migration: Add a precopy file test with fdset
` [PATCH v2 04/18] monitor: Drop monitor_fdset_dup_fd_add()
` [PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
` [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
` [PATCH v2 07/18] monitor: Simplify fdset and fd removal
` [PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
` [PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
` [PATCH v2 10/18] migration: Add direct-io parameter
` [PATCH v2 11/18] migration/multifd: Add direct-io support
` [PATCH v2 12/18] tests/qtest/migration: Add tests for file migration with direct-io
` [PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
` [PATCH v2 14/18] migration: Add documentation for fdset with multifd + file
` [PATCH v2 15/18] tests/qtest/migration: Add a test for mapped-ram with passing of fds
` [PATCH v2 16/18] io/channel-file: Add direct-io support
` [PATCH v2 17/18] migration: Add direct-io helpers
` [PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration
[PATCH v4 0/1] ARM Sbsa-ref: Enable CPU cluster topology
2024-05-23 18:47 UTC (3+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine
[PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
2024-05-23 18:39 UTC
[PATCH v6 0/8] xen: Support grant mappings
2024-05-23 18:30 UTC (5+ messages)
` [PATCH v6 7/8] xen: mapcache: Add support for "
[PATCH v8 00/14] Enabling DCD emulation support in Qemu
2024-05-23 17:44 UTC (15+ messages)
` [PATCH v8 01/14] hw/cxl/mailbox: change CCI cmd set structure to be a member, not a reference
` [PATCH v8 02/14] hw/cxl/mailbox: interface to add CCI commands to an existing CCI
` [PATCH v8 03/14] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v8 04/14] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v8 05/14] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v8 06/14] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v8 07/14] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v8 08/14] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v8 09/14] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v8 10/14] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v8 12/14] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
` [PATCH v8 13/14] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v8 14/14] hw/mem/cxl_type3: Allow to release extent superset in QMP interface
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).