messages from 2022-11-10 17:54:34 to 2022-11-11 10:36:19 UTC [more...]
[PULL 0/8] Misc fixes
2022-11-11 10:30 UTC (9+ messages)
` [PULL 1/8] rtl8139: Remove unused variable
` [PULL 2/8] tulip: "
` [PULL 3/8] qemu-img: remove "
` [PULL 4/8] host-libusb: Remove "
` [PULL 5/8] libdecnumber/dpd/decimal64: Fix compiler warning from Clang 15
` [PULL 6/8] qga: Allow building of the guest agent without system emulators or tools
` [PULL 7/8] net: Replace TAB indentations with spaces
` [PULL 8/8] Fix several typos in documentation (found by codespell)
How about increasing max_cpus for q35 ?
2022-11-11 10:33 UTC (2+ messages)
[PATCH v2 00/19] At present there is no Windows support for 9p file system
2022-11-11 10:30 UTC (25+ messages)
` [PATCH v2 01/19] qemu/xattr.h: Exclude <sys/xattr.h> for Windows
` [PATCH v2 02/19] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PATCH v2 03/19] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
` [PATCH v2 04/19] osdep.h: Introduce a QEMU file descriptor type
` [PATCH v2 05/19] hw/9pfs: Update 9pfs to use the new QemuFd_t type
` [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows
` [PATCH v2 07/19] hw/9pfs: Implement Windows specific utilities functions for 9pfs
` [PATCH v2 08/19] hw/9pfs: Update the local fs driver to support Windows
` [PATCH v2 09/19] hw/9pfs: Support getting current directory offset for Windows
` [PATCH v2 10/19] hw/9pfs: Add a helper qemu_stat_rdev()
` [PATCH v2 11/19] hw/9pfs: Add a helper qemu_stat_blksize()
` [PATCH v2 12/19] hw/9pfs: Disable unsupported flags and features for Windows
` [PATCH v2 13/19] hw/9pfs: Update v9fs_set_fd_limit() "
` [PATCH v2 14/19] hw/9pfs: Add Linux error number definition
` [PATCH v2 15/19] hw/9pfs: Translate Windows errno to Linux value
` [PATCH v2 16/19] fsdev: Disable proxy fs driver on Windows
` [PATCH v2 17/19] hw/9pfs: Update synth fs driver for Windows
` [PATCH v2 18/19] tests/qtest: virtio-9p-test: Adapt the case for win32
` [PATCH v2 19/19] meson.build: Turn on virtfs for Windows
[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
2022-11-11 10:25 UTC (7+ messages)
` [PULL v4 44/83] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
[PATCH] util/qemu-config: Fix "query-command-line-options" to provide the right values
2022-11-11 10:23 UTC (2+ messages)
[RFC PATCH] tests/plugins: add a new vcpu state tracking plugin
2022-11-11 10:22 UTC (2+ messages)
[PATCH] libdecnumber/dpd/decimal64: Fix compiler warning from Clang 15
2022-11-11 10:09 UTC (4+ messages)
[PULL 0/1] ppc queue
2022-11-11 10:05 UTC (2+ messages)
` [PULL 1/1] hw/pci-host/pnv_phb: Avoid quitting QEMU if hotplug of pnv-phb-root-port fails
[PATCH for-7.2] block/blkio: Set BlockDriver::has_variable_length to false
2022-11-11 10:03 UTC (3+ messages)
[PATCH v3] qapi/qom: Memory backend property prealloc-threads doc fix
2022-11-11 9:34 UTC (5+ messages)
[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
2022-11-11 9:12 UTC (4+ messages)
` [PATCH v2 13/18] tests: add migration tests of TLS with x509 credentials
[PATCH] acpi/tests/avocado/bits: some misc fixes and spelling corrections
2022-11-11 9:06 UTC (2+ messages)
[PATCH for-8.0 v3 00/45] tcg: Support for Int128 with helpers
2022-11-11 7:41 UTC (46+ messages)
` [PATCH for-8.0 v3 01/45] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH for-8.0 v3 02/45] tcg: Tidy tcg_reg_alloc_op
` [PATCH for-8.0 v3 03/45] tcg: Introduce paired register allocation
` [PATCH for-8.0 v3 04/45] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH for-8.0 v3 05/45] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PATCH for-8.0 v3 06/45] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PATCH for-8.0 v3 07/45] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PATCH for-8.0 v3 08/45] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH for-8.0 v3 09/45] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH for-8.0 v3 10/45] tcg: Add temp_subindex to TCGTemp
` [PATCH for-8.0 v3 11/45] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH for-8.0 v3 12/45] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH for-8.0 v3 13/45] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH for-8.0 v3 14/45] tcg: Introduce tcg_type_size
` [PATCH for-8.0 v3 15/45] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PATCH for-8.0 v3 16/45] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH for-8.0 v3 17/45] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH for-8.0 v3 18/45] tcg: Use TCG_CALL_ARG_EVEN for TCI special case
` [PATCH for-8.0 v3 19/45] accel/tcg/plugin: Don't search for the function pointer index
` [PATCH for-8.0 v3 20/45] accel/tcg/plugin: Avoid duplicate copy in copy_call
` [PATCH for-8.0 v3 21/45] accel/tcg/plugin: Use copy_op in append_{udata, mem}_cb
` [PATCH for-8.0 v3 22/45] tci: MAX_OPC_PARAM_IARGS is no longer used
` [PATCH for-8.0 v3 23/45] tcg: Vary the allocation size for TCGOp
` [PATCH for-8.0 v3 24/45] tcg: Use output_pref wrapper function
` [PATCH for-8.0 v3 25/45] tcg: Reorg function calls
` [PATCH for-8.0 v3 26/45] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH for-8.0 v3 27/45] tcg/aarch64: Merge tcg_out_callr into tcg_out_call
` [PATCH for-8.0 v3 28/45] tcg: Add TCGHelperInfo argument to tcg_out_call
` [PATCH for-8.0 v3 29/45] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH for-8.0 v3 30/45] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH for-8.0 v3 31/45] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH for-8.0 v3 32/45] tcg: Introduce tcg_out_addi_ptr
` [PATCH for-8.0 v3 33/45] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH for-8.0 v3 34/45] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH for-8.0 v3 35/45] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH for-8.0 v3 36/45] include/qemu/int128: Use Int128 structure for TCI
` [PATCH for-8.0 v3 37/45] tcg/i386: Add TCG_TARGET_CALL_{RET, ARG}_I128
` [PATCH for-8.0 v3 38/45] tcg/tci: Fix big-endian return register ordering
` [PATCH for-8.0 v3 39/45] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH for-8.0 v3 40/45] tcg: "
` [PATCH for-8.0 v3 41/45] tcg: Add temp allocation for TCGv_i128
` [PATCH for-8.0 v3 42/45] tcg: Add basic data movement "
` [PATCH for-8.0 v3 43/45] tcg: Add guest load/store primitives "
` [PATCH for-8.0 v3 44/45] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH for-8.0 v3 45/45] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32, 64}
[PATCH for-8.0 v2 00/13] target/s390x: Use TCGv_i128
2022-11-11 8:08 UTC (14+ messages)
` [PATCH for-8.0 v2 01/13] tests/tcg/s390x: Add div.c
` [PATCH for-8.0 v2 02/13] tests/tcg/s390x: Add clst.c
` [PATCH for-8.0 v2 03/13] tests/tcg/s390x: Add long-double.c
` [PATCH for-8.0 v2 04/13] target/s390x: Use a single return for helper_divs32/u32
` [PATCH for-8.0 v2 05/13] target/s390x: Use a single return for helper_divs64/u64
` [PATCH for-8.0 v2 06/13] target/s390x: Use Int128 for return from CLST
` [PATCH for-8.0 v2 07/13] target/s390x: Use Int128 for return from CKSM
` [PATCH for-8.0 v2 08/13] target/s390x: Use Int128 for return from TRE
` [PATCH for-8.0 v2 09/13] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH for-8.0 v2 10/13] target/s390x: Use Int128 for returning float128
` [PATCH for-8.0 v2 11/13] target/s390x: Use Int128 for passing float128
` [PATCH for-8.0 v2 12/13] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH for-8.0 v2 13/13] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-11 8:27 UTC (9+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
[PATCH v6 00/10] ASID support in vhost-vdpa net
2022-11-11 8:07 UTC (23+ messages)
` [PATCH v6 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v6 05/10] vdpa: move SVQ vring features check to net/
` [PATCH v6 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode
[PATCH for-7.2] Fix several typos in documentation (found by codespell)
2022-11-11 8:24 UTC (8+ messages)
[PATCH v2] migration: check magic value for deciding the mapping of channels
2022-11-11 7:31 UTC (4+ messages)
[PATCH v3 0/2] hw/nvme: errp fixes
2022-11-11 7:09 UTC (7+ messages)
` [PATCH v3 1/2] hw/nvme: fix incorrect use of errp/local_err
` [PATCH v3 2/2] hw/nvme: cleanup error reporting in nvme_init_pci()
[PATCH for 8.0 0/8] Refactor cryptodev
2022-11-11 6:45 UTC (9+ messages)
` [PATCH for 8.0 1/8] cryptodev: Introduce cryptodev.json
` [PATCH for 8.0 2/8] cryptodev: Remove 'name' & 'model' fields
` [PATCH for 8.0 3/8] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH for 8.0 4/8] cryptodev: Introduce server "
` [PATCH for 8.0 5/8] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH for 8.0 6/8] cryptodev: Support statistics
` [PATCH for 8.0 7/8] cryptodev-builtin: Detect akcipher capability
` [PATCH for 8.0 8/8] hmp: add cryptodev info command
[PATCH v3 0/2] Fix the virtio features negotiation flaw
2022-11-11 6:46 UTC (8+ messages)
` [PATCH v3 1/2] vhost-user: Refactor vhost acked features saving
` [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw
[PATCH] Add missing pixman dependecy
2022-11-11 6:42 UTC (3+ messages)
[PATCH v1 0/4] Support native debug icount trigger
2022-11-11 5:31 UTC (7+ messages)
` [PATCH v1 4/4] target/riscv: Add itrigger_enabled field to CPURISCVState
biosbits test failing on origin/master
2022-11-11 4:22 UTC (2+ messages)
[PULL 00/11] Hexagon bug fixes and performance improvement
2022-11-11 1:06 UTC (13+ messages)
` [PULL 01/11] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PULL 02/11] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
` [PULL 03/11] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
` [PULL 04/11] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PULL 05/11] Hexagon (target/hexagon) Remove PC from the runtime state
` [PULL 06/11] Hexagon (target/hexagon) Remove next_PC from "
` [PULL 07/11] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PULL 08/11] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PULL 09/11] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PULL 10/11] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PULL 11/11] Hexagon (target/hexagon) Use direct block chaining for tight loops
[PATCH] hw/sd/sdhci: reset data count in sdhci_buff_access_is_sequential()
2022-11-11 0:21 UTC (8+ messages)
[PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor
2022-11-11 0:11 UTC (3+ messages)
[PATCH v3 0/7] memory: prevent dma-reentracy issues
2022-11-10 22:50 UTC (4+ messages)
should ioapic_service really be modelling cpu writes?
2022-11-10 22:42 UTC (3+ messages)
[PATCH v2 0/2] hw/nvme: errp fixes
2022-11-10 22:06 UTC (7+ messages)
` [PATCH v2 1/2] hw/nvme: fix incorrect use of errp/local_err
` [PATCH v2 2/2] hw/nvme: cleanup error reporting in nvme_init_pci()
[PATCH for-8.0 0/2] hw/misc: Convert MOS6522 devices to 3-phase reset
2022-11-10 21:53 UTC (6+ messages)
` [PATCH for-8.0 1/2] hw/misc/mos6522: Convert TYPE_MOS6522 "
` [PATCH for-8.0 2/2] hw/misc: Convert TYPE_MOS6522 subclasses "
Is bdrv_poll_co() IO_CODE()?
2022-11-10 21:25 UTC
[PULL 0/3] pc,virtio: regression fixes
2022-11-10 21:06 UTC (4+ messages)
` [PULL 1/3] checkpatch: typo fix
` [PULL 2/3] display: include dependencies explicitly
` [PULL 3/3] virtio-net: fix for heap-buffer-overflow
[RFC PATCH] gitlab: integrate coverage report
2022-11-10 20:54 UTC (2+ messages)
[PATCH for-8.0 0/9] reset: Remove some deprecated APIs
2022-11-10 20:33 UTC (3+ messages)
` [PATCH for-8.0 6/9] hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()
[PATCH 00/13] block: Simplify drain
2022-11-10 20:13 UTC (4+ messages)
` [PATCH 05/13] block: Inline bdrv_drain_invoke()
[PATCH] avocado: use sha1 for fc31 imgs to avoid first time re-download
2022-11-10 19:29 UTC (8+ messages)
[RFC: PATCH v2] Add new build targets 'check-spelling' and 'check-spelling-docs'
2022-11-10 19:22 UTC
[PATCH 0/4] hw: make TCO watchdog actually work by default for Q35
2022-11-10 18:21 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).