qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-15 15:26:40 to 2024-03-18 10:07:16 UTC [more...]

[PATCH-for-9.1 0/3] ui/display: Introduce API to change console orientation
 2024-03-18 10:05 UTC  (3+ messages)
` [PATCH-for-9.1 1/3] ui/console: "
` [PATCH-for-9.1 3/3] ui/console: Add 'rotate_arcdegree' field to allow per-console rotation

[PATCH 00/22] plugins: Rewrite plugin code generation
 2024-03-18 10:04 UTC  (28+ messages)
` [PATCH 01/22] tcg: Add TCGContext.emit_before_op
` [PATCH 02/22] tcg: Make tcg/helper-info.h self-contained
` [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*
` [PATCH 04/22] plugins: Zero new qemu_plugin_dyn_cb entries
` [PATCH 05/22] plugins: Move function pointer in qemu_plugin_dyn_cb
` [PATCH 06/22] plugins: Create TCGHelperInfo for all out-of-line callbacks
` [PATCH 07/22] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
` [PATCH 08/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
` [PATCH 09/22] plugins: Add PLUGIN_GEN_AFTER_TB
` [PATCH 10/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
` [PATCH 11/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
` [PATCH 12/22] plugins: Remove plugin helpers
` [PATCH 13/22] tcg: Remove TCG_CALL_PLUGIN
` [PATCH 14/22] tcg: Remove INDEX_op_plugin_cb_{start,end}
` [PATCH 15/22] plugins: Simplify callback queues
` [PATCH 16/22] plugins: Introduce PLUGIN_CB_MEM_REGULAR
` [PATCH 17/22] plugins: Replace pr_ops with a proper debug dump flag
` [PATCH 18/22] plugins: Split out common cb expanders
` [PATCH 19/22] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
` [PATCH 20/22] plugins: Move qemu_plugin_insn_cleanup_fn to tcg.c
` [PATCH 21/22] plugins: Inline plugin_gen_empty_callback
` [PATCH 22/22] plugins: Update the documentation block for plugin-gen.c

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-18  9:35 UTC  (24+ messages)
` [RFC PATCH v8 01/23] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
` [RFC PATCH v8 02/23] target/arm: Add PSTATE.ALLINT
` [RFC PATCH v8 03/23] target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
` [RFC PATCH v8 04/23] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v8 05/23] target/arm: Support MSR access to ALLINT
` [RFC PATCH v8 06/23] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v8 07/23] target/arm: Add support for NMI in arm_phys_excp_target_el()
` [RFC PATCH v8 08/23] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v8 09/23] target/arm: Handle PSTATE.ALLINT on taking an exception
` [RFC PATCH v8 10/23] hw/arm/virt: Wire NMI and VNMI irq lines from GIC to CPU
` [RFC PATCH v8 11/23] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [RFC PATCH v8 12/23] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [RFC PATCH v8 13/23] hw/intc/arm_gicv3: Add irq superpriority information
` [RFC PATCH v8 14/23] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v8 15/23] hw/intc/arm_gicv3: Implement GICD_INMIR
` [RFC PATCH v8 16/23] hw/intc: Enable FEAT_GICv3_NMI Feature
` [RFC PATCH v8 17/23] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [RFC PATCH v8 18/23] hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()
` [RFC PATCH v8 19/23] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [RFC PATCH v8 20/23] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [RFC PATCH v8 21/23] hw/intc/arm_gicv3: Report the VNMI interrupt
` [RFC PATCH v8 22/23] target/arm: Add FEAT_NMI to max
` [RFC PATCH v8 23/23] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC

[PATCH 0/4] ui/console: Remove console_select()
 2024-03-18  9:30 UTC  (9+ messages)
` [PATCH 1/4] ui/vc: Do not inherit the size of active console
` [PATCH 2/4] ui/vnc: Do not use console_select()
` [PATCH 3/4] ui/cocoa: "
` [PATCH 4/4] ui/curses: "

