qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 05:41:14 to 2022-12-04 07:31:57 UTC [more...]

[PULL 0/3] Optional fixes for inclusion into QEMU 7.2.0-rc4
 2022-12-04  7:30 UTC  (4+ messages)
` [PULL 1/3] tests/qtest/migration-test: Fix unlink error and memory leaks
` [PULL 2/3] target/s390x/tcg: Fix and improve the SACF instruction
` [PULL 3/3] hw/display/next-fb: Fix comment typo

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2022-12-04  7:23 UTC  (4+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH v2 0/2] Use a more portable way to enable target specific functions
 2022-12-04  1:51 UTC  (3+ messages)
` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
` [PATCH 2/2] meson: Set avx512f option to auto

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

[PATCH] configure: Add --enable-lto
 2022-12-04  0:03 UTC 

[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
 2022-12-03 23:19 UTC  (7+ messages)
` [PATCH 1/6] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PATCH 2/6] hw/misc: Allwinner A10 DRAM Controller Emulation
` [PATCH 3/6] hw/i2c: Allwinner TWI/I2C Emulation
` [PATCH 4/6] hw/misc: Allwinner AXP-209 Emulation
` [PATCH 5/6] hw/arm: Add AXP-209 to Cubieboard
` [PATCH 6/6] hw/arm: Allwinner A10 enable SPL load from MMC

[PATCH] target/riscv: Set pc_succ_insn for !rvc illegal insn
 2022-12-03 17:57 UTC 

[PATCH RESEND v3 00/10] migration: introduce dirtylimit capability
 2022-12-03 17:09 UTC  (11+ messages)
` [PATCH RESEND v3 01/10] dirtylimit: Fix overflow when computing MB
` [PATCH RESEND v3 02/10] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH RESEND v3 03/10] kvm: dirty-ring: Fix race with vcpu creation
` [PATCH RESEND v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH RESEND v3 05/10] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH RESEND v3 06/10] migration: Introduce dirty-limit capability
` [PATCH RESEND v3 07/10] migration: Refactor auto-converge capability logic
` [PATCH RESEND v3 08/10] migration: Implement dirty-limit convergence algo
` [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation
` [PATCH RESEND v3 10/10] tests: Add migration dirty-limit capability test

[PATCH v3 00/10] migration: introduce dirtylimit capabilit
 2022-12-03 17:06 UTC  (14+ messages)
` [PATCH v3 01/10] dirtylimit: Fix overflow when computing MB
` [PATCH v3 02/10] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v3 03/10] kvm: dirty-ring: Fix race with vcpu creation
` [PATCH v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v3 05/10] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v3 06/10] migration: Introduce dirty-limit capability
` [PATCH v3 07/10] migration: Refactor auto-converge capability logic
` [PATCH v3 08/10] migration: Implement dirty-limit convergence algo
` [PATCH v3 09/10] migration: Export dirty-limit time info for observation
` [PATCH v3 10/10] tests: Add migration dirty-limit capability test
` [PATCH RESEND v3 00/10] migration: introduce dirtylimit capability

[PATCH] acpi/tests/avocado/bits: add mformat as one of the dependencies
 2022-12-03 13:24 UTC 

[PATCH] docs/acpi/bits: document BITS_DEBUG environment variable
 2022-12-03 13:23 UTC 

[PATCH] blockdev: add 'media=cdrom' argument to support usb cdrom emulated as cdrom
 2022-12-03 12:51 UTC  (5+ messages)

[PATCH v2 00/11] migration: introduce dirtylimit capability
 2022-12-03  9:42 UTC  (17+ messages)
` [PATCH v2 01/11] dirtylimit: Fix overflow when computing MB
` [PATCH v2 02/11] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v2 04/11] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v2 05/11] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v2 06/11] migration: Introduce dirty-limit capability
` [PATCH v2 08/11] migration: Export dirty-limit time info

[PATCH] vhost: Not return fail while the device does not support send_iotlb_msg
 2022-12-03  7:37 UTC  (3+ messages)

[PATCH 0/3] python: testing fixes
 2022-12-03  0:52 UTC  (4+ messages)
