qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 21:49:05 to 2021-06-17 12:53:32 UTC [more...]

[PATCH v5 0/6] crypto: Make QCryptoTLSCreds* structures private
 2021-06-17 12:18 UTC  (4+ messages)
` [PATCH v5 1/6] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v5 3/6] chardev/socket: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v5 5/6] ui/vnc: "

[PATCH v3 00/44] target/arm: First slice of MVE implementation
 2021-06-17 12:16 UTC  (41+ messages)
` [PATCH v3 01/44] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v3 02/44] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH v3 03/44] target/arm: Implement MVE VCLZ
` [PATCH v3 04/44] target/arm: Implement MVE VCLS
` [PATCH v3 05/44] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH v3 06/44] target/arm: Implement MVE VMVN (register)
` [PATCH v3 07/44] target/arm: Implement MVE VABS
` [PATCH v3 08/44] target/arm: Implement MVE VNEG
` [PATCH v3 09/44] tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
` [PATCH v3 10/44] target/arm: Implement MVE VDUP
` [PATCH v3 11/44] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v3 12/44] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v3 13/44] target/arm: Implement MVE VMULH
` [PATCH v3 14/44] target/arm: Implement MVE VRMULH
` [PATCH v3 15/44] target/arm: Implement MVE VMAX, VMIN
` [PATCH v3 16/44] target/arm: Implement MVE VABD
` [PATCH v3 17/44] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v3 18/44] target/arm: Implement MVE VMULL
` [PATCH v3 19/44] target/arm: Implement MVE VMLALDAV
` [PATCH v3 20/44] target/arm: Implement MVE VMLSLDAV
` [PATCH v3 21/44] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v3 22/44] target/arm: Implement MVE VADD (scalar)
` [PATCH v3 23/44] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v3 24/44] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v3 25/44] target/arm: Implement MVE VBRSR
` [PATCH v3 26/44] target/arm: Implement MVE VPST
` [PATCH v3 27/44] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v3 28/44] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v3 29/44] target/arm: Implement MVE VQDMULL scalar
` [PATCH v3 30/44] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v3 31/44] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v3 32/44] target/arm: Implement MVE VQSHL (vector)
` [PATCH v3 33/44] target/arm: Implement MVE VQRSHL
` [PATCH v3 34/44] target/arm: Implement MVE VSHL insn
` [PATCH v3 35/44] target/arm: Implmement MVE VRSHL
` [PATCH v3 36/44] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v3 38/44] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v3 39/44] target/arm: Implement MVE VRHADD
` [PATCH v3 40/44] target/arm: Implement MVE VADC, VSBC
` [PATCH v3 41/44] target/arm: Implement MVE VCADD

