qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 20:23:06 to 2024-01-10 16:41:22 UTC [more...]

[PATCH] target/riscv: Check for 'A' extension on all atomic instructions
 2024-01-10 16:39 UTC 

[PULL 0/2] qemu-sparc queue 20240110
 2024-01-10 16:21 UTC  (4+ messages)
` [PULL 1/2] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PULL 2/2] util/fifo8: Introduce fifo8_peek_buf()

[PULL 00/65] riscv-to-apply queue
 2024-01-10 16:21 UTC  (67+ messages)
` [PULL 01/65] target/riscv: Add vill check for whole vector register move instructions
` [PULL 02/65] target/riscv: The whole vector register move instructions depend on vsew
` [PULL 03/65] target/riscv: Fix th.dcache.cval1 priviledge check
` [PULL 04/65] target/riscv: Not allow write mstatus_vs without RVV
` [PULL 05/65] target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
` [PULL 06/65] target/riscv/cpu.c: fix machine IDs getters
` [PULL 07/65] target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
` [PULL 08/65] target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
` [PULL 09/65] target/riscv/kvm: change timer regs size "
` [PULL 10/65] target/riscv/kvm: add RISCV_CONFIG_REG()
` [PULL 11/65] target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()
` [PULL 12/65] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PULL 13/65] hw/arm/virt-acpi-build.c: Migrate virtio "
` [PULL 14/65] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
` [PULL 15/65] hw/riscv: virt: Make few IMSIC macros and functions public
` [PULL 16/65] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PULL 17/65] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PULL 18/65] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PULL 19/65] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
` [PULL 20/65] hw/riscv/virt-acpi-build.c: Add MMU node "
` [PULL 21/65] hw/pci-host/gpex: Define properties for MMIO ranges
` [PULL 22/65] hw/riscv/virt: Update GPEX MMIO related properties
` [PULL 23/65] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
` [PULL 24/65] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
` [PULL 25/65] hw/riscv/virt.c: fix the interrupts-extended property format of PLIC
` [PULL 26/65] target/riscv: Add support for Zacas extension
` [PULL 27/65] disas/riscv: Add amocas.[w,d,q] instructions
` [PULL 28/65] docs/system/riscv: document acpi parameter of virt machine
` [PULL 29/65] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PULL 30/65] target/riscv/tcg: do not use "!generic" CPU checks
` [PULL 31/65] target/riscv/tcg: update priv_ver on user_set extensions
` [PULL 32/65] target/riscv: add rv64i CPU
` [PULL 33/65] target/riscv: add zicbop extension flag
` [PULL 34/65] target/riscv/tcg: add 'zic64b' support
` [PULL 35/65] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
` [PULL 36/65] target/riscv: add rva22u64 profile definition
` [PULL 37/65] target/riscv/kvm: add 'rva22u64' flag as unavailable
` [PULL 38/65] target/riscv/tcg: add user flag for profile support
` [PULL 39/65] target/riscv/tcg: add MISA user options hash
` [PULL 40/65] target/riscv/tcg: add riscv_cpu_write_misa_bit()
` [PULL 41/65] target/riscv/tcg: handle profile MISA bits
` [PULL 42/65] target/riscv/tcg: add hash table insert helpers
` [PULL 43/65] target/riscv/tcg: honor user choice for G MISA bits
` [PULL 44/65] target/riscv/tcg: validate profiles during finalize
` [PULL 45/65] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
` [PULL 46/65] target/riscv: add 'rva22u64' CPU
` [PULL 47/65] target/riscv: implement svade
` [PULL 48/65] target/riscv: add priv ver restriction to profiles
` [PULL 49/65] target/riscv/cpu.c: finalize satp_mode earlier
` [PULL 50/65] target/riscv/cpu.c: add riscv_cpu_is_32bit()
` [PULL 51/65] target/riscv: add satp_mode profile support
` [PULL 52/65] target/riscv: add 'parent' in profile description
` [PULL 53/65] target/riscv: add RVA22S64 profile
` [PULL 54/65] target/riscv: add rva22s64 cpu
` [PULL 55/65] target/riscv/kvm.c: remove group setting of KVM AIA if the machine only has 1 socket
` [PULL 56/65] linux-headers: Update to Linux v6.7-rc5
` [PULL 57/65] linux-headers: riscv: add ptrace.h
` [PULL 58/65] target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
` [PULL 59/65] target/riscv/kvm: add RVV and Vector CSR regs
` [PULL 60/65] docs/system/riscv: sifive_u: Update S-mode U-Boot image build instructions
` [PULL 61/65] roms/opensbi: Upgrade from v1.3.1 to v1.4
` [PULL 62/65] target/riscv: pmp: Ignore writes when RW=01 and MML=0
` [PULL 63/65] target/riscv: Assert that the CSR numbers will be correct
` [PULL 64/65] target/riscv: Don't adjust vscause for exceptions
` [PULL 65/65] target/riscv: Ensure mideleg is set correctly on reset

[PATCH v9 00/11] virtio: cleanup vhost-user-generic and reduce c&p + vhost-user-input
 2024-01-10 16:12 UTC  (3+ messages)

Goldfish TTY enhancement
 2024-01-10 16:01 UTC  (2+ messages)

[RFC/PATCH v1 00/11] Gunyah hypervisor support
 2024-01-10 15:53 UTC  (9+ messages)
` [RFC/PATCH v1 07/11] gunyah: Specify device-tree location
` [RFC/PATCH v1 09/11] gunyah: CPU execution loop

[PATCH v2] target/s390x/kvm/pv: Provide some more useful information if decryption fails
 2024-01-10 15:38 UTC  (2+ messages)

[PATCH 00/10] docs/migration: Reorganize migration documentations
 2024-01-10 15:21 UTC  (8+ messages)
` [PATCH 05/10] docs/migration: Split "Debugging" and "Firmware"

