qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-27 16:27:40 to 2023-12-29 12:09:08 UTC [more...]

[PATCH v2 0/4] target/riscv: SMBIOS support for RISC-V virt machine
 2023-12-29 12:07 UTC  (2+ messages)
` [PATCH v2 1/4] smbios: add processor-family option

[PATCH 0/2] ARM Sbsa-ref: Enable CPU cluster topology
 2023-12-29 12:01 UTC  (4+ messages)
` [PATCH 2/2] hw/arm/sbsa-ref: Add cpu-map to device tree

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2023-12-29 11:37 UTC  (70+ messages)
` [PATCH 02/35] target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPU
  ` [PATCH 02/35] target/arm: Set CTR_EL0.{IDC, DIC} "
` [PATCH 03/35] hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers
` [PATCH 04/35] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NV
` [PATCH 05/35] target/arm: Implement HCR_EL2.AT handling
` [PATCH 06/35] target/arm: Enable trapping of ERET for FEAT_NV
` [PATCH 07/35] target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is set
` [PATCH 08/35] target/arm: Allow use of upper 32 bits of TBFLAG_A64
` [PATCH 09/35] target/arm: Record correct opcode fields in cpreg for E2H aliases
` [PATCH 10/35] target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0
` [PATCH 11/35] target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses
` [PATCH 12/35] target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK check
` [PATCH 13/35] target/arm: Trap sysreg accesses for FEAT_NV
` [PATCH 14/35] target/arm: Make NV reads of CurrentEL return EL2
` [PATCH 15/35] target/arm: Set SPSR_EL1.M correctly when nested virt is enabled
` [PATCH 16/35] target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}
` [PATCH 17/35] target/arm: Always use arm_pan_enabled() when checking if PAN is enabled
` [PATCH 18/35] target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}
` [PATCH 19/35] target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1
` [PATCH 20/35] target/arm: Handle FEAT_NV page table attribute changes
` [PATCH 21/35] target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs
` [PATCH 22/35] target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits
` [PATCH 23/35] target/arm: Implement VNCR_EL2 register
` [PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
` [PATCH 25/35] target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2
` [PATCH 26/35] target/arm: Implement FEAT_NV2 redirection of sysregs to RAM
` [PATCH 27/35] target/arm: Report VNCR_EL2 based faults correctly
` [PATCH 28/35] target/arm: Mark up VNCR offsets (offsets 0x0..0xff)
` [PATCH 29/35] target/arm: Mark up VNCR offsets (offsets 0x100..0x160)
` [PATCH 30/35] target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)
` [PATCH 31/35] target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)
` [PATCH 32/35] hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registers
` [PATCH 33/35] target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumps
` [PATCH 34/35] target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry
` [PATCH 35/35] target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs

[PATCH v2 00/16] target/riscv: deprecate riscv_cpu_options[]
 2023-12-29 11:24 UTC  (8+ messages)
` [PATCH v2 01/16] target/riscv/cpu_cfg.h: remove user_spec and bext_spec
` [PATCH v2 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH v2 10/16] target/riscv: create finalize_features() for KVM

[PATCH 1/1] target/loongarch: move translate modules to tcg/
 2023-12-29 10:08 UTC  (2+ messages)

[PATCH 00/21] Build system cleanups for QEMU 9.0
 2023-12-29 10:01 UTC  (21+ messages)
` [PATCH 02/21] meson: remove unused variable
` [PATCH 05/21] configure: remove unnecessary subshell
` [PATCH 10/21] meson: remove config_targetos
` [PATCH 12/21] meson: rename config_all
` [PATCH 13/21] meson: add more sections to main meson.build
` [PATCH 14/21] meson: move program checks together
` [PATCH 16/21] meson: separate host-specific checks from option validation
` [PATCH 18/21] meson: move CFI detection code earlier
` [PATCH 20/21] meson: move subdirs to "Collect sources" section
` [PATCH 21/21] configure, meson: rename targetos to host_os

[PATCH] target/riscv/tcg: do not set defaults for non-generic
 2023-12-29  9:54 UTC  (3+ messages)

[PATCH 0/2] Adjust the output of x-query-virtio-status
 2023-12-29  9:31 UTC  (4+ messages)
` [PATCH 1/2] qapi/virtio: Keep feature and status bits in the QMP output
` [PATCH 2/2] hmp: Drop unknown feature and status bits

[PATCH v3 0/4] virtio: Refactor vhost input stub
 2023-12-29  9:01 UTC  (3+ messages)

[PATCH] ui/gtk: flush display pipeline before saving vmstate when blob=true
 2023-12-29  7:28 UTC  (7+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] ui/gtk: unblock pipeline only if fence hasn't been signaled yet

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-29  2:30 UTC  (4+ messages)
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[v2 0/5] Add ISA extension smcntrpmf support
 2023-12-29  0:49 UTC  (6+ messages)
` [v2 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [v2 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [v2 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [v2 4/5] target/riscv: Add cycle & instret privilege mode filtering support
` [v2 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[v2 0/5] Add ISA extension smcntrpmf support
 2023-12-29  0:47 UTC  (6+ messages)
` [v2 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [v2 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [v2 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions
` [v2 4/5] target/riscv: Add cycle & instret privilege mode filtering support
` [v2 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[PATCH v2 0/6] Pointer Masking update for Zjpm v0.8
 2023-12-28 23:46 UTC  (7+ messages)
` [PATCH v2 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v2 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v2 5/6] target/riscv: Update address modify functions to take into account pointer masking

[PATCH 00/22] target/i386: first part of TCG changes for 9.0
 2023-12-28 23:04 UTC  (41+ messages)
` [PATCH 01/22] target/i386: optimize computation of JL and JLE from flags
` [PATCH 02/22] target/i386: speedup JO/SETO after MUL or IMUL
` [PATCH 03/22] target/i386: remove unnecessary arguments from raise_interrupt
` [PATCH 04/22] target/i386: remove unnecessary truncations
` [PATCH 05/22] target/i386: clean up cpu_cc_compute_all
` [PATCH 06/22] target/i386: document more deviations from the manual
` [PATCH 07/22] target/i386: reimplement check for validity of LOCK prefix
` [PATCH 08/22] target/i386: avoid trunc and ext for MULX and RORX
` [PATCH 09/22] target/i386: rename zext0/zext2 and make them closer to the manual
` [PATCH 10/22] target/i386: add X86_SPECIALs for MOVSX and MOVZX
` [PATCH 11/22] target/i386: do not decode string source/destination into decode->mem
` [PATCH 13/22] target/i386: do not clobber T0 on string operations
` [PATCH 14/22] target/i386: split eflags computation out of gen_compute_eflags
` [PATCH 15/22] target/i386: do not use s->tmp4 for push
` [PATCH 16/22] target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
` [PATCH 17/22] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PATCH 18/22] target/i386: prepare for implementation of STOS/SCAS in new decoder
` [PATCH 19/22] target/i386: move operand load and writeback out of gen_cmovcc1
` [PATCH 21/22] target/i386: introduce flags writeback mechanism
` [PATCH 22/22] target/i386: implement CMPccXADD

Qemu setting "-cpu host" seems broken with Windows vms
 2023-12-28 17:45 UTC 

[PATCH v4 0/2] linux-user: openat() fixes
 2023-12-28 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
` [PATCH v4 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH v3 0/2] linux-user: openat() fixes
 2023-12-28 22:15 UTC  (4+ messages)
` [PATCH v3 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH] tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
 2023-12-28 20:44 UTC  (2+ messages)

[ANNOUNCE] QEMU 8.1.4 Stable released
 2023-12-28 19:33 UTC 

[ANNOUNCE] QEMU 7.2.8 Stable released
 2023-12-28 19:27 UTC 

[PATCH] q800: move dp8393x_prom memory region to Q800MachineState
 2023-12-28 18:43 UTC  (5+ messages)

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2023-12-28 16:19 UTC  (4+ messages)
` [PATCH v5 1/3] hw/misc: Implement "
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase
` [PATCH v5 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH v4 0/3] Add device STM32L4x5 EXTI
 2023-12-28 16:06 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc: Implement "
` [PATCH v4 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase
` [PATCH v4 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH 0/5] target/i386: Fix physical address masking bugs
 2023-12-28 16:00 UTC  (5+ messages)
` [PATCH 3/5] target/i386: Fix physical address truncation

[PATCH v11 0/7] Support x2APIC mode with TCG accelerator
 2023-12-28 15:44 UTC  (3+ messages)

[RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2023-12-28  8:06 UTC  (3+ messages)
` [RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
` [RFC v1 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[RFC PATCH] meson.build: report graphics backends
 2023-12-28 13:09 UTC  (3+ messages)

[PATCH v2] tcg/i386: convert add/sub of 128 to sub/add of -128
 2023-12-28 12:05 UTC 

[PATCH v4 00/21] parallels: Add full dirty bitmap support
 2023-12-28 10:12 UTC  (22+ messages)
` [PATCH v4 01/21] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
` [PATCH v4 02/21] parallels: Move inactivation code to a separate function
` [PATCH v4 03/21] parallels: Make mark_used() a global function
` [PATCH v4 04/21] parallels: Limit search in parallels_mark_used to the last marked claster
` [PATCH v4 05/21] parallels: Add parallels_mark_unused() helper
` [PATCH v4 06/21] parallels: Move host clusters allocation to a separate function
` [PATCH v4 07/21] parallels: Set data_end value in parallels_check_leak()
` [PATCH v4 08/21] parallels: Recreate used bitmap "
` [PATCH v4 09/21] parallels: Add a note about used bitmap in parallels_check_duplicate()
` [PATCH v4 10/21] parallels: Create used bitmap even if checks needed
` [PATCH v4 11/21] parallels: Add dirty bitmaps saving
` [PATCH v4 12/21] parallels: Let image extensions work in RW mode
` [PATCH v4 13/21] parallels: Handle L1 entries equal to one
` [PATCH v4 14/21] parallels: Make a loaded dirty bitmap persistent
` [PATCH v4 15/21] parallels: Reverse a conditional in parallels_check_leak() to reduce indents
` [PATCH v4 16/21] parallels: Truncate images on the last used cluster
` [PATCH v4 17/21] parallels: Check unused clusters in parallels_check_leak()
` [PATCH v4 18/21] parallels: Remove unnecessary data_end field
` [PATCH v4 19/21] tests: Add parallels images support to test 165
` [PATCH v4 20/21] tests: Turned on 256, 299, 304 and block-status-cache for parallels format
` [PATCH v4 21/21] tests: Add parallels format support to image-fleecing

[PATCH 01/21] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
 2023-12-28  9:53 UTC  (22+ messages)
` [PATCH 02/21] parallels: Move inactivation code to a separate function
` [PATCH 03/21] parallels: Make mark_used() a global function
` [PATCH 04/21] parallels: Limit search in parallels_mark_used to the last marked claster
` [PATCH 05/21] parallels: Add parallels_mark_unused() helper
` [PATCH 06/21] parallels: Move host clusters allocation to a separate function
` [PATCH 07/21] parallels: Set data_end value in parallels_check_leak()
` [PATCH 08/21] parallels: Recreate used bitmap "
` [PATCH 09/21] parallels: Add a note about used bitmap in parallels_check_duplicate()
` [PATCH 10/21] parallels: Create used bitmap even if checks needed
` [PATCH 11/21] parallels: Add dirty bitmaps saving
` [PATCH 12/21] parallels: Let image extensions work in RW mode
` [PATCH 13/21] parallels: Handle L1 entries equal to one
` [PATCH 14/21] parallels: Make a loaded dirty bitmap persistent
` [PATCH 15/21] parallels: Reverse a conditional in parallels_check_leak() to reduce indents
` [PATCH 16/21] parallels: Truncate images on the last used cluster
` [PATCH 17/21] parallels: Check unused clusters in parallels_check_leak()
` [PATCH 18/21] parallels: Remove unnecessary data_end field
` [PATCH 19/21] tests: Add parallels images support to test 165
` [PATCH 20/21] tests: Turned on 256, 299, 304 and block-status-cache for parallels format
` [PATCH 21/21] tests: Add parallels format support to image-fleecing

[PATCH v3 0/9] Add loongarch kvm accel support
 2023-12-28  8:40 UTC  (10+ messages)
` [PATCH v3 1/9] linux-headers: Synchronize linux headers from linux v6.7.0-rc7
` [PATCH v3 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH v3 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH v3 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH v3 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH v3 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH v3 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH v3 8/9] target/loongarch: Implement set vcpu intr for kvm
` [PATCH v3 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH v3 0/2] target/i386: add support for LAM
 2023-12-28  8:51 UTC  (5+ messages)
` [PATCH v3 1/2] target/i386: add support for LAM in CPUID enumeration
` [PATCH v3 2/2] target/i386: add control bits support for LAM

[PATCH v3 00/17] Add boot LoongArch elf kernel with FDT
 2023-12-28  1:06 UTC  (10+ messages)
` [PATCH v3 03/17] hw/loongarch: Add slave cpu boot_code
` [PATCH v3 04/17] hw/loongarch: Add init_cmdline
` [PATCH v3 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller

[PATCH] docs/devel: Document conventional file prefixes and suffixes
 2023-12-27 21:07 UTC  (2+ messages)

[PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
 2023-12-27 20:52 UTC  (2+ messages)

[PATCH 00/11] firmware: Convert to platform remove callback returning void
 2023-12-27 20:46 UTC  (4+ messages)
` [PATCH 06/11] firmware: qemu_fw_cfg: "

[PATCH] tcg/i386: convert add/sub of 128 to sub/add of -128
 2023-12-27 20:13 UTC  (2+ messages)

[PATCH] esp: process the result of scsi_device_find()
 2023-12-27 20:02 UTC  (3+ messages)

[PATCH] hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state
 2023-12-27 19:54 UTC  (2+ messages)

[PATCH] mailmap: Fix Stefan Weil author email again
 2023-12-27 19:03 UTC  (4+ 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).