[PATCH v4 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-17 12:15 UTC  (18+ messages)
` [PATCH v4 1/7] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v4 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v4 3/7] chardev/socket: "
` [PATCH v4 4/7] migration/tls: "
` [PATCH v4 5/7] crypto/tlssession: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v4 7/7] crypto: Make QCryptoTLSCreds* structures private

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-17 12:13 UTC  (2+ messages)

[PATCH v5 00/15] hw/i2c: Remove confusing i2c_send_recv() API
 2021-06-17 11:53 UTC  (16+ messages)
` [PATCH v5 01/15] hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"
` [PATCH v5 02/15] hw/input/lm832x: Define TYPE_LM8323 in public header
` [PATCH v5 03/15] hw/display/sm501: Simplify sm501_i2c_write() logic
` [PATCH v5 04/15] hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 05/15] hw/i2c/ppc4xx_i2c: Add reference to datasheet
` [PATCH v5 06/15] hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 07/15] hw/misc/auxbus: Fix MOT/classic I2C mode
` [PATCH v5 08/15] hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
` [PATCH v5 09/15] hw/misc/auxbus: Replace 'is_write' boolean by its value
` [PATCH v5 10/15] hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v5 11/15] hw/i2c: Remove confusing i2c_send_recv()
` [PATCH v5 12/15] hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
` [PATCH v5 13/15] hw/i2c: Make i2c_start_transfer() direction argument a boolean
` [PATCH v5 14/15] hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()
` [PATCH v5 15/15] hw/i2c: Introduce i2c_start_recv() and i2c_start_send()

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-17 11:58 UTC  (6+ messages)

[PATCH v2] linux-user/trace-events: fix minor typo in format string
 2021-06-17 11:47 UTC  (3+ messages)

[PATCH] gitlab-ci: Add jobs to build standalone machines
 2021-06-17 11:45 UTC  (3+ messages)

[PATCH] virtio-gpu: Call Virgl only in the main thread
 2021-06-17 11:35 UTC 

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-17 11:29 UTC  (13+ messages)

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-17 11:03 UTC  (9+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PULL 00/45] Memory, i386, compilation, bugfix changes for 2021-06-17
 2021-06-17 10:21 UTC  (47+ messages)
` [PULL 01/45] vnc: avoid deprecation warnings for SASL on OS X
` [PULL 02/45] vl: Fix an assert failure in error path
` [PULL 03/45] qemu-config: use qemu_opts_from_qdict
` [PULL 04/45] block/scsi: correctly emulate the VPD block limits page
` [PULL 05/45] runstate: Initialize Error * to NULL
` [PULL 06/45] esp: only assert INTR_DC interrupt flag if selection fails
` [PULL 07/45] esp: only set ESP_RSEQ at the start of the select sequence
` [PULL 08/45] esp: allow non-DMA callback in esp_transfer_data() initial transfer
` [PULL 09/45] esp: handle non-DMA transfers from the target one byte at a time
` [PULL 10/45] esp: ensure PDMA write transfers are flushed from the FIFO to the target immediately
` [PULL 11/45] esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
` [PULL 12/45] esp: correctly accumulate extended messages for PDMA
` [PULL 13/45] esp: fix migration version check in esp_is_version_5()
` [PULL 14/45] esp: store lun coming from the MESSAGE OUT phase
` [PULL 15/45] softmmu/physmem: Mark shared anonymous memory RAM_SHARED
` [PULL 16/45] softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
` [PULL 17/45] softmmu/physmem: Fix qemu_ram_remap() "
` [PULL 18/45] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PULL 19/45] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PULL 20/45] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PULL 21/45] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PULL 22/45] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PULL 23/45] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PULL 24/45] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PULL 25/45] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PULL 26/45] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PULL 27/45] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PULL 28/45] qmp: Clarify memory backend properties returned via query-memdev
` [PULL 29/45] qmp: Include "share" property of memory backends
` [PULL 30/45] hmp: Print "share" property of memory backends with "info memdev"
` [PULL 31/45] qmp: Include "reserve" property of memory backends
` [PULL 32/45] hmp: Print "reserve" property of memory backends with "info memdev"
` [PULL 33/45] configure: map x32 to cpu_family x86_64 for meson
` [PULL 34/45] target/i386: Refactored intercept checks into cpu_svm_has_intercept
` [PULL 35/45] target/i386: Added consistency checks for VMRUN intercept and ASID
` [PULL 36/45] target/i386: Added consistency checks for CR0
` [PULL 37/45] target/i386: Added Intercept CR0 writes check
` [PULL 38/45] configure: Use -std=gnu11
` [PULL 39/45] softfloat: Use _Generic instead of QEMU_GENERIC
` [PULL 40/45] util: Use real functions for thread-posix QemuRecMutex
` [PULL 41/45] util: Pass file+line to qemu_rec_mutex_unlock_impl
` [PULL 42/45] util: Use unique type for QemuRecMutex in thread-posix.h
` [PULL 43/45] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
` [PULL 44/45] qemu/compiler: Remove QEMU_GENERIC
` [PULL 45/45] configure: Remove probe for _Static_assert

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-17 10:28 UTC  (4+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-17 10:06 UTC  (4+ messages)

[PATCH 0/4] modules: add support for target-specific modules
 2021-06-17 10:07 UTC  (10+ messages)

[PATCH] hw/nvme: fix pin-based interrupt behavior (again)
 2021-06-17 10:09 UTC  (2+ messages)

[PATCH] coreaudio: Fix output stream format settings
 2021-06-17 10:01 UTC  (2+ messages)

[PATCH] audio: Fix format specifications of debug logs
 2021-06-17  9:59 UTC  (2+ messages)

[PATCH v2] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
 2021-06-17  9:56 UTC  (5+ messages)

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-17  9:55 UTC  (6+ messages)

[PATCH v3 0/7] block: file-posix queue
 2021-06-17  9:59 UTC  (6+ messages)
` [PATCH v3 3/7] block: add max_hw_transfer to BlockLimits

[PATCH v10] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17  9:50 UTC 

[RFC 1/3] tests: qtest: add qtest_has_kvm() to check if tested binary supports KVM
 2021-06-17 10:00 UTC  (2+ messages)
` [RFC v2 "

[PULL 00/34] NBD patches for 2021-06-15
 2021-06-17  9:42 UTC  (2+ messages)

[PATCH] hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)
 2021-06-17  9:38 UTC  (2+ messages)

[PATCH v3 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-17  9:31 UTC  (2+ messages)

[PATCH 0/5] linux-user/s390x: Fix psw.mask handling in signals
 2021-06-17  8:33 UTC  (2+ messages)

[Bug 206818] Re: qemulator.py crashed with IndexError in on_comboboxMachinetype_changed()
 2021-06-17  7:50 UTC 

[Bug 490484] Re: running 64bit client in 64bit host with intel crashes
 2021-06-17  7:51 UTC 

[Qemu-devel] [Bug 1665789] [NEW] More resolutions for vga displays
 2021-06-17  7:45 UTC  (2+ messages)
` [Bug 1665789] "

[Qemu-devel] [Bug 676934] [NEW] Ability to use -net socket with unix sockets
 2021-06-17  7:38 UTC  (2+ messages)
` [Bug 676934] "

[Qemu-devel] [Bug 1054558] [NEW] 1366x768 resolution missing
 2021-06-17  7:41 UTC  (2+ messages)
` [Bug 1054558] "

[Bug 1893003] [NEW] qemu-user doesn't translate host/target data for iovec I/O
 2021-06-17  7:12 UTC  (2+ messages)
` [Bug 1893003] Re: qemu linux-user "

[Qemu-devel] [Bug 1835839] [NEW] qemu-user: $0 incorrectly always reports absolute path
 2021-06-17  7:07 UTC  (2+ messages)
` [Bug 1835839] "

[Bug 1860914] [NEW] QEMU prepends pathnames to command lines of Multiboot kernels and modules, contrary to the specification
 2021-06-17  7:09 UTC  (2+ messages)
` [Bug 1860914] "

[Qemu-devel] [Bug 1452742] [NEW] the option for vdagent communication needed for qxl scren resizing is not documented
 2021-06-17  6:55 UTC  (2+ messages)
` [Bug 1452742] "

[Bug 1907909] [NEW] assertion failure in am53c974
 2021-06-17  6:47 UTC  (2+ messages)
` [Bug 1907909] "

[PATCH v2 0/2] DEVICE_UNPLUG_ERROR QAPI event
 2021-06-17  5:59 UTC  (5+ messages)
` [PATCH v2 1/2] qapi/machine.json: add "

[PATCH 0/7] Fixed some bugs and optimized some codes for COLO
 2021-06-17  5:50 UTC  (9+ messages)
` [PATCH 1/7] Some minor optimizations "
` [PATCH 2/7] Fixed qemu crash when guest power off in COLO mode
` [PATCH 3/7] Fixed SVM hang when do failover before PVM crash
` [PATCH 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
` [PATCH 5/7] Removed the qemu_fclose() in colo_process_incoming_thread
` [PATCH 6/7] Changed the last-mode to none of first start COLO
` [PATCH 7/7] Optimized the function of fill_connection_key

[PATCH v2 00/23] target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries)
 2021-06-17  5:21 UTC  (5+ messages)
` [PATCH v2 22/23] hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)
` [PATCH v2 23/23] hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)

