qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-01 08:47:06 to 2022-12-02 06:19:46 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (3+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH for-8.0 v3 00/34] tcg misc patches
 2022-12-02  5:39 UTC  (35+ messages)
` [PATCH v3 01/34] tcg: convert tcg/README to rst
` [PATCH v3 02/34] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH v3 03/34] tcg/s390x: Fix coding style
` [PATCH v3 04/34] tcg: Cleanup trailing whitespace
` [PATCH v3 05/34] tcg: Fix tcg_reg_alloc_dup*
` [PATCH v3 06/34] tcg: Centralize updates to reg_to_temp
` [PATCH v3 07/34] tcg: Remove check_regs
` [PATCH v3 08/34] tcg: Tidy tcg_reg_alloc_op
` [PATCH v3 09/34] tcg: Introduce paired register allocation
` [PATCH v3 10/34] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PATCH v3 11/34] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PATCH v3 12/34] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH v3 13/34] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH v3 14/34] tcg: Add temp_subindex to TCGTemp
` [PATCH v3 15/34] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH v3 16/34] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH v3 17/34] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH v3 18/34] tcg: Introduce tcg_type_size
` [PATCH v3 19/34] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PATCH v3 20/34] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH v3 21/34] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH v3 22/34] tcg: Use TCG_CALL_ARG_EVEN for TCI special case
` [PATCH v3 23/34] accel/tcg/plugin: Don't search for the function pointer index
` [PATCH v3 24/34] accel/tcg/plugin: Avoid duplicate copy in copy_call
` [PATCH v3 25/34] accel/tcg/plugin: Use copy_op in append_{udata, mem}_cb
` [PATCH v3 26/34] tci: MAX_OPC_PARAM_IARGS is no longer used
` [PATCH v3 27/34] tcg: Vary the allocation size for TCGOp
` [PATCH v3 28/34] tcg: Use output_pref wrapper function
` [PATCH v3 29/34] tcg: Reorg function calls
` [PATCH v3 30/34] tcg: Convert typecode_to_ffi from array to function
` [PATCH v3 31/34] tcg: Factor init_ffi_layouts() out of tcg_context_init()
` [PATCH v3 32/34] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH v3 33/34] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
` [PATCH v3 34/34] tcg: Add TCGHelperInfo argument to tcg_out_call

[QEMU][PATCH v2 01/11] hw/i386/xen/: move xen-mapcache.c to hw/xen/
 2022-12-02  5:42 UTC  (12+ messages)
` [QEMU][PATCH v2 02/11] hw/i386/xen: rearrange xen_hvm_init_pc
` [QEMU][PATCH v2 03/11] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [QEMU][PATCH v2 04/11] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [QEMU][PATCH v2 05/11] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v2 06/11] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [QEMU][PATCH v2 07/11] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
` [QEMU][PATCH v2 08/11] accel/xen/xen-all: export xenstore_record_dm_state
` [QEMU][PATCH v2 09/11] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [QEMU][PATCH v2 10/11] hw/arm: introduce xenpv machine
` [QEMU][PATCH v2 11/11] meson.build: enable xenpv machine build for ARM

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-12-02  3:24 UTC  (7+ messages)
` [PATCH v1 02/12] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PATCH v1 10/12] hw/arm: introduce xenpv machine

regression: insmod module failed in VM with nvdimm on
 2022-12-02  2:48 UTC  (9+ messages)