[PATCH v5 00/25] qapi: statically type schema.py
 2024-03-18  9:11 UTC  (9+ messages)
` [PATCH v5 05/25] qapi: create QAPISchemaDefinition
` [PATCH v5 11/25] qapi/schema: assert resolve_type has 'info' and 'what' args on error
` [PATCH v5 17/25] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH v5 23/25] qapi/schema: remove unnecessary asserts
` [PATCH v5 24/25] qapi: Tighten check whether implicit object type already exists
` [PATCH v5 25/25] qapi: Dumb down QAPISchema.lookup_entity()

[PATCH for 9.0 v15 00/10] target/riscv: vector fixes
 2024-03-18  9:10 UTC  (9+ messages)
` [PATCH for 9.0 v15 02/10] trans_rvv.c.inc: set vstart = 0 in int scalar move insns
` [PATCH for 9.0 v15 03/10] target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianess
` [PATCH for 9.0 v15 04/10] target/riscv: always clear vstart in whole vec move insns
` [PATCH for 9.0 v15 05/10] target/riscv: always clear vstart for ldst_whole insns

[PATCH for-9.0 v3] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-03-18  9:03 UTC  (5+ messages)

[PATCH] ui/cocoa: Do not automatically zoom for HiDPI
 2024-03-18  9:02 UTC 

[PATCH 00/10] Reduce usage of QERR_ macros further
 2024-03-18  8:58 UTC  (5+ messages)
` [PATCH 08/10] qapi: Correct error message for 'vcpu_dirty_limit' parameter

[QEMU PATCH v6 0/1] S3 support
 2024-03-18  8:58 UTC  (5+ messages)
` [QEMU PATCH v6 1/1] virtio-pci: implement No_Soft_Reset bit

[PATCH v2 0/3] Simplify user_creatable_add_type error path
 2024-03-18  8:57 UTC  (6+ messages)
` [PATCH v2 1/3] qom/object_interfaces: Remove unnecessary local error check
` [PATCH v2 2/3] qom/object_interfaces: Make object_set_properties_from_qdict return bool
` [PATCH v2 3/3] qom/object_interfaces: Remove local_err in user_creatable_add_type

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-18  8:47 UTC  (11+ messages)
` [PATCH-for-9.1 02/21] target/mips: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH-for-9.1 03/21] target/ppc: "
` [PATCH-for-9.1 04/21] target/sparc: "
` [PATCH-for-9.1 05/21] cpus: Open code OBJECT_DECLARE_TYPE() in OBJECT_DECLARE_CPU_TYPE()
` [PATCH-for-9.1 06/21] target/i386: Make X86_CPU common to new I386_CPU / X86_64_CPU types

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-03-18  8:27 UTC  (5+ messages)

Regression in v7.2.10 - ui-dbus.so requires -fPIC
 2024-03-18  8:14 UTC  (6+ messages)

[PATCH 0/5] hw/loongarch: Refine numa memory map
 2024-03-18  8:01 UTC  (6+ messages)
` [PATCH 1/5] hw/loongarch: Refine acpi srat table for numa memory
` [PATCH 2/5] hw/loongarch: Refine fadt memory "
` [PATCH 3/5] hw/loongarch: Refine fwcfg memory map
` [PATCH 4/5] hw/loongarch: Refine system dram memory region
` [PATCH 5/5] hw/loongarch: Remove minimum and default memory size

[PATCH 0/2] ui/cocoa: Add cursor composition
 2024-03-18  7:58 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ui/console: Remove dpy_cursor_define_supported()

[PATCH 0/3] Fixes for "ui/cocoa: Let the platform toggle fullscreen"
 2024-03-18  7:53 UTC  (4+ messages)
` [PATCH 1/3] ui/cocoa: Fix aspect ratio
` [PATCH 2/3] ui/cocoa: Resize window after toggling zoom-to-fit
` [PATCH 3/3] ui/cocoa: Use NSTrackingInVisibleRect