[PATCH v3 0/4] s390x: Fix IRB sense data
 2021-06-17  5:05 UTC  (3+ messages)
` [PATCH v3 2/4] s390x/css: Split out the "

[PATCH v4 0/6] support dirtyrate at the granualrity of vcpu
 2021-06-17  4:49 UTC  (4+ messages)
` [PATCH v4 2/6] memory: make global_dirty_log a bitmask

[PATCH v2 0/1] input: Add lang1 and lang2 to QKeyCode
 2021-06-17  2:31 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2] ui/gtk: Allow user to select monitor number to display qemu in full screen through new gtk display option
 2021-06-17  2:06 UTC 

[PATCH v2 0/1] accel/tcg: Fix #390 and other atomicity musings
 2021-06-17  1:12 UTC  (2+ messages)
` [PATCH v2 1/1] accel/tcg: Probe the proper permissions for atomic ops

[PATCH 00/21] linux-user: Move signal trampolines to new page
 2021-06-17  0:24 UTC  (9+ messages)
` [PATCH 07/21] linux-user/hexagon: Implement setup_sigtramp
` [PATCH 14/21] linux-user/openrisc: "

[PATCH v4 00/15] hw/i2c: Remove confusing i2c_send_recv() API
 2021-06-17  0:23 UTC  (15+ messages)
` [PATCH v4 02/15] hw/input/lm832x: Define TYPE_LM8323 in public header
` [PATCH v4 03/15] hw/display/sm501: Simplify sm501_i2c_write() logic
` [PATCH v4 04/15] hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
` [PATCH v4 06/15] hw/i2c/ppc4xx_i2c: "
` [PATCH v4 08/15] hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases
` [PATCH v4 09/15] hw/misc/auxbus: Replace 'is_write' boolean by its value
` [PATCH v4 11/15] hw/i2c: Remove confusing i2c_send_recv()
` [PATCH v4 12/15] hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
` [PATCH v4 13/15] hw/i2c: Make i2c_start_transfer() direction argument a boolean
` [PATCH v4 14/15] hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()
` [PATCH v4 15/15] hw/i2c: Introduce i2c_start_recv() and i2c_start_send()

[PATCH v3 00/13] hw/i2c: Remove confusing i2c_send_recv() API
 2021-06-16 23:42 UTC  (8+ messages)
` [PATCH v3 06/13] hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()


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