[PATCH] blockdev: add 'media=cdrom' argument to support usb cdrom emulated as cdrom
 2022-12-02  2:26 UTC  (3+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  2:16 UTC  (3+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
 2022-12-02  0:22 UTC  (3+ messages)
` [PATCH v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH v2 2/2] target/i386/kvm: get and put AMD pmu registers

[PATCH 01/15] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-02  0:27 UTC  (23+ messages)
` [PATCH 02/15] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
` [PATCH 03/15] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
` [PATCH 04/15] hw/riscv: Sort machines Kconfig options in alphabetical order
` [PATCH 05/15] hw/riscv: spike: Remove misleading comments
` [PATCH 06/15] hw/intc: sifive_plic: Drop PLICMode_H
` [PATCH 07/15] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PATCH 08/15] hw/intc: sifive_plic: Update "num-sources" property default value
` [PATCH 09/15] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PATCH 10/15] hw/riscv: sifive_e: "
` [PATCH 11/15] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PATCH 12/15] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PATCH 13/15] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PATCH 14/15] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PATCH 15/15] hw/intc: sifive_plic: Fix the pending register range check

[PATCH for-7.2] vhost: enable vrings in vhost_dev_start() for vhost-user devices
 2022-12-01 21:49 UTC  (9+ messages)

[PATCH v2 for-8.0] target/s390x/tcg: Fix and improve the SACF instruction
 2022-12-01 20:51 UTC  (2+ messages)

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-12-01 20:34 UTC  (6+ messages)
` [PATCH 24/26] tcg: Introduce tcg_temp_ebb_new_*

[PATCH] intel-iommu: Document iova_tree
 2022-12-01 19:44 UTC  (4+ messages)

Plugin Memory Callback Debugging
 2022-12-01 19:32 UTC  (8+ messages)

[PATCH] .gitlab/issue_templates: Move suggestions into comments
 2022-12-01 19:15 UTC  (3+ messages)

[PATCH 0/9] ui: Move and clean up monitor command code
 2022-12-01 18:34 UTC  (23+ messages)
` [PATCH 3/9] ui: Drop disabled code for SPICE_CHANNEL_WEBDAV
` [PATCH 4/9] ui: Clean up a few things checkpatch.pl would flag later on
` [PATCH 5/9] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PATCH 6/9] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PATCH 7/9] ui: Improve "change vnc" error reporting
` [PATCH 8/9] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PATCH 9/9] ui: Reduce nesting in hmp_change_vnc() slightly

[PATCH for-8.0] target/s390x/tcg: Fix and improve the SACF instruction
 2022-12-01 18:31 UTC  (2+ messages)

[PATCH for 7.2 v4 0/5] final vhost-user fixes
 2022-12-01 17:05 UTC  (4+ messages)
` [PATCH v4 4/5] hw/virtio: generalise CHR_EVENT_CLOSED handling

[PULL for-7.2 0/5] hw/nvme fixes
 2022-12-01 16:50 UTC  (6+ messages)
` [PULL for-7.2 1/5] hw/nvme: fix aio cancel in format
` [PULL for-7.2 2/5] hw/nvme: fix aio cancel in flush
` [PULL for-7.2 3/5] hw/nvme: fix aio cancel in zone reset
` [PULL for-7.2 4/5] hw/nvme: fix aio cancel in dsm
` [PULL for-7.2 5/5] hw/nvme: remove copy bh scheduling

[PATCH v2] target/arm: align exposed ID registers with Linux
 2022-12-01 16:46 UTC  (2+ messages)

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2022-12-01 16:03 UTC  (14+ messages)
` [PATCH 1/3] intel-iommu: fail MAP notifier without caching mode
` [PATCH 2/3] intel-iommu: fail DEVIOTLB_UNMAP without dt mode
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation

[PATCH qemu.git v3 0/8] hw/timer/imx_epit: improve and fix EPIT compare timer
 2022-12-01 15:42 UTC  (9+ messages)
` [PATCH qemu.git v3 7/8] hw/timer/imx_epit: remove explicit fields cnt and freq
` [PATCH qemu.git v3 1/8] hw/timer/imx_epit: improve comments
` [PATCH qemu.git v3 4/8] hw/timer/imx_epit: update interrupt state on CR write access
` [PATCH qemu.git v3 6/8] hw/timer/imx_epit: factor out register write handlers
` [PATCH qemu.git v3 2/8] hw/timer/imx_epit: cleanup CR defines
` [PATCH qemu.git v3 3/8] hw/timer/imx_epit: define SR_OCIF
` [PATCH qemu.git v3 5/8] hw/timer/imx_epit: hard reset initializes CR with 0
` [PATCH qemu.git v3 8/8] hw/timer/imx_epit: fix compare timer handling

[PATCH-for-8.0 0/2] target/tcg: Use TCGv_i64 with tcg_temp_new_i64()
 2022-12-01 15:39 UTC  (4+ messages)
` [PATCH-for-8.0 1/2] target/s390x: Replace TCGv by TCGv_i64 in op_mov2e()

[PATCH v3] riscv: Allow user to set the satp mode
 2022-12-01 14:47 UTC  (2+ messages)

[PATCH qemu.git v2 0/1] hw/arm/virt: make second UART available
 2022-12-01 14:30 UTC  (2+ messages)
` [PATCH qemu.git v2 1/1] "