[PATCH 00/14] Cleanup on SMP and its test
 2024-03-18  8:06 UTC  (8+ messages)
` [PATCH 03/14] hw/core/machine-smp: Simplify variables' initialization in machine_parse_smp_config()

[PATCH V6] target/loongarch: Fix tlb huge page loading issue
 2024-03-18  7:03 UTC 

[PATCH 0/3] 64 Bit support for hppa gdbstub
 2024-03-18  6:32 UTC  (2+ messages)

[PATCH] target/i386: Export RFDS bit to guests
 2024-03-18  5:30 UTC  (3+ messages)

[PATCH for-9.0] target/riscv: do not enable all named features by default
 2024-03-18  5:25 UTC  (2+ messages)

[PATCH 03/12] uefi-test-tools: Add support for python based build script
 2024-03-18  5:25 UTC  (3+ messages)

[PATCH 00/12] Add support for RISC-V ACPI tests
 2024-03-18  5:24 UTC  (4+ messages)
` [PATCH 01/12] roms/edk2-build.py: Add --module support

[PATCH v2 0/2] support unaligned access for some xHCI registers
 2024-03-18  4:34 UTC  (4+ messages)
` [PATCH v2 1/2] system/memory.c: support unaligned access

[PATCH v4 1/2] vhost: dirty log should be per backend type
 2024-03-18  3:22 UTC  (8+ messages)
` [PATCH v4 2/2] vhost: Perform memory section dirty scans once per iteration

[PATCH v3 0/3] kvm: add support for guest physical bits
 2024-03-18  3:09 UTC  (4+ messages)
` [PATCH v3 2/3] "

[PATCH] build: Re-introduce an 'info' target to build a Texinfo manual
 2024-03-18  3:03 UTC 

[PATCH v2 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-18  2:29 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/7] few fixes for hppa target
 2024-03-17 22:14 UTC  (8+ messages)
` [PATCH 1/7] target/hppa: ldcw,s uses static shift of 3
` [PATCH 2/7] target/hppa: fix shrp for wide mode
` [PATCH 3/7] target/hppa: fix access_id check
` [PATCH 4/7] target/hppa: exit tb on flush cache instructions
` [PATCH 5/7] target/hppa: copy new_spc to iasq_f on be,n instruction
` [PATCH 6/7] target/hppa: mask privilege bits in mfia
` [PATCH 7/7] target/hppa: fix do_stdby_e()

[PULL 00/10] Migration 20240317 patches
 2024-03-17 20:58 UTC  (11+ messages)
` [PULL 01/10] io: Introduce qio_channel_file_new_dupfd
` [PULL 02/10] migration: Fix error handling after dup in file migration
` [PULL 03/10] physmem: Expose tlb_reset_dirty_range_all()
` [PULL 04/10] physmem: Factor cpu_physical_memory_dirty_bits_cleared() out
` [PULL 05/10] physmem: Fix migration dirty bitmap coherency with TCG memory access
` [PULL 06/10] migration: Skip only empty block devices
` [PULL 07/10] migration: cpr-reboot documentation
` [PULL 08/10] migration: Fix iocs leaks during file and fd migration
` [PULL 09/10] migration/multifd: Ensure we're not given a socket for file migration
` [PULL 10/10] migration/multifd: Duplicate the fd for the outgoing_args

[PATCH] linux-user: replace calloc() with g_new0()
 2024-03-17 20:38 UTC  (2+ messages)

[PATCH] usb-audio: Fix invalid values in AudioControl descriptors
 2024-03-17 17:08 UTC  (2+ messages)

[PATCH 0/7] hw/char: Implement the STM32L4x5 USART, UART and LPUART
 2024-03-17 10:39 UTC  (8+ messages)
