qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-17 14:44:44 to 2023-12-18 15:04:22 UTC [more...]

[PATCH v8 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-12-18 15:02 UTC  (5+ messages)
` [PATCH v8 01/13] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PATCH v8 02/13] hw/arm/virt-acpi-build.c: Migrate virtio "
` [PATCH v8 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
` [PATCH v8 11/13] hw/riscv/virt: Update GPEX MMIO related properties

[PATCH 0/2] Add support for (ratified) Zacas extension
 2023-12-18 15:02 UTC  (6+ messages)
` [PATCH 1/2] target/riscv: Add support for "
` [PATCH 2/2] disas/riscv: Add amocas.[w,d,q] instructions

[PATCH] esp: process the result of scsi_device_find()
 2023-12-18 15:02 UTC 

[PATCH] target/xtensa: fix OOB TLB entry access
 2023-12-18 14:58 UTC  (2+ messages)

[PATCH qemu v3 0/2] Add minimal support for the B-L475E-IOT01A board
 2023-12-18 14:53 UTC  (2+ messages)

[RFC 0/3] aio-posix: call ->poll_end() when removing AioHandler
 2023-12-18 14:49 UTC  (11+ messages)
` [RFC 3/3] "

[PATCH V8 00/12] fix migration of suspended runstate
 2023-12-18 14:43 UTC  (4+ messages)

[PATCH v8 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-12-18 14:43 UTC  (9+ messages)
` [PATCH v8 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v8 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v8 08/11] hw/net: General GMAC Implementation
` [PATCH v8 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[v2 0/4] Support generic Luks encryption
 2023-12-18 14:24 UTC  (14+ messages)
` [v2 1/4] crypto: Introduce option and structure for detached LUKS header
` [v2 2/4] crypto: Introduce payload offset set function
` [v2 3/4] crypto: Support generic LUKS encryption
` [v2 4/4] block: Support detached LUKS header creation for blockdev-create

"Instant clone" with Qemu?
 2023-12-18 14:18 UTC  (6+ messages)

[PATCH v2] qdev: Report an error for machine without HotplugHandler
 2023-12-18 14:02 UTC  (4+ messages)

[PATCH v6 0/4] Add full zoned storage emulation to qcow2 driver
 2023-12-18 13:52 UTC  (5+ messages)
` [PATCH v6 2/4] qcow2: add configurations for zoned format extension

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-18 13:46 UTC  (5+ messages)
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM

[PATCH 1/1] qga/linux: Add new api 'guest-network-get-route'
 2023-12-18 13:37 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v7 0/5] eBPF RSS through QMP support
 2023-12-18 13:32 UTC  (13+ messages)
` [PATCH v7 4/5] qmp: Added new command to retrieve eBPF blob
` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton

[PATCH v6 0/4] compare machine type compat_props
 2023-12-18 13:19 UTC  (9+ messages)
` [PATCH v6 2/4] qmp: add dump machine type compatible properties
` [PATCH v6 4/4] scripts: add script to compare "

[PATCH v13 00/26] riscv: RVA22 profiles support
 2023-12-18 12:53 UTC  (27+ messages)
` [PATCH v13 01/26] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH v13 02/26] target/riscv/tcg: do not use "!generic" CPU checks
` [PATCH v13 03/26] target/riscv/tcg: update priv_ver on user_set extensions
` [PATCH v13 04/26] target/riscv: add rv64i CPU
` [PATCH v13 05/26] target/riscv: add zicbop extension flag
` [PATCH v13 06/26] target/riscv/tcg: add 'zic64b' support
` [PATCH v13 07/26] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
` [PATCH v13 08/26] target/riscv: add rva22u64 profile definition
` [PATCH v13 09/26] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PATCH v13 10/26] target/riscv/tcg: add user flag for profile support
` [PATCH v13 11/26] target/riscv/tcg: add MISA user options hash
` [PATCH v13 12/26] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PATCH v13 13/26] target/riscv/tcg: handle profile MISA bits
` [PATCH v13 14/26] target/riscv/tcg: add hash table insert helpers
` [PATCH v13 15/26] target/riscv/tcg: honor user choice for G MISA bits
` [PATCH v13 16/26] target/riscv/tcg: validate profiles during finalize
` [PATCH v13 17/26] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
` [PATCH v13 18/26] target/riscv: add 'rva22u64' CPU
` [PATCH v13 19/26] target/riscv: implement svade
` [PATCH v13 20/26] target/riscv: add priv ver restriction to profiles
` [PATCH v13 21/26] target/riscv/cpu.c: finalize satp_mode earlier
` [PATCH v13 22/26] target/riscv/cpu.c: add riscv_cpu_is_32bit()
` [PATCH v13 23/26] target/riscv: add satp_mode profile support
` [PATCH v13 24/26] target/riscv: add 'parent' in profile description
` [PATCH v13 25/26] target/riscv: add RVA22S64 profile
` [PATCH v13 26/26] target/riscv: add rva22s64 cpu

[PATCH] target/i386: Fix physical address truncation when PAE is enabled
 2023-12-18 12:56 UTC 

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2023-12-18 11:33 UTC  (36+ messages)
` [PATCH 01/35] target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 only
` [PATCH 02/35] target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPU
` [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 v7] ui/cocoa: Use NSWindow's ability to resize
 2023-12-18 11:16 UTC  (5+ messages)

[PATCH qemu v2 0/3] Add device STM32L4x5 SYSCFG
 2023-12-18 11:15 UTC  (4+ messages)
` [PATCH qemu v2 1/3] hw/misc: Implement "
` [PATCH qemu v2 2/3] tests/qtest: Add STM32L4x5 SYSCFG QTest testcase
` [PATCH qemu v2 3/3] hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoC

[PATCH 00/12] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2023-12-18 10:54 UTC  (11+ messages)
` [PATCH 01/12] hw: Remove unused includes of hw/block/fdc.h
` [PATCH 03/12] hw/block/fdc-isa: Rename header to match source file
` [PATCH 04/12] hw/block/fdc: Expose internal header
` [PATCH 10/12] exec/ioport: Add portio_list_set_address()
` [PATCH 12/12] hw/isa/vt82c686: Implement relocation of SuperI/O functions

[PATCH v3] hw/usb: fix xhci port notify
 2023-12-18 10:40 UTC  (2+ messages)

[PATCH v2 0/4] scsi: eliminate AioContext lock
 2023-12-18 10:28 UTC  (2+ messages)

[PATCH v2] qemu_init: increase NOFILE soft limit on POSIX
 2023-12-18 10:13 UTC 

[RFC PATCH] hw/arm: Prefer arm_feature() over object_property_find()
 2023-12-18  9:54 UTC  (5+ messages)

[PATCH 0/2] support unaligned access for some xHCI registers
 2023-12-18  9:50 UTC  (6+ messages)
` [PATCH 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers

[PATCH 1/1] target/riscv: SMBIOS support for RISC-V virt machine
 2023-12-18  9:23 UTC  (3+ messages)

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

[PATCH v2 00/17] Add boot LoongArch elf kernel with FDT
 2023-12-18  9:00 UTC  (18+ messages)
` [PATCH v2 01/17] hw/loongarch: Move boot fucntions to boot.c
` [PATCH v2 02/17] hw/loongarch: Add load initrd
` [PATCH v2 03/17] hw/loongarch: Add init_cmdline
` [PATCH v2 04/17] hw/loongarch: Add slave cpu boot_code
` [PATCH v2 05/17] hw/loongarch: Init efi_system_table
` [PATCH v2 06/17] hw/loongarch: Init efi_boot_memmap table
` [PATCH v2 07/17] hw/loongarch: Init efi_initrd table
` [PATCH v2 08/17] hw/loongarch: Init efi_fdt table
` [PATCH v2 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PATCH v2 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PATCH v2 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PATCH v2 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PATCH v2 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PATCH v2 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PATCH v2 15/17] hw/loongarch: fdt remove unused irqchip node
` [PATCH v2 16/17] hw/loongarch: Add cells missing from uart node
` [PATCH v2 17/17] hw/loongarch: Add cells missing from rtc node

[PATCH 1/1] hw/riscv/virt.c: fix the interrupts-extended property format of PLIC
 2023-12-18  9:05 UTC  (2+ messages)
` [PATCH 1/1] target/riscv/kvm.c: remove group setting of KVM AIA if the machine only has 1 socket

[PATCH v8 0/3] ui/cocoa: Use NSWindow's ability to resize
 2023-12-18  7:47 UTC  (4+ messages)
` [PATCH v8 1/3] ui/cocoa: Release specific mouse buttons
` [PATCH v8 2/3] ui/cocoa: Use NSWindow's ability to resize
` [PATCH v8 3/3] ui/cocoa: Remove stretch_video flag

[PATCH v5 0/2] meson: Fixes for dbus modules
 2023-12-18  7:08 UTC  (4+ messages)
` [PATCH v5 2/2] audio: Do not include ui/dbus.h

[PATCH 0/2] qemu-options: Improve -display cocoa documentation
 2023-12-18  6:14 UTC  (2+ messages)

[PATCH v8 0/4] gdbstub and TCG plugin improvements
 2023-12-18  5:15 UTC  (5+ messages)
` [PATCH v8 1/4] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH v8 2/4] target/riscv: Remove misa_mxl validation
` [PATCH v8 3/4] target/riscv: Move misa_mxl_max to class
` [PATCH v8 4/4] target/riscv: Validate misa_mxl_max only once

[PATCH] target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
 2023-12-18  4:55 UTC  (3+ messages)

[PATCH v2] riscv: support new isa extension detection devicetree properties
 2023-12-18  4:37 UTC  (2+ messages)

[PATCH v4 0/4] Support RISC-V IOPMP
 2023-12-18  4:18 UTC  (10+ messages)
` [PATCH v4 1/4] hw/core: Add config stream
` [PATCH v4 2/4] Add RISC-V IOPMP support
` [PATCH v4 3/4] hw/dma: Add Andes ATCDMAC300 support
` [PATCH v4 4/4] hw/riscv/virt: Add IOPMP support

[PATCH qemu 0/3] [PATCH qemu 0/3] hw/arm: Add device STM32L4x5 SYSCFG
 2023-12-18  3:57 UTC  (7+ messages)
` [PATCH qemu 1/3] hw/misc: Implement STM32L4xx SYSCFG
` [PATCH qemu 2/3] tests/qtest: Add STM32L4xx SYSCFG QTest testcase
` [PATCH qemu 3/3] hw/arm: Connect STM32L4xx SYSCFG to STM32L4x5 SoC

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-12-18  3:20 UTC  (9+ messages)
` [PATCH v2 03/20] multifd: Zero pages transmission
` [PATCH v2 09/20] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v2 12/20] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v2 13/20] migration/multifd: Prepare to introduce DSA acceleration on the multifd path

[PATCH for-9.0 0/4] target/riscv: add RVV CSRs
 2023-12-18  3:18 UTC  (2+ messages)

[PATCH v6 0/5] gdbstub and TCG plugin improvements
 2023-12-18  3:15 UTC  (7+ messages)
` [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max

[RFC PATCH v2 0/6] Pointer Masking update to Zjpm v0.6.1
 2023-12-18  3:14 UTC  (4+ messages)
` [RFC PATCH v2 1/6] target/riscv: Remove obsolete pointer masking extension code

[PATCH v17 00/14] plugins: Allow to read registers
 2023-12-18  0:17 UTC  (11+ messages)
` [PATCH v17 03/14] target/riscv: Use GDBFeature for dynamic XML
` [PATCH v17 04/14] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v17 06/14] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v17 08/14] gdbstub: Infer number of core registers from XML
` [PATCH v17 09/14] hw/core/cpu: Remove gdb_get_dynamic_xml member

[PATCH for-9.0 0/5] target/riscv/kvm: fix KVM reg id sizes
 2023-12-18  0:09 UTC  (2+ messages)

[PATCH for-9.0] target/riscv/cpu.c: fix machine IDs getters
 2023-12-17 23:31 UTC  (3+ messages)

[PATCH 1/1] target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
 2023-12-17 22:56 UTC  (2+ messages)

[PATCH 1/1] target/riscv: Not allow write mstatus_vs without RVV
 2023-12-17 22:54 UTC  (3+ messages)

[PATCH qemu v2] target/i386: Fix "info mem" when LA57 is enabled
 2023-12-17 14:57 UTC 

isa serial char devices created with reverse order since qemu 6.2.0
 2023-12-17 19:05 UTC 

[PATCH qemu] target/i386: Fix "info mem" when LA57 is enabled
 2023-12-17 14:57 UTC 


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