[PATCH v2 0/7] accel/tcg: Rewrite user-only vma tracking
 2022-12-01 14:22 UTC  (3+ messages)
` [PATCH v2 7/7] accel/tcg: Move remainder of page locking to tb-maint.c

[PATCH v7 00/14] Still more coroutine and various fixes in block layer
 2022-12-01 13:58 UTC  (2+ messages)

cortex-a55/a75/a76 MPIDR_EL1 specifica
 2022-12-01 13:55 UTC  (2+ messages)

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-01 13:23 UTC  (9+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

[PATCH 0/3] More work on deprecation/removal of clear text passwords
 2022-12-01 12:58 UTC  (7+ messages)
` [PATCH 1/3] block: mention 'password-secret' option for -iscsi
` [PATCH 2/3] block: deprecate iSCSI 'password' in favour of 'password-secret'
` [PATCH 3/3] ui: remove deprecated 'password' option for SPICE

[PATCH] MAINTAINERS: Inherit from nanoMIPS
 2022-12-01 12:52 UTC  (5+ messages)

[PATCH v2 00/13] pci: Move and clean up monitor command code
 2022-12-01 12:11 UTC  (14+ messages)
` [PATCH v2 01/13] pci: Clean up a few things checkpatch.pl would flag later on
` [PATCH v2 02/13] pci: Move QMP commands to new hw/pci/pci-qmp-cmds.c
` [PATCH v2 03/13] pci: Move HMP commands from monitor/ to new hw/pci/pci-hmp-cmds.c
` [PATCH v2 04/13] pci: Make query-pci stub consistent with the real one
` [PATCH v2 05/13] pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
` [PATCH v2 06/13] pci: Deduplicate get_class_desc()
` [PATCH v2 07/13] pci: Move pcibus_dev_print() to pci-hmp-cmds.c
` [PATCH v2 08/13] pci: Fix silent truncation of pcie_aer_inject_error argument
` [PATCH v2 09/13] pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
` [PATCH v2 10/13] pci: Inline do_pcie_aer_inject_error() into its only caller
` [PATCH v2 11/13] pci: Rename hmp_pcie_aer_inject_error()'s local variable @err
` [PATCH v2 12/13] pci: Improve do_pcie_aer_inject_error()'s error messages
` [PATCH v2 13/13] pci: Reject pcie_aer_inject_error -c with symbolic error status

[PATCH for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-01 11:55 UTC  (2+ messages)

[PATCH] linux-user,bsd-user: re-exec with G_SLICE=always-malloc
 2022-12-01 10:49 UTC  (3+ messages)

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2022-12-01 11:19 UTC  (4+ messages)

[PATCH] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar
 2022-12-01 11:03 UTC  (2+ messages)

[PATCH v2 0/1] tcg: convert tcg/README to rst
 2022-12-01 10:43 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] target/arm: Propagate errno when writing list
 2022-12-01 10:33 UTC 

[PATCH qemu.git 0/1] hw/arm/virt: add 2x sp804 timer
 2022-12-01 10:28 UTC  (2+ messages)

[PATCH v3] e1000e: Configure ResettableClass
 2022-12-01 10:01 UTC 

[PATCH v3] e1000: Configure ResettableClass
 2022-12-01  9:53 UTC 

[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
 2022-12-01  9:49 UTC  (6+ messages)
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree

[PATCH] virtiofsd: Add `sigreturn` to the seccomp whitelist
 2022-12-01  9:44 UTC  (5+ messages)
` [Virtio-fs] "

[PATCH v2 0/4] Guest announce feature emulation using Shadow VirtQueue
 2022-12-01  9:28 UTC  (6+ messages)
` [PATCH v2 3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail

Monitor commands related to display server passwords
 2022-12-01  9:20 UTC  (3+ messages)

[PULL for-7.2 0/2] TCG/i386 fixes for QEMU 7.2-rc4
 2022-12-01  8:54 UTC  (3+ messages)
` [PULL 1/2] target/i386: allow MMX instructions with CR4.OSFXSR=0
` [PULL 2/2] target/i386: Always completely initialize TranslateFault

[PATCH for-7.2] target/i386: Always completely initialize TranslateFault
 2022-12-01  8:51 UTC  (2+ messages)

[PATCH] vhost: Not return fail while the device does not support send_iotlb_msg
 2022-12-01  8:49 UTC  (2+ messages)

[PATCH for 7.2? V2] vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
 2022-12-01  8:47 UTC  (5+ 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).