QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 09:07:25 to 2021-06-14 16:49:10 UTC [more...]

[PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
 2021-06-14 16:48 UTC  (5+ messages)

[PATCH v2] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
 2021-06-14 16:46 UTC  (2+ messages)

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-06-14 16:43 UTC  (7+ messages)
` [PATCH 3/7] net/rocker: use GDateTime for formatting timestamp in debug messages
` [PATCH 5/7] io: use GDateTime for formatting timestamp for websock headers

[gitlab] Renamed issue labels for target architecture
 2021-06-14 16:29 UTC  (5+ messages)

[PATCH 1/1] hw: virt: consider hw_compat_6_0
 2021-06-14 16:25 UTC  (4+ messages)

[RFC PATCH 0/7] Support protection keys in an AMD EPYC-Milan VM
 2021-06-14 16:21 UTC  (3+ messages)

[PATCH] hw/intc/armv7m_nvic: Remove stale comment
 2021-06-14 16:17 UTC  (2+ messages)

[PATCH 0/2] STM32VLDISCOVERY Machine Model
 2021-06-14 16:16 UTC  (7+ messages)
` [PATCH 1/2] stm32f100: Add the stm32f100 SoC
` [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-14 16:03 UTC  (3+ messages)

[PATCH v2 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
 2021-06-14 15:45 UTC  (2+ messages)

[PATCH 00/28] tcg: bswap improvements
 2021-06-14 15:58 UTC  (18+ messages)
` [PATCH 01/28] tcg: Add flags argument to bswap opcodes
` [PATCH 14/28] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH 15/28] tcg/tci: Support bswap flags
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH 20/28] target/arm: Improve REV32
` [PATCH 22/28] target/arm: Improve REVSH
` [PATCH 25/28] target/mips: Fix gen_mxu_s32ldd_s32lddr

[PATCH v2 00/57] target/arm: First slice of MVE implementation
 2021-06-14 15:10 UTC  (58+ messages)
` [PATCH v2 01/57] target/arm: Provide and use H8 and H1_8 macros
` [PATCH v2 02/57] target/arm: Enable FPSCR.QC bit for MVE
` [PATCH v2 03/57] target/arm: Handle VPR semantics in existing code
` [PATCH v2 04/57] target/arm: Add handling for PSR.ECI/ICI
` [PATCH v2 05/57] target/arm: Let vfp_access_check() handle late NOCP checks
` [PATCH v2 06/57] target/arm: Implement MVE LCTP
` [PATCH v2 07/57] target/arm: Implement MVE WLSTP insn
` [PATCH v2 08/57] target/arm: Implement MVE DLSTP
` [PATCH v2 09/57] target/arm: Implement MVE LETP insn
` [PATCH v2 10/57] target/arm: Add framework for MVE decode
` [PATCH v2 11/57] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v2 12/57] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH v2 13/57] target/arm: Move expand_pred_b() data to translate.c
` [PATCH v2 14/57] target/arm: Implement MVE VCLZ
` [PATCH v2 15/57] target/arm: Implement MVE VCLS
` [PATCH v2 16/57] bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
` [PATCH v2 17/57] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH v2 18/57] target/arm: Implement MVE VMVN (register)
` [PATCH v2 19/57] target/arm: Implement MVE VABS
` [PATCH v2 20/57] target/arm: Implement MVE VNEG
` [PATCH v2 21/57] tcg: Make gen_dup_i32() public
` [PATCH v2 22/57] target/arm: Implement MVE VDUP
` [PATCH v2 23/57] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v2 24/57] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v2 25/57] target/arm: Implement MVE VMULH
` [PATCH v2 26/57] target/arm: Implement MVE VRMULH
` [PATCH v2 27/57] target/arm: Implement MVE VMAX, VMIN
` [PATCH v2 28/57] target/arm: Implement MVE VABD
` [PATCH v2 29/57] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v2 30/57] target/arm: Implement MVE VMULL
` [PATCH v2 31/57] target/arm: Implement MVE VMLALDAV
` [PATCH v2 32/57] target/arm: Implement MVE VMLSLDAV
` [PATCH v2 33/57] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH v2 34/57] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v2 35/57] target/arm: Implement MVE VADD (scalar)
` [PATCH v2 36/57] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v2 37/57] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v2 38/57] target/arm: Implement MVE VBRSR
` [PATCH v2 39/57] target/arm: Implement MVE VPST
` [PATCH v2 40/57] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v2 41/57] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v2 42/57] target/arm: Implement MVE VQDMULL scalar
` [PATCH v2 43/57] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v2 44/57] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)
` [PATCH v2 46/57] target/arm: Implement MVE VQRSHL
` [PATCH v2 47/57] target/arm: Implement MVE VSHL insn
` [PATCH v2 48/57] target/arm: Implmement MVE VRSHL
` [PATCH v2 49/57] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v2 50/57] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH v2 51/57] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v2 52/57] target/arm: Implement MVE VRHADD
` [PATCH v2 53/57] target/arm: Implement MVE VADC, VSBC
` [PATCH v2 54/57] target/arm: Implement MVE VCADD
` [PATCH v2 55/57] target/arm: Implement MVE VHCADD
` [PATCH v2 56/57] target/arm: Implement MVE VADDV
` [PATCH v2 57/57] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

