QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 15:59:10 to 2024-03-19 13:31:26 UTC [more...]

[PATCH 00/22] plugins: Rewrite plugin code generation
 2024-03-19 13:30 UTC  (31+ messages)
` [PATCH 01/22] tcg: Add TCGContext.emit_before_op
` [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 08/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
` [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

[PATCH] ui: compile dbus-display1.c with -fPIC as necessary
 2024-03-19 13:26 UTC  (2+ messages)

[PATCH v1 0/2] Some fixes for pause and resume all vcpus
 2024-03-19 13:23 UTC  (10+ 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
    ` 答复: "

Request for Support: QEMU IPv6 Port Forwarding Issue
 2024-03-19  5:53 UTC 

[PATCH 0/3 for 9.0] Fix TLS support for chardevs and incoming data loss on EOF
 2024-03-19 13:14 UTC  (13+ messages)
` [PATCH 1/3 for 9.0] chardev: lower priority of the HUP GSource in socket chardev
` [PATCH 2/3 for 9.0] Revert "chardev/char-socket: Fix TLS io channels sending too much data to the backend"
` [PATCH 3/3 for 9.0] Revert "chardev: use a child source for qio input source"

[PATCH] configure: Fix error message when C compiler is not working
 2024-03-19 13:12 UTC  (3+ messages)

Invitation: QEMU/KVM developers conference call @ Tue 2 Apr 2024 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
 2024-03-19 13:00 UTC 

Invitation: QEMU/KVM developers conference call @ Every 2 weeks from 13:00 to 14:00 on Tuesday (GMT) (qemu-devel@nongnu.org)
 2024-03-19 13:00 UTC 

Invitation: QEMU/KVM developers conference call @ Tue 16 Apr 2024 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
 2024-03-19 13:00 UTC 

[PATCH] monitor/hmp-cmds-target.c: append a space in error message in gpa2hva()
 2024-03-19 12:54 UTC  (2+ messages)
` [PATCH-for-9.0] "

[PATCH 0/2] avoid assertion failure when trying confidential guests without KVM
 2024-03-19 12:51 UTC  (4+ messages)
` [PATCH 1/2] vl: convert qemu_machine_creation_done() to Error **
` [PATCH 2/2] vl: do not assert if sev-guest is used together with TCG

[PATCH] build: Re-introduce an 'info' target to build a Texinfo manual
 2024-03-19 12:07 UTC  (3+ messages)

KVM/QEMU Community Call 5th March Agenda Items
 2024-03-19 12:02 UTC 

[PATCH v1 00/11] Add a host IOMMU device abstraction
 2024-03-19 11:58 UTC  (31+ messages)
` [PATCH v1 01/11] Introduce a common abstract struct HostIOMMUDevice
` [PATCH v1 04/11] vfio: Add HostIOMMUDevice handle into VFIODevice
` [PATCH v1 05/11] vfio: Introduce host_iommu_device_create callback
` [PATCH v1 08/11] vfio/pci: Allocate and initialize HostIOMMUDevice after attachment
` [PATCH v1 09/11] hw/pci: Introduce pci_device_set/unset_iommu_device()
` [PATCH v1 11/11] backends/iommufd: Introduce helper function iommufd_device_get_info()

[PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()
 2024-03-19 10:46 UTC  (12+ messages)

[PULL v2 0/4] machine development tool
 2024-03-19 10:24 UTC  (6+ messages)
` [PULL v2 1/4] qom: add default value
` [PULL v2 2/4] qmp: add dump machine type compatibility properties
` [PULL v2 3/4] python/qemu/machine: add method to retrieve QEMUMachine::binary field
` [PULL v2 4/4] scripts: add script to compare compatibility properties

[PULL 00/10] Migration 20240317 patches
 2024-03-19 10:23 UTC  (2+ messages)

[PULL 00/15] Block layer patches
 2024-03-19 10:23 UTC  (2+ messages)

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

[PATCH] block/io: accept NULL qiov in bdrv_pad_request
 2024-03-19  9:13 UTC 

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

[PATCH for 9.0 v15 00/10] target/riscv: vector fixes
 2024-03-19  8:13 UTC  (9+ messages)
` [PATCH for 9.0 v15 01/10] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [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] aspeed/smc: Only wire flash devices at reset
 2024-03-19  8:02 UTC  (2+ messages)

[PATCH 0/7] few fixes for hppa target
 2024-03-19  7:10 UTC  (21+ 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()

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

[PATCH v1] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
 2024-03-19  6:32 UTC 

[PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping
 2024-03-19  6:30 UTC  (10+ messages)
` [PATCH-for-9.1 1/8] target/microblaze: Use correct string format in do_unaligned_access()
` [PATCH-for-9.1 2/8] target/microblaze: Use hwaddr/vaddr in cpu_get_phys_page_attrs_debug()
` [PATCH-for-9.1 3/8] target/microblaze: Widen vaddr in mmu_translate()
` [PATCH-for-9.1 4/8] target/microblaze: Use 32-bit destination in gen_goto_tb()
` [PATCH-for-9.1 5/8] target/microblaze: Restrict 64-bit 'res_addr' to system emulation
` [PATCH-for-9.1 6/8] target/microblaze: Rename helper.c -> sys_helper.c
` [PATCH-for-9.1 7/8] target/microblaze: Move MMU helpers to sys_helper.c
` [RFC PATCH-for-9.1 8/8] target/microblaze: Widen $ear to 64-bit

[PATCH] target/tricore/helper: Use correct string format in cpu_tlb_fill()
 2024-03-19  6:30 UTC  (2+ messages)

[PATCH] target/ppc/mmu-radix64: Use correct string format in walk_tree()
 2024-03-19  6:30 UTC  (2+ messages)

[PATCH] target/i386: Export RFDS bit to guests
 2024-03-19  4:22 UTC  (2+ messages)

[PATCH-for-9.1 v2 0/3] ui/display: Introduce API to change console orientation
 2024-03-19  2:54 UTC  (7+ messages)
` [PATCH-for-9.1 v2 1/3] ui/console: "
` [PATCH-for-9.1 v2 2/3] hw/display/pxa2xx_lcd: Set rotation angle using qemu_console_set_rotate
` [PATCH-for-9.1 v2 3/3] ui/console: Add 'rotate_arcdegree' field to allow per-console rotation

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-19  2:43 UTC  (7+ messages)
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES

[PATCH] hw/loongarch: Refine default numa id calculation
 2024-03-19  2:26 UTC 

[PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
 2024-03-19  2:12 UTC  (4+ messages)
` [PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()

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

[PULL 0/4] machine development tool
 2024-03-18 23:27 UTC  (9+ messages)

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

[PATCH v2 1/2] target/s390x: Use mutable temporary value for op_ts
 2024-03-18 22:03 UTC  (4+ messages)
` [PATCH v2 2/2] tests/tcg/s390x: Test TEST AND SET

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-18 20:12 UTC  (6+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

Intention to work on GSoC project
 2024-03-18 19:47 UTC  (4+ messages)

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-03-18 19:10 UTC  (6+ messages)

[PATCH v2] virtio-blk: iothread-vq-mapping coroutine pool sizing
 2024-03-18 18:37 UTC  (2+ messages)

[PATCH] coroutine: cap per-thread local pool size
 2024-03-18 18:34 UTC 

[PATCH v2] ppc/pnv: I2C controller is not user creatable
 2024-03-18 18:16 UTC  (3+ messages)

[PULL 0/4] s390x and misc patches for 9.0-rc0
 2024-03-18 17:56 UTC  (5+ messages)
` [PULL 1/4] docs/s390: clarify even more that cpu-topology is KVM-only
` [PULL 2/4] target/s390x: improve cpu compatibility check error message
` [PULL 3/4] target/sparc/cpu: Improve the CPU help text
` [PULL 4/4] travis-ci: Rename SOFTMMU -> SYSTEM

[PATCH v3 for 9.1 0/6] virtio, vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-18 17:36 UTC  (3+ messages)
` [PATCH v3 for 9.1 5/6] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
  ` [EXTERNAL] "

[PATCH 1/2] target/s390x: Use mutable temporary value for op_ts
 2024-03-18 17:32 UTC  (4+ messages)
` [PATCH 2/2] tests/tcg/s390x: Test TEST AND SET

[PATCH 0/3] 64 Bit support for hppa gdbstub
 2024-03-18 17:24 UTC  (4+ messages)

[PATCH V6] target/loongarch: Fix tlb huge page loading issue
 2024-03-18 16:57 UTC  (2+ messages)

[PATCH v3 0/4] tests/avocado: update sbsa-ref firmware to latest
 2024-03-18 16:36 UTC  (9+ messages)
` [PATCH v3 1/4] tests/avocado: update sbsa-ref firmware
` [PATCH v3 3/4] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
` [PATCH v3 4/4] tests/avocado: sbsa-ref: add OpenBSD "

[PATCH v4 00/25] migration: Improve error reporting
 2024-03-18 16:31 UTC  (12+ messages)
` [PATCH v4 13/25] memory: Add Error** argument to .log_global_start() handler
` [PATCH v4 14/25] memory: Add Error** argument to the global_dirty_log routines

[PATCH 0/9] Introduce support for IGVM files
 2024-03-18 16:21 UTC  (5+ messages)
` [PATCH 9/9] docs/system: Add documentation on support for IGVM

[PULL 00/24] virtio,pc,pci: bugfixes
 2024-03-18 16:17 UTC  (25+ messages)
` [PULL 01/24] SMBIOS: fix long lines
` [PULL 02/24] qapi: document PCIe Gen5/Gen6 speeds since 9.0
` [PULL 03/24] docs/specs/pvpanic: mark shutdown event as not implemented
` [PULL 04/24] tests: smbios: make it possible to write SMBIOS only test
` [PULL 05/24] tests: smbios: add test for -smbios type=11 option
` [PULL 06/24] tests: smbios: add test for legacy mode CLI options
` [PULL 07/24] smbios: cleanup smbios_get_tables() from legacy handling
` [PULL 08/24] smbios: get rid of smbios_smp_sockets global
` [PULL 09/24] smbios: get rid of smbios_legacy global
` [PULL 10/24] smbios: avoid mangling user provided tables
` [PULL 11/24] smbios: don't check type4 structures in legacy mode
` [PULL 12/24] smbios: add smbios_add_usr_blob_size() helper
` [PULL 13/24] smbios: rename/expose structures/bitmaps used by both legacy and modern code
` [PULL 14/24] smbios: build legacy mode code only for 'pc' machine
` [PULL 15/24] smbios: handle errors consistently
` [PULL 16/24] smbios: get rid of global smbios_ep_type
` [PULL 17/24] smbios: clear smbios_type4_count before building tables
` [PULL 18/24] smbios: extend smbios-entry-point-type with 'auto' value
` [PULL 19/24] smbios: in case of entry point is 'auto' try to build v2 tables 1st
` [PULL 20/24] smbios: error out when building type 4 table is not possible
` [PULL 21/24] tests: acpi/smbios: whitelist expected blobs
` [PULL 22/24] pc/q35: set SMBIOS entry point type to 'auto' by default
` [PULL 23/24] tests: acpi: update expected SSDT.dimmpxm blob
` [PULL 24/24] smbios: add extra comments to smbios_get_table_legacy()

[PATCH 0/2] support unaligned access for some xHCI registers
 2024-03-18 16:18 UTC  (4+ messages)
` [PATCH 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers

Regression in v7.2.10 - ui-dbus.so requires -fPIC
 2024-03-18 16:16 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).