[PATCH] block/blklogwrites: Fix a bug when logging "write zeroes" operations
 2024-01-10 15:21 UTC  (3+ messages)

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-10 14:42 UTC  (15+ messages)
` [PATCH v3 3/4] ci: Add a migration compatibility test job
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use older QEMUs

[PATCH] qga-win: Fix guest-get-fsinfo multi-disks collection
 2024-01-10  7:42 UTC  (3+ messages)

[PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage
 2024-01-10  7:46 UTC 

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-10 14:31 UTC  (14+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-10 13:54 UTC  (20+ messages)

[PATCH v6 00/11] Support blob memory and venus on qemu
 2024-01-10 12:59 UTC  (6+ messages)
` [PATCH v6 07/11] virtio-gpu: Handle resource blob commands

[PATCH] hw/timer: fix systick trace message
 2024-01-10 12:39 UTC  (3+ messages)

[PATCH] target/s390x/kvm/pv: Provide some more useful information if decryption fails
 2024-01-10 12:09 UTC  (3+ messages)

[PATCH] chardev: close QIOChannel before unref'ing
 2024-01-10 11:58 UTC  (2+ messages)

[PATCH] io: add trace event when cancelling TLS handshake
 2024-01-10 11:57 UTC  (2+ messages)

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-10 11:52 UTC  (5+ messages)
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()

[PATCH v3 0/2] riscv: support new isa extension detection devicetree properties
 2024-01-10 11:42 UTC  (5+ messages)
` [PATCH v3 1/2] target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG_BITS
` [PATCH v3 2/2] target/riscv: support new isa extension detection devicetree properties

[PATCH v2 00/14] hw/arm: Prefer arm_feature() over object_property_find()
 2024-01-10 11:36 UTC  (4+ messages)
` [PATCH v2 01/14] target/arm/cpu: Simplify checking A64_MTE bit in FEATURE_ID register

[PATCH] kvm: limit the maximum CPUID.0xA.edx[0..4] to 3
 2024-01-10 11:26 UTC  (3+ messages)

[PATCH v4 0/9] Add loongarch kvm accel support
 2024-01-10 10:05 UTC  (10+ messages)
` [PATCH v4 8/9] target/loongarch: Implement set vcpu intr for kvm
  ` [PATCH v4 8/9a] target/loongarch: Restrict TCG-specific code
  ` [PATCH v4 8/9b] target/loongarch: Implement set vcpu intr for kvm
