qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 04:03:15 to 2024-01-10 22:47:27 UTC [more...]

[PATCH v3 00/38] tcg: Introduce TCG_COND_TST{EQ,NE}
 2024-01-10 22:43 UTC  (13+ messages)
` [PATCH v3 01/38] "
` [PATCH v3 03/38] tcg/optimize: Split out arg_is_const_val
` [PATCH v3 04/38] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH v3 05/38] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PATCH v3 06/38] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PATCH v3 09/38] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PATCH v3 10/38] target/alpha: Use TCG_COND_TST{EQ, NE} for CMOVLB{C, S}
` [PATCH v3 11/38] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
` [PATCH v3 13/38] target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc
` [PATCH v3 15/38] target/s390x: Improve general case of disas_jcc
` [PATCH v3 21/38] tcg/arm: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 22/38] tcg/i386: Pass x86 condition codes to tcg_out_cmov

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-10 22:12 UTC  (4+ messages)
` [PATCH v3 07/33] linux-user/arm: Remove qemu_host_page_size from init_guest_commpage

[PULL 0/4] tcg patch queue
 2024-01-10 21:52 UTC  (5+ messages)
` [PULL 1/4] tcg/i386: convert add/sub of 128 to sub/add of -128
` [PULL 2/4] tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
` [PULL 3/4] tcg/ppc: Use new registers for LQ destination
` [PULL 4/4] util: fix build with musl libc on ppc64le

[PATCH 0/4] hw/i2c: smbus: Reset fixes
 2024-01-10 21:32 UTC  (6+ messages)
` [PATCH 1/4] hw/i2c: core: Add reset
` [PATCH 2/4] hw/i2c/smbus_slave: Add object path on error prints
` [PATCH 3/4] hw/i2c: smbus_slave: Reset state on reset
` [PATCH 4/4] hw/i2c: smbus: mux: Reset SMBusDevice "

[PULL 0/7] s390x (and one qtest) patches
 2024-01-10 20:28 UTC  (4+ messages)
` [PULL 2/7] s390x: do a subsystem reset before the unprotect on reboot

[PATCH 00/19] qapi: statically type schema.py
 2024-01-10 20:21 UTC  (19+ messages)
` [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]

[PATCH v3 00/14] hw/arm: Prefer arm_feature() over object_property_find()
 2024-01-10 19:53 UTC  (15+ messages)
` [PATCH v3 01/14] hw/arm/armv7m: Introduce cpudev variable in armv7m_realize()
` [PATCH v3 02/14] hw/arm/armv7m: Ensure requested CPU type implements ARM_FEATURE_M
` [PATCH v3 03/14] hw/arm/armv7m: Move code setting 'start-powered-off' property around
` [PATCH v3 04/14] hw/arm/armv7m: Always set 'init-nsvtor' property for Cortex-M CPUs
` [PATCH v3 05/14] hw/arm: Prefer arm_feature(M_SECURITY) over object_property_find()
` [PATCH v3 06/14] hw/arm: Prefer arm_feature(THUMB_DSP) over object_property_find(dsp)
` [PATCH v3 07/14] hw/arm: Prefer arm_feature(V7) over object_property_find(pmsav7-dregion)
` [PATCH v3 08/14] hw/arm: Prefer arm_feature(EL3) over object_property_find(has_el3)
` [PATCH v3 09/14] hw/arm: Prefer arm_feature(EL2) over object_property_find(has_el2)
` [PATCH v3 10/14] hw/arm: Prefer arm_feature(CBAR*) over object_property_find(reset-cbar)
` [PATCH v3 11/14] hw/arm: Prefer arm_feature(PMU) over object_property_find(pmu)
` [PATCH v3 12/14] hw/arm: Prefer arm_feature(GENERIC_TMR) over 'kvm-no-adjvtime' property
` [PATCH v3 13/14] hw/arm: Prefer arm_feature(AARCH64) over object_property_find(aarch64)
` [PATCH v3 14/14] hw/arm: Prefer cpu_isar_feature(aa64_mte) over property_find(tag-memory)

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

[PATCH] target/riscv: Check for 'A' extension on all atomic instructions
 2024-01-10 18:55 UTC  (2+ messages)

[PATCH 0/3] target/riscv: Add support for 'B' extension
 2024-01-10 18:41 UTC  (8+ messages)
` [PATCH 1/3] target/riscv: Add infrastructure for 'B' MISA extension
` [PATCH 2/3] target/riscv: Add step to validate 'B' extension
` [PATCH 3/3] target/riscv: Enable 'B' extension on max CPU type

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

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-10 17:30 UTC  (4+ messages)
` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c

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

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

[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  (5+ messages)

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-10 14:42 UTC  (12+ 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 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
 2024-01-10 14:31 UTC  (13+ messages)
  ` [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  (17+ 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  (2+ 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  (8+ 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] 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

[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 v8 00/10] Introduce model for IBM's FSI
 2024-01-10  7:44 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v2 1/3] "

[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 


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