qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-12 10:56:17 to 2024-05-13 10:25:21 UTC [more...]

[PATCH v2 00/45] target/hppa: Misc improvements
 2024-05-13 10:24 UTC  (51+ messages)
` [PATCH v2 01/45] target/hppa: Move cpu_get_tb_cpu_state out of line
` [PATCH v2 02/45] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
` [PATCH v2 03/45] target/hppa: Move constant destination check into use_goto_tb
` [PATCH v2 04/45] target/hppa: Pass displacement to do_dbranch
` [PATCH v2 05/45] target/hppa: Allow prior nullification in do_ibranch
` [PATCH v2 06/45] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
` [PATCH v2 07/45] target/hppa: Add install_iaq_entries
` [PATCH v2 08/45] target/hppa: Add install_link
` [PATCH v2 09/45] target/hppa: Delay computation of IAQ_Next
` [PATCH v2 10/45] target/hppa: Skip nullified insns in unconditional dbranch path
` [PATCH v2 11/45] target/hppa: Simplify TB end
` [PATCH v2 12/45] target/hppa: Add IASQ entries to DisasContext
` [PATCH v2 13/45] target/hppa: Add space arguments to install_iaq_entries
` [PATCH v2 14/45] target/hppa: Add space argument to do_ibranch
` [PATCH v2 15/45] target/hppa: Use umax in do_ibranch_priv
` [PATCH v2 16/45] target/hppa: Always make a copy "
` [PATCH v2 17/45] target/hppa: Introduce and use DisasIAQE for branch management
` [PATCH v2 18/45] target/hppa: Use displacements in DisasIAQE
` [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
` [PATCH v2 20/45] target/hppa: Use TCG_COND_TST* in do_cond
` [PATCH v2 21/45] target/hppa: Use TCG_COND_TST* in do_log_cond
` [PATCH v2 22/45] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
` [PATCH v2 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
` [PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
` [PATCH v2 25/45] target/hppa: Use registerfields.h for FPSR
` [PATCH v2 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
` [PATCH v2 27/45] target/hppa: Remove cond_free
` [PATCH v2 28/45] target/hppa: Introduce DisasDelayException
` [PATCH v2 29/45] target/hppa: Use delay_excp for conditional traps
` [PATCH v2 30/45] target/hppa: Use delay_excp for conditional trap on overflow
` [PATCH v2 31/45] linux-user/hppa: Force all code addresses to PRIV_USER
` [PATCH v2 32/45] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
` [PATCH v2 33/45] target/hppa: Do not mask in copy_iaoq_entry
` [PATCH v2 34/45] target/hppa: Improve hppa_cpu_dump_state
` [PATCH v2 35/45] target/hppa: Split PSW X and B into their own field
` [PATCH v2 36/45] target/hppa: Manage PSW_X and PSW_B in translator
` [PATCH v2 37/45] target/hppa: Implement PSW_B
` [PATCH v2 38/45] target/hppa: Implement PSW_X
` [PATCH v2 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
` [PATCH v2 40/45] target/hppa: Adjust priv for B,GATE at runtime
` [PATCH v2 41/45] target/hppa: Implement CF_PCREL
` [PATCH v2 42/45] target/hppa: Implement PSW_T
` [PATCH v2 43/45] target/hppa: Implement PSW_H, PSW_L
` [PATCH v2 44/45] target/hppa: Log cpu state at interrupt
` [PATCH v2 45/45] target/hppa: Log cpu state on return-from-interrupt

[PATCH 0/4] tests: Remove xfsprogs and g++ from the dockerfiles
 2024-05-13 10:22 UTC  (4+ messages)
` [PATCH 1/4] tests/lcitool: Remove 'xfsprogs' from QEMU
` [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
` [PATCH 4/4] tests/docker/dockerfiles: Update container files with "lcitool-refresh"

[PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
 2024-05-13 10:10 UTC  (9+ messages)

[PATCH 0/3] Trivial ARM changes
 2024-05-13 10:11 UTC  (4+ messages)
` [PATCH 1/3] hw/rtc/ds1338: Trace send and receive operations
` [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events
` [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-13  9:56 UTC  (15+ messages)

[PATCH v5 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-13  9:29 UTC  (3+ messages)
` [PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract

[PATCH] docs/system: Remove ADC from raspi documentation
 2024-05-13  9:21 UTC  (2+ messages)

[PATCH v11 00/10] Support blob memory and venus on qemu
 2024-05-13  9:20 UTC  (7+ messages)
` [PATCH v11 01/10] virtio-gpu: Unrealize GL device
` [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
` [PATCH v11 09/10] virtio-gpu: Register capsets dynamically

[PATCH] ui/sdl2: Allow host to power down screen
 2024-05-13  8:30 UTC  (2+ messages)

[PATCH 1/2] Add gd_motion_event trace event
 2024-05-13  8:22 UTC  (7+ messages)
` [PATCH 2/2] Fix mouse/motion event scaling issue with GTK display backend
` [PATCH v2 0/2] ui/gtk: Fix motion event scaling issue
  ` [PATCH v2 1/2] ui/gtk: Add gd_motion_event trace event
  ` [PATCH v2 2/2] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend

Kubernetes runners down?
 2024-05-13  7:42 UTC 

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-13  7:30 UTC  (12+ messages)

[PATCH] fix: correct typo in ext_zvkb configuration variable Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
 2024-05-13  7:24 UTC  (2+ messages)

[PATCH] hw/nvme: Add CLI options for PCI vendor/device IDs and IEEE-OUI ID
 2024-05-13  7:23 UTC  (2+ messages)

[PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-13  7:19 UTC  (5+ messages)
` [PATCH v2 1/4] migration: add "exists" info to load-state-field trace
` [PATCH v2 2/4] migration: fix a typo
` [PATCH v2 3/4] virtio-gpu: add x-vmstate-version
` [PATCH v2 4/4] virtio-gpu: fix v2 migration

[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
 2024-05-13  7:18 UTC  (4+ messages)

[PATCH v2 1/2] Revert "vhost-user: fix lost reconnect"
 2024-05-13  7:15 UTC  (3+ messages)
` [PATCH v2 2/2] vhost-user: fix lost reconnect again

[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
 2024-05-13  6:54 UTC  (3+ messages)

[PATCH v3 0/5] mirror: allow specifying working bitmap
 2024-05-13  6:46 UTC  (3+ messages)
` [PATCH v3 3/5] "

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-05-13  6:52 UTC  (5+ messages)

[PATCH v2 00/11] qcow2: make subclusters discardable
 2024-05-13  6:32 UTC  (12+ messages)
` [PATCH v2 01/11] qcow2: make function update_refcount_discard() global
` [PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
` [PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
` [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 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
` [PATCH v2 08/11] qcow2: zeroize the entire cluster when there're no non-zero subclusters
` [PATCH v2 09/11] qcow2: make subclusters discardable
` [PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
` [PATCH v2 11/11] iotests/271: add test cases for subcluster-based discard/unmap

[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-13  6:31 UTC  (8+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
` [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format

[PATCH v9 0/5] Support message-based DMA in vfio-user server
 2024-05-13  6:29 UTC  (7+ messages)
` [PATCH v9 2/5] softmmu: Support concurrent bounce buffers

[PATCH 00/45] target/hppa: Misc improvements
 2024-05-13  6:11 UTC  (4+ messages)

[PATCH v2 0/2] ppc/pnv: ADU model for POWER9/10
 2024-05-13  6:10 UTC  (5+ messages)
` [PATCH v2 1/2] ppc/pnv: Begin a more complete ADU LPC "
` [PATCH v2 2/2] ppc/pnv: Implement ADU access to LPC space

[PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
 2024-05-13  4:06 UTC  (2+ messages)

[PATCH v2 00/11] Support persistent reservation operations
 2024-05-13  3:52 UTC  (12+ messages)
` [PATCH v2 01/11] block: add persistent reservation in/out api
` [PATCH v2 02/11] block/raw: add persistent reservation in/out driver
` [PATCH v2 03/11] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v2 04/11] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v2 05/11] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v2 06/11] block/nvme: add reservation command protocol constants
` [PATCH v2 07/11] hw/nvme: add helper functions for converting reservation types
` [PATCH v2 08/11] hw/nvme: enable ONCS reservations
` [PATCH v2 09/11] hw/nvme: enable namespace rescap function
` [PATCH v2 10/11] hw/nvme: add reservation protocal command
` [PATCH v2 11/11] block/iscsi: add persistent reservation in/out driver

[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-13  2:54 UTC  (11+ messages)
` [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
` [PATCH 2/5] target/riscv: Support the version for ss1p13
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err

[PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
 2024-05-12 23:28 UTC  (62+ messages)
` [PATCH v7 01/61] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PATCH v7 02/61] target/ppc: Remove unused helper
` [PATCH v7 03/61] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v7 04/61] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v7 05/61] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v7 06/61] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v7 07/61] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v7 08/61] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v7 09/61] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v7 10/61] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v7 11/61] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v7 12/61] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v7 13/61] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v7 14/61] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v7 15/61] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v7 16/61] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v7 17/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v7 18/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v7 19/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v7 20/61] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v7 21/61] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v7 22/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v7 23/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PATCH v7 27/61] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH v7 29/61] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v7 30/61] target/ppc: Split off common embedded TLB init
` [PATCH v7 31/61] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v7 32/61] target/ppc/mmu-radix64.c: "
` [PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
` [PATCH v7 34/61] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH v7 37/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 38/61] "
` [PATCH v7 39/61] target/ppc/mmu_common.c: Remove another single use local
` [PATCH v7 40/61] target/ppc/mmu_common.c: Remove yet "
` [PATCH v7 41/61] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
` [PATCH v7 42/61] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
` [PATCH v7 43/61] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
` [PATCH v7 44/61] target/ppc/mmu_common.c: Remove hash "
` [PATCH v7 45/61] target/ppc/mmu_common.c: Remove nx "
` [PATCH v7 46/61] target/ppc/mmu_common.c: Convert local variable to bool
` [PATCH v7 47/61] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v7 48/61] target/ppc/mmu_common.c: Simplify a switch statement
` [PATCH v7 49/61] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
` [PATCH v7 50/61] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
` [PATCH v7 51/61] target/ppc: Add function to get protection key for hash32 MMU
` [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
` [PATCH v7 53/61] target/ppc/mmu_common.c: Init variable in function that relies on it
` [PATCH v7 54/61] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
` [PATCH v7 55/61] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
` [PATCH v7 56/61] target/ppc/mmu_common.c: Rename function parameter
` [PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants
` [PATCH v7 58/61] target/ppc: Remove bat_size_prot()
` [PATCH v7 59/61] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
` [PATCH v7 60/61] target/ppc/mmu_common.c: Remove mmu_ctx_t
` [PATCH v7 61/61] target/ppc/mmu_common.c: Remove a local variable

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-12 16:24 UTC  (10+ messages)

[PATCH] hw/mips/loongson3_virt: Implement node counter timer
 2024-05-12 12:20 UTC 

target/ppc: Move VMX int add/sub saturate insns to decodetree
 2024-05-12 11:38 UTC  (3+ messages)
` [PATCH 1/1] target/ppc: Move VMX integer "

[PULL 00/27] Build/arch cleanups, target/i386 fixes for 2024-05-10
 2024-05-12 10:49 UTC  (2+ messages)
` [PULL 01/27] target/i386: remove PCOMMIT from TCG, deprecate property


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).