` [PATCH v4 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH] qemu-img: Fix Column Width and Improve Formatting in snapshot list
 2024-01-10  9:55 UTC 

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-10  9:23 UTC  (10+ messages)
` [RESEND RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
` [RESEND RFC v1 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[PATCH 0/2] target/s390x: Fix LAE setting a wrong access register
 2024-01-10  9:11 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test LOAD ADDRESS EXTENDED

[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
 2024-01-10  9:08 UTC  (9+ messages)
` [RFC PATCH v3 01/30] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
` [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface
` [RFC PATCH v3 03/30] io: implement io_pwritev/preadv for QIOChannelFile
` [RFC PATCH v3 04/30] io: fsync before closing a file channel

[PATCH 00/19] qapi: statically type schema.py
 2024-01-10  8:35 UTC  (14+ messages)
` [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]

[PATCH v8 00/10] Introduce model for IBM's FSI
 2024-01-10  7:44 UTC  (10+ messages)
` [PATCH v8 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface

[PATCH V1 0/3] allow cpr-reboot for vfio
 2024-01-10  7:18 UTC  (5+ messages)
` [PATCH V1 1/3] migration: check mode in notifiers
` [PATCH V1 2/3] migration: notifier error reporting

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2024-01-10  7:05 UTC  (3+ messages)

hw: nvme: Separate 'serial' property for VFs
 2024-01-10  6:59 UTC  (2+ messages)

[RFC v2 0/7] Add persistence to NVMe ZNS emulation
 2024-01-10  6:52 UTC  (2+ messages)

[PATCH] target/i386/sev: Add an option to allow SEV not to pin memory
 2024-01-10  6:22 UTC 

[PATCH v2 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-10  5:47 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] tests/tcg: Factor out gdbstub test functions
` [PATCH v2 3/3] tests/tcg: Add the PROT_NONE gdbstub test

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-01-10  5:34 UTC  (3+ messages)

qcow2-rs v0.1 and rublk-qcow2
 2024-01-10  5:09 UTC 

[PATCH 0/2] Export debug triggers as an extension
 2024-01-10  4:02 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Export sdtrig as an extension and ISA string
` [PATCH 2/2] target/riscv: Raise an exception when sdtrig is turned off

[PATCH v2 0/4] hw/loongarch/virt: Set iocsr address space per-board rather percpu
 2024-01-10  2:47 UTC  (2+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-10  1:53 UTC  (11+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes

[PATCH trivial] colo: examples: remove mentions of script= and (wrong) downscript=
 2024-01-10  1:49 UTC  (4+ messages)

[PATCH v2] target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
 2024-01-10  1:26 UTC  (3+ messages)

[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
 2024-01-09 22:29 UTC  (3+ messages)

[PATCH v9 00/10] Introduce model for IBM's FSI
 2024-01-09 22:23 UTC  (11+ messages)
` [PATCH v9 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v9 02/10] hw/fsi: Introduce IBM's FSI Bus
` [PATCH v9 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v9 04/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v9 05/10] hw/fsi: Introduce IBM's FSI master
` [PATCH v9 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v9 07/10] hw/arm: Hook up FSI module in AST2600
` [PATCH v9 08/10] hw/fsi: Added qtest
` [PATCH v9 09/10] hw/fsi: Added FSI documentation
` [PATCH v9 10/10] hw/fsi: Update MAINTAINER list

[PATCH v4 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-09 22:09 UTC  (5+ messages)

[PATCH v2 0/2] linux-user: two fixes to coredump generation
 2024-01-09 21:59 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-09 21:54 UTC  (7+ messages)
` [PATCH v2 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0

[PATCH v2 0/2] nubus: add nubus-virtio-mmio device
 2024-01-09 21:53 UTC  (4+ messages)
` [PATCH v2 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()

[PATCH 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-09 21:47 UTC  (5+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] hw/pflash: implement update buffer for block writes
 2024-01-09 21:40 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/3] Virtio dmabuf improvements
 2024-01-09 21:14 UTC  (3+ messages)
` [PATCH v3 3/3] hw/virtio: rename virtio dmabuf API


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