` [PATCH 1/7] hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock
` [PATCH 2/7] hw/char: Implement STM32L4x5 USART skeleton
` [PATCH 3/7] hw/char/stm32l4x5_usart: Add USART, UART, LPUART types
` [PATCH 4/7] hw/char/stm32l4x5_usart: Enable serial read and write
` [PATCH 5/7] hw/char/stm32l4x5_usart: Add options for serial parameters setting
` [PATCH 6/7] hw/arm: Add the USART to the stm32l4x5 SoC
` [PATCH 7/7] tests/qtest: Add tests for the STM32L4x5 USART

[PATCH v1 0/2] Some fixes for pause and resume all vcpus
 2024-03-17  8:37 UTC  (3+ messages)
` [PATCH v1 1/2] system/cpus: Fix pause_all_vcpus() under concurrent environment
` [PATCH v1 2/2] system/cpus: Fix resume_all_vcpus() under vCPU hotplug condition

Intention to work on GSoC project
 2024-03-16 20:26 UTC  (4+ messages)

[PATCH v3 for 9.1 0/6] virtio, vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-16 15:45 UTC  (9+ messages)
` [PATCH v3 for 9.1 1/6] virtio/virtio-pci: Handle extra notification data
` [PATCH v3 for 9.1 2/6] virtio: Prevent creation of device using notification-data with ioeventfd
` [PATCH v3 for 9.1 3/6] virtio-mmio: Handle extra notification data
` [PATCH v3 for 9.1 4/6] virtio-ccw: "
` [PATCH v3 for 9.1 5/6] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
` [PATCH v3 for 9.1 6/6] virtio: Add VIRTIO_F_NOTIFICATION_DATA property definition

[PATCH v4 00/25] migration: Improve error reporting
 2024-03-16  2:41 UTC  (3+ messages)
` [PATCH v4 14/25] memory: Add Error** argument to the global_dirty_log routines

[PATCH V4 1/1] target/loongarch: Fixed tlb huge page loading issue
 2024-03-16  1:19 UTC  (7+ messages)

[PATCH-for-9.1 00/12] accel/tcg: Finish replacing SOFTMMU -> SYSTEM
 2024-03-15 21:32 UTC  (18+ messages)
` [PATCH-for-9.0? 03/12] gdbstub: Correct invalid mentions of 'softmmu' by 'system'
` [PATCH-for-9.0? 04/12] gdbstub/system: Rename 'user_ctx' argument as 'ctx'
` [PATCH-for-9.1 06/12] tcg/sparc64: Check for USER_ONLY definition instead of SOFTMMU one
` [PATCH-for-9.1 07/12] plugins/api: "
` [PATCH-for-9.1 09/12] accel/tcg/internal: Check for USER_ONLY definition instead of SOFTMMU
` [PATCH-for-9.1 10/12] exec/cpu-defs: Restrict SOFTMMU specific definitions to accel/tcg/
` [PATCH-for-9.1 11/12] tcg: Remove unused CONFIG_SOFTMMU definition from libtcg_system.fa
` [PATCH-for-9.1 12/12] exec/poison: Poison CONFIG_SOFTMMU again

[PATCH v3 0/3] migration mapped-ram fixes
 2024-03-15 20:54 UTC  (6+ messages)
` [RFC PATCH v3 3/3] migration: Add fd to FileMigrationArgs

[PATCH v7 0/8] tests/qtest/migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-15 20:34 UTC  (4+ messages)
` [PATCH v7 3/8] tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get_socket_address

[PATCH v2] vfio/pci: migration: Skip config space check for vendor specific capability during restore/load
 2024-03-15 17:52 UTC  (3+ messages)

[PATCH 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-15 17:53 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v4 00/23] qapi: statically type schema.py
 2024-03-15 17:37 UTC  (4+ messages)
` [PATCH v4 21/23] qapi/schema: add type hints

[PATCH v2] target/s390x: improve cpu compatibility check error message
 2024-03-15 17:18 UTC  (3+ messages)

[PATCH] scsi-generic: fix io_timeout property not applying
 2024-03-15 16:39 UTC  (2+ messages)

[PATCH for-9.0 v2] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-03-15 15:46 UTC  (3+ 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).