` [PATCH 1/3] Python: fix flake8 config
` [PATCH 2/3] iotests/check: Fix typing for sys.exit() value
` [PATCH 3/3] python: add 3.11 to supported list

[PATCH] qemu/machine: add asyncio process-management demo
 2022-12-03  0:20 UTC  (2+ messages)

[PATCH v2 for-8.0] target/s390x/tcg: Fix and improve the SACF instruction
 2022-12-02 23:39 UTC  (5+ messages)

[QEMU][PATCH v2 01/11] hw/i386/xen/: move xen-mapcache.c to hw/xen/
 2022-12-02 22:36 UTC  (17+ messages)
` [QEMU][PATCH v2 05/11] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v2 07/11] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
` [QEMU][PATCH v2 10/11] hw/arm: introduce xenpv machine

[PATCH] .gitlab/issue_templates: Move suggestions into comments
 2022-12-02 20:53 UTC  (2+ messages)

[PATCH 0/5] Update AMD EPYC CPU Models
 2022-12-02 19:47 UTC  (6+ messages)
` [PATCH 1/5] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH 2/5] target/i386: Add new EPYC CPU versions with updated cache_info
` [PATCH 3/5] target/i386: Add a couple of feature bits in 8000_0008_EBX
` [PATCH 4/5] target/i386: Add feature bits for CPUID_Fn80000021_EAX
` [PATCH 5/5] target/i386: Add missing feature bits in EPYC-Milan model

[RFC PATCH for 8.0] configure: repeat ourselves for the benefit of CI
 2022-12-02 19:04 UTC  (2+ messages)

[PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
 2022-12-02 15:12 UTC 

[RFC PATCH] test-bdrv-drain: keep graph manipulations out of coroutines
 2022-12-02 17:22 UTC  (3+ messages)

[PATCH v2 for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-02 16:32 UTC  (2+ messages)

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-12-02 15:21 UTC  (6+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio

[PATCH v2 00/14] ui: Move and clean up monitor command code
 2022-12-02 15:09 UTC  (22+ messages)
` [PATCH v2 01/14] ui: Check numeric part of expire_password argument @time properly
` [PATCH v2 02/14] ui: Fix silent truncation of numeric keys in HMP sendkey
` [PATCH v2 03/14] ui/spice: Require spice-protocol >= 0.14.0
` [PATCH v2 04/14] Revert "hmp: info spice: take out webdav"
` [PATCH v2 05/14] ui/spice: Require spice-server >= 0.14.0
` [PATCH v2 06/14] ui/spice: QXLInterface method set_mm_time() is now dead, drop
` [PATCH v2 07/14] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
` [PATCH v2 08/14] ui: Clean up a few things checkpatch.pl would flag later on
` [PATCH v2 09/14] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PATCH v2 10/14] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
` [PATCH v2 11/14] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PATCH v2 12/14] ui: Improve "change vnc" error reporting
` [PATCH v2 13/14] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PATCH v2 14/14] ui: Reduce nesting in hmp_change_vnc() slightly

[PATCH v3 0/3] KVM: allow listener to stop all vcpus before
 2022-12-02 14:32 UTC  (8+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls

[PATCH for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-02 14:28 UTC  (4+ messages)

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-02 14:26 UTC  (7+ messages)
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

regression: insmod module failed in VM with nvdimm on
 2022-12-02 13:44 UTC  (8+ messages)

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

[PATCH] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar
 2022-12-02 13:30 UTC  (3+ messages)

[RFC PATCH for 8.0] backends/vhost-user: relax the ioeventfd check
 2022-12-02 13:22 UTC 

[PATCH v2] softmmu/physmem: Fix address of FlatView access in address_space_(read|write)_cached_slow()
 2022-12-02 12:29 UTC  (3+ messages)

[PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch
 2022-12-02 10:25 UTC  (2+ messages)
` [PULL for 7.2-rc4 1/1] hw/loongarch/virt: Add cfi01 pflash device

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-12-02  9:53 UTC  (5+ messages)
` [PATCH v1 10/12] hw/arm: introduce xenpv machine

tests/qtest: Is vnc-display-test supposed to work on Darwin?
 2022-12-02  9:49 UTC 

[PATCH for-8.0 v3 00/34] tcg misc patches
 2022-12-02  9:42 UTC  (36+ 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 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

[PATCH v3 00/13] tcg/s390x: misc patches
 2022-12-02  6:52 UTC  (14+ messages)
` [PATCH v3 01/13] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH v3 02/13] tcg/s390x: Remove TCG_REG_TB
` [PATCH v3 03/13] tcg/s390x: Use LARL+AGHI for odd addresses
` [PATCH v3 04/13] tcg/s390x: Distinguish RRF-a and RRF-c formats
` [PATCH v3 05/13] tcg/s390x: Distinguish RIE formats
` [PATCH v3 06/13] tcg/s390x: Support MIE2 multiply single instructions
` [PATCH v3 07/13] tcg/s390x: Support MIE2 MGRK instruction
` [PATCH v3 08/13] tcg/s390x: Support MIE3 logical operations
` [PATCH v3 09/13] tcg/s390x: Create tgen_cmp2 to simplify movcond
` [PATCH v3 10/13] tcg/s390x: Generalize movcond implementation
` [PATCH v3 11/13] tcg/s390x: Support SELGR instruction in movcond
` [PATCH v3 12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz
` [PATCH v3 13/13] tcg/s390x: Implement ctpop operation

[PATCH 0/9] ui: Move and clean up monitor command code
 2022-12-02  6:52 UTC  (8+ messages)
` [PATCH 3/9] ui: Drop disabled code for SPICE_CHANNEL_WEBDAV

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (10+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE


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