[PATCH v2 00/18] modules: add metadata database
 2021-06-14 15:21 UTC  (25+ messages)
` [PATCH v2 02/18] qapi: add ModuleInfo schema
` [PATCH v2 03/18] modules: add qemu-modinfo utility
` [PATCH v2 17/18] modules: check arch and block load on mismatch

[PATCH] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
 2021-06-14 15:06 UTC  (4+ messages)

[PATCH v2] linux-user/trace-events: fix minor typo in format string
 2021-06-14 15:03 UTC  (2+ messages)

[PATCH] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option
 2021-06-14 15:00 UTC  (3+ messages)

[PULL 00/34] tcg patch queue
 2021-06-14 15:00 UTC  (9+ messages)
` [PULL 03/34] tcg: Re-order tcg_region_init vs tcg_prologue_init

[PATCH] tests: cover aio_co_enter from a worker thread without BQL taken
 2021-06-14 14:52 UTC  (2+ messages)

[PATCH] accel/tcg: Probe the proper permissions for atomic ops
 2021-06-14 14:49 UTC  (3+ messages)

[PATCH 0/8] configure: Change to -std=gnu11
 2021-06-14 14:47 UTC  (5+ messages)
` [PATCH 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC

[PATCH 0/4] export/fuse: Allow other users access to the export
 2021-06-14 14:44 UTC  (5+ messages)
` [PATCH 1/4] export/fuse: Add allow-other option
` [PATCH 2/4] export/fuse: Give SET_ATTR_SIZE its own branch
` [PATCH 3/4] export/fuse: Let permissions be adjustable
` [PATCH 4/4] iotests/308: Test allow-other

[PATCH v5 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-14 14:38 UTC  (8+ messages)
` [PATCH v5 2/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v5 3/9] qapi: make gen_if/gen_endif take a simple string
` [PATCH v5 4/9] qapi: start building an 'if' predicate tree

tb_flush() calls causing long Windows XP boot times
 2021-06-14 14:37 UTC  (9+ messages)

[PATCH V3 00/22] Live Update
 2021-06-14 14:36 UTC  (17+ messages)
          ` [PATCH V3 00/22] Live Update [restart]
                      ` [PATCH V3 00/22] Live Update [restart] : exec
                    ` [PATCH V3 00/22] Live Update [restart] : code replication

[PULL 00/13] Misc fixes patches
 2021-06-14 14:15 UTC  (14+ messages)
` [PULL 01/13] docs: add table of contents to QAPI references
` [PULL 02/13] docs: document how to pass secret data to QEMU
` [PULL 03/13] docs: document usage of the authorization framework
` [PULL 04/13] docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant
` [PULL 05/13] sasl: remove comment about obsolete kerberos versions
` [PULL 06/13] migration: add trace point when vm_stop_force_state fails
` [PULL 07/13] softmmu: add trace point when bdrv_flush_all fails
` [PULL 08/13] block: preserve errno from fdatasync failures
` [PULL 09/13] block: add trace point when fdatasync fails
` [PULL 10/13] block: remove duplicate trace.h include
` [PULL 11/13] migration: use GDateTime for formatting timestamp in snapshot names
` [PULL 12/13] block: use GDateTime for formatting timestamp when dumping snapshot info
` [PULL 13/13] usb/dev-mtp: use GDateTime for formatting timestamp for objects

[RFC PATCH 0/2] New NBD metacontext
 2021-06-14 14:06 UTC  (5+ messages)
` [PATCH 2/2] nbd: Add new qemu:joint-allocation metadata context

[PATCH] linux-user/trace-events: fix minor type in format string
 2021-06-14 13:59 UTC  (4+ messages)

[PATCH v2] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 13:54 UTC 

[PATCH] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 13:52 UTC  (3+ messages)

[PATCH] esp: fix migration version check in esp_is_version_5()
 2021-06-14 13:47 UTC  (6+ messages)

[PATCH] vga: Allow writing VBE_DISPI_ID5 to ID register
 2021-06-14 13:23 UTC  (2+ messages)

[PATCH v2] s390x/css: Selectively copy sense data to IRB
 2021-06-14 13:03 UTC  (3+ messages)

[PULL v2 00/34] tcg patch queue
 2021-06-14 12:46 UTC  (2+ messages)

[PATCH v3 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-14 12:45 UTC  (5+ messages)

[PATCH v1 0/3] RISC-V ACLINT Support
 2021-06-14 12:22 UTC  (7+ messages)
` [PATCH v1 1/3] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v1 2/3] hw/riscv: virt: Re-factor FDT generation
` [PATCH v1 3/3] hw/riscv: virt: Add optional ACLINT support to virt machine

[PATCH v2] virtiofsd: use GDateTime for formatting timestamp for debug messages
 2021-06-14 12:20 UTC  (2+ messages)

[PATCH] linux-user: Set CF_PARALLEL when mapping shared memory
 2021-06-14 12:06 UTC  (2+ messages)

[PATCH v3 1/1] yank: Unregister function when using TLS migration
 2021-06-14 11:57 UTC  (2+ messages)

[PATCH v1] docs: add slot when adding new PCIe root port
 2021-06-14 11:43 UTC 

[PATCH v2] async: the main AioContext is only "current" if under the BQL
 2021-06-14 11:34 UTC  (4+ messages)

[PATCH] plugins: Add missing 'qemu/qht.h' header
 2021-06-14 11:17 UTC  (2+ messages)

[PATCH] gitlab-ci: Add jobs to build standalone machines
 2021-06-14 11:15 UTC  (2+ messages)

[PATCH v2] hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH field
 2021-06-14 11:14 UTC  (2+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-14 11:04 UTC  (7+ messages)
` [PATCH 32/55] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH 43/55] target/arm: Implement MVE VQSHL (vector)

[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
 2021-06-14 10:52 UTC  (2+ messages)

[PATCH v9] introduce vfio-user protocol specification
 2021-06-14 10:46 UTC 

[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-06-14 10:42 UTC  (2+ messages)

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-14 10:36 UTC  (3+ messages)
` [PATCH v5 06/16] qemu-iotests: delay QMP socket timers

[PATCH 0/3] Start fixing kvm-unit-tests for svm
 2021-06-14 10:09 UTC  (4+ messages)
` [PATCH 1/3] target/i386: Added consistency checks for VMRUN intercept and ASID
` [PATCH 2/3] target/i386: Added consistency checks for CR0
` [PATCH 3/3] target/i386: Added Intercept CR0 writes check

[PATCH v8] introduce vfio-user protocol specification
 2021-06-14 10:07 UTC  (8+ messages)

[PATCH v2 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-14 10:01 UTC  (4+ messages)

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14  9:53 UTC  (5+ messages)
` [RFC PATCH V1 1/3] acpi: Eliminate all "
` [RFC PATCH V1 3/3] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-14  9:05 UTC  (8+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-14  9:01 UTC 

[RFC PATCH] migration: Add missing dependency on GNUTLS
 2021-06-14  8:44 UTC  (2+ 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).