messages from 2024-05-23 23:14:54 to 2024-05-24 20:02:16 UTC [more...]
[PATCH V2 0/3] improve -overcommit cpu-pm=on|off
2024-05-24 20:00 UTC (3+ messages)
` [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
` [PATCH V2 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()
[RFC PATCH v3 00/18] SMMUv3 nested translation support
2024-05-24 17:22 UTC (3+ messages)
` [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE
Add 'info pg' command to monitor
2024-05-24 17:07 UTC (8+ messages)
` [PATCH v2 0/6] Rework x86 page table walks
` [PATCH v2 1/6] Add an "info pg" command that prints the current page tables
` [PATCH v2 2/6] Convert 'info tlb' to use generic iterator
` [PATCH v2 3/6] Convert 'info mem' "
` [PATCH v2 4/6] Convert x86_cpu_get_memory_mapping() to use generic iterators
` [PATCH v2 5/6] Move tcg implementation of x86 get_physical_address into common helper code
` [PATCH v2 6/6] Convert x86_mmu_translate() to use common code
[PATCH] target/i386: disable jmp_opt if EFLAGS.RF is 1
2024-05-24 16:56 UTC (2+ messages)
[PATCH] target/i386: always go through gen_eob*()
2024-05-24 16:50 UTC (2+ messages)
[PATCH 0/5] meson: small cleanups
2024-05-24 16:20 UTC (6+ messages)
` [PATCH 1/5] meson: remove unnecessary reference to libm
` [PATCH 2/5] meson: remove unnecessary dependency
` [PATCH 3/5] tcg: include dependencies in static_library()
` [PATCH 4/5] meson: do not query modules before they are processed
` [PATCH 5/5] migration: remove unnecessary zlib dependency
[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
2024-05-24 16:11 UTC (4+ messages)
` [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support
[PATCH v2 0/3] RISC-V virt MHP support
2024-05-24 15:29 UTC (8+ 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 00/16] target/i386/tcg: translation cleanups
2024-05-24 15:18 UTC (38+ 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/2] cxl: add poison creation event handler
2024-05-24 15:15 UTC (7+ messages)
` [PATCH v3 2/2] cxl/core: "
[PATCH V1 00/26] Live update: cpr-exec
2024-05-24 14:58 UTC (9+ messages)
` [PATCH V1 05/26] migration: precreate vmstate
` [PATCH V1 20/26] migration: cpr-exec mode
` [PATCH V1 23/26] migration: misc cpr-exec blockers
[PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-05-24 13:57 UTC (7+ messages)
` [PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
` [PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
[PULL 00/72] ppc-for-9.1-1 queue
2024-05-24 13:36 UTC (2+ messages)
[PATCH 00/16] VFIO: misc cleanups part2
2024-05-24 13:16 UTC (5+ messages)
` [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
` [PATCH 05/16] vfio/helpers: Make vfio_device_get_name() "
[PATCH 0/7] s390x/ccw: Error reporting cleanups
2024-05-24 13:14 UTC (13+ messages)
` [PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
` [PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool
` [PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
` [PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool
` [PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
` [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
2024-05-24 12:30 UTC (4+ messages)
` [PATCH v2 01/18] migration: Fix file migration with fdset
[PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
2024-05-24 12:28 UTC (4+ messages)
[PATCH v2 0/2] Zynq 7000 Improvements
2024-05-24 12:08 UTC (3+ messages)
` [PATCH v2 1/2] hw/arm/xilinx_zynq: Add cache controller
` [PATCH v2 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
[PATCH 0/2] Zynq 7000 SoC improvements
2024-05-24 11:45 UTC (4+ messages)
` [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
[RFC PATCH] hw/dma: Add Intel I/OAT DMA controller emulation
2024-05-24 11:45 UTC
[PATCH 0/6] target/riscv: Support Zabha extension
2024-05-24 11:44 UTC (4+ messages)
` [PATCH 5/6] target/riscv: Enable zabha for max cpu
[PATCH v2 0/2] Fix GICv2 handling of pending interrupts
2024-05-24 11:32 UTC (3+ messages)
` [PATCH v2 1/2] hw/intc/arm_gic: Fix set pending of PPIs
` [PATCH v2 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
[PATCH 1/1] target/riscv: Support Zama16b extension
2024-05-24 11:22 UTC (2+ messages)
[PATCH 0/2] migrate inflight emulated SCSI request for the scsi disk device
2024-05-24 10:53 UTC (5+ 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:54 UTC (6+ messages)
` [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
` [PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width
[PATCH v7 0/8] xen: Support grant mappings
2024-05-24 10:51 UTC (9+ messages)
` [PATCH v7 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PATCH v7 2/8] xen: mapcache: Unmap first entries in buckets
` [PATCH v7 3/8] xen: Add xen_mr_is_memory()
` [PATCH v7 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
` [PATCH v7 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
` [PATCH v7 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
` [PATCH v7 7/8] xen: mapcache: Add support for grant mappings
` [PATCH v7 8/8] hw/arm: xen: Enable use of "
[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/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] intel_iommu: Use the latest fault reasons defined by spec
2024-05-24 8:40 UTC (8+ messages)
[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 v3 0/3] Add extioi virt extension support
2024-05-24 1:23 UTC (3+ messages)
[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 (34+ messages)
` [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 07/72] target/ppc: Fix embedded memory barriers
` [PULL 09/72] target/ppc: Merge various fpu helpers
` [PULL 12/72] target/ppc: Make divw[u] handler method decodetree compatible
` [PULL 17/72] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree
` [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 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 30/72] target/ppc: Implement attn instruction on BookS 64-bit processors
` [PULL 31/72] target/ppc: BookE DECAR SPR is 32-bit
` [PULL 37/72] target/ppc: Implement SPRC/SPRD SPRs
` [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 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 49/72] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [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 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 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 62/72] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PULL 64/72] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [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 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)
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).