qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 08:39:23 to 2021-04-30 13:03:43 UTC [more...]

[PULL 00/43] target-arm queue
 2021-04-30 12:45 UTC  (46+ messages)
` [PULL 01/43] hw/arm/smmuv3: Support 16K translation granule
` [PULL 02/43] target/arm: Make Thumb store insns UNDEF for Rn==1111
` [PULL 03/43] target/arm: Fix mte_checkN
` [PULL 04/43] target/arm: Split out mte_probe_int
` [PULL 05/43] target/arm: Fix unaligned checks for mte_check1, mte_probe1
` [PULL 06/43] test/tcg/aarch64: Add mte-5
` [PULL 07/43] target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1
` [PULL 08/43] target/arm: Merge mte_check1, mte_checkN
` [PULL 09/43] target/arm: Rename mte_probe1 to mte_probe
` [PULL 10/43] target/arm: Simplify sve mte checking
` [PULL 11/43] target/arm: Remove log2_esize parameter to gen_mte_checkN
` [PULL 12/43] target/arm: Fix decode of align in VLDST_single
` [PULL 13/43] target/arm: Rename TBFLAG_A32, SCTLR_B
` [PULL 14/43] target/arm: Rename TBFLAG_ANY, PSTATE_SS
` [PULL 15/43] target/arm: Add wrapper macros for accessing tbflags
` [PULL 16/43] target/arm: Introduce CPUARMTBFlags
` [PULL 17/43] target/arm: Move mode specific TB flags to tb->cs_base
` [PULL 18/43] target/arm: Move TBFLAG_AM32 bits to the top
` [PULL 19/43] target/arm: Move TBFLAG_ANY bits to the bottom
` [PULL 20/43] target/arm: Add ALIGN_MEM to TBFLAG_ANY
` [PULL 21/43] target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
` [PULL 22/43] target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
` [PULL 23/43] target/arm: Fix SCTLR_B test for TCGv_i64 load/store
` [PULL 24/43] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
` [PULL 25/43] target/arm: Enforce word alignment for LDRD/STRD
` [PULL 26/43] target/arm: Enforce alignment for LDA/LDAH/STL/STLH
` [PULL 27/43] target/arm: Enforce alignment for LDM/STM
` [PULL 28/43] target/arm: Enforce alignment for RFE
` [PULL 29/43] target/arm: Enforce alignment for SRS
` [PULL 30/43] target/arm: Enforce alignment for VLDM/VSTM
` [PULL 31/43] target/arm: Enforce alignment for VLDR/VSTR
` [PULL 32/43] target/arm: Enforce alignment for VLDn (all lanes)
` [PULL 33/43] target/arm: Enforce alignment for VLDn/VSTn (multiple)
` [PULL 34/43] target/arm: Enforce alignment for VLDn/VSTn (single)
` [PULL 35/43] target/arm: Use finalize_memop for aa64 gpr load/store
` [PULL 36/43] target/arm: Use finalize_memop for aa64 fpr load/store
` [PULL 37/43] target/arm: Enforce alignment for aa64 load-acq/store-rel
` [PULL 38/43] target/arm: Use MemOp for size + endian in aa64 vector ld/st
` [PULL 39/43] target/arm: Enforce alignment for aa64 vector LDn/STn (multiple)
` [PULL 40/43] target/arm: Enforce alignment for aa64 vector LDn/STn (single)
` [PULL 41/43] target/arm: Enforce alignment for sve LD1R
` [PULL 42/43] hw: add compat machines for 6.1
` [PULL 43/43] hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows

[PATCH v2 00/12] virtio-gpu: Add support for Blob resources feature
 2021-04-30 11:38 UTC  (5+ messages)
` [PATCH v2 07/12] virtio-gpu: Add virtio_gpu_resource_create_blob

[PULL 00/25] QAPI patches patches for 2021-04-30
 2021-04-30 11:48 UTC  (15+ messages)
` [PULL 01/25] qapi/expr: Comment cleanup
` [PULL 05/25] qapi/expr.py: Add assertion for union type 'check_dict'
` [PULL 08/25] qapi/expr.py: Add casts in a few select cases
` [PULL 09/25] qapi/expr.py: Modify check_keys to accept any Collection
` [PULL 10/25] qapi/expr.py: add type hint annotations
` [PULL 11/25] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PULL 12/25] qapi/expr.py: Remove single-letter variable
` [PULL 13/25] qapi/expr.py: enable pylint checks
` [PULL 15/25] qapi/expr.py: Add docstrings
` [PULL 17/25] qapi/expr: Update authorship and copyright information
` [PULL 19/25] qapi/error: Use Python3-style super()
` [PULL 21/25] qapi/error: assert QAPISourceInfo is not None
` [PULL 22/25] qapi/error.py: move QAPIParseError to parser.py
` [PULL 25/25] qapi/error.py: enable mypy checks

[PATCH v2 00/16] virtio-gpu: split into two devices
 2021-04-30 11:35 UTC  (17+ messages)
` [PATCH v2 01/16] virtio-gpu: rename virgl source file
` [PATCH v2 02/16] virtio-gpu: add virtio-gpu-gl-device
` [PATCH v2 03/16] virtio-gpu: move virgl realize + properties
` [PATCH v2 04/16] virtio-gpu: move virgl reset
` [PATCH v2 05/16] virtio-gpu: use class function for ctrl queue handlers
` [PATCH v2 06/16] virtio-gpu: move virgl handle_ctrl
` [PATCH v2 07/16] virtio-gpu: move virgl gl_flushed
` [PATCH v2 08/16] virtio-gpu: move virgl process_cmd
` [PATCH v2 09/16] virtio-gpu: move update_cursor_data
` [PATCH v2 10/16] virtio-gpu: drop VIRGL() macro
` [PATCH v2 11/16] virtio-gpu: move virtio-gpu-gl-device to separate module
` [PATCH v2 12/16] virtio-gpu: drop use_virgl_renderer
` [PATCH v2 13/16] virtio-gpu: move fields to struct VirtIOGPUGL
` [PATCH v2 14/16] virtio-gpu: add virtio-gpu-gl-pci
` [PATCH v2 15/16] modules: add have_vga
` [PATCH v2 16/16] virtio-gpu: add virtio-vga-gl

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-30 12:45 UTC  (16+ messages)
` [PATCH v3 01/15] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v3 02/15] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver
` [PATCH v3 05/15] qemu-iotests: delay QMP socket timers
` [PATCH v3 07/15] qemu-iotests: add gdbserver option to script tests too
` [PATCH v3 09/15] qemu_iotests: extend the check script to support valgrind for python tests

[Bug 1926759] [NEW] WFI instruction results in unhandled CPU exception
 2021-04-30 11:31 UTC 

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-04-30 11:23 UTC  (3+ messages)
` [PATCH v3 25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI

[PATCH] ui: Fix memory leak in qemu_xkeymap_mapping_table()
 2021-04-30 11:21 UTC  (2+ messages)

[PATCH 0/2] cocoa: keyboard quality of life
 2021-04-30 10:58 UTC  (12+ messages)
` [PATCH 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed
` [PATCH 2/2] ui/cocoa: add option to swap Option and Command, enable by default

[PATCH] mirror: stop cancelling in-flight requests on non-force cancel in READY
 2021-04-30 10:56 UTC  (2+ messages)

[RFC PATCH 00/27] Virtio sound card implementation
 2021-04-30 10:56 UTC  (14+ messages)
` [RFC PATCH 01/27] virtio-snd: Add virtio sound header file
` [RFC PATCH 09/27] virtio-snd: Add code for set config function
` [RFC PATCH 11/27] virtio-snd: Add macros for logging
` [RFC PATCH 12/27] virtio-snd: Add control virtqueue handler
` [RFC PATCH 13/27] virtio-snd: Add VIRTIO_SND_R_JACK_INFO handler
` [RFC PATCH 21/27] virtio-snd: Add VIRTIO_SND_R_PCM_STOP handler

[PULL 00/39] Block layer patches
 2021-04-30 10:51 UTC  (40+ messages)
` [PULL 01/39] tests/test-bdrv-graph-mod: add test_parallel_exclusive_write
` [PULL 02/39] tests/test-bdrv-graph-mod: add test_parallel_perm_update
` [PULL 03/39] tests/test-bdrv-graph-mod: add test_append_greedy_filter
` [PULL 04/39] block: bdrv_append(): don't consume reference
` [PULL 05/39] block: BdrvChildClass: add .get_parent_aio_context handler
` [PULL 06/39] block: drop ctx argument from bdrv_root_attach_child
` [PULL 07/39] block: make bdrv_reopen_{prepare,commit,abort} private
` [PULL 08/39] util: add transactions.c
` [PULL 09/39] block: bdrv_refresh_perms: check for parents permissions conflict
` [PULL 10/39] block: refactor bdrv_child* permission functions
` [PULL 11/39] block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
` [PULL 12/39] block: inline bdrv_child_*() permission functions calls
` [PULL 13/39] block: use topological sort for permission update
` [PULL 14/39] block: add bdrv_drv_set_perm transaction action
` [PULL 15/39] block: add bdrv_list_* permission update functions
` [PULL 16/39] block: add bdrv_replace_child_safe() transaction action
` [PULL 17/39] block: fix bdrv_replace_node_common
` [PULL 18/39] block: add bdrv_attach_child_common() transaction action
` [PULL 19/39] block: add bdrv_attach_child_noperm() "
` [PULL 20/39] block: split out bdrv_replace_node_noperm()
` [PULL 21/39] block: adapt bdrv_append() for inserting filters
` [PULL 22/39] block: add bdrv_remove_filter_or_cow transaction action
` [PULL 23/39] block: introduce bdrv_drop_filter()
` [PULL 24/39] block/backup-top: drop .active
` [PULL 25/39] block: drop ignore_children for permission update functions
` [PULL 26/39] block: make bdrv_unset_inherits_from to be a transaction action
` [PULL 27/39] block: make bdrv_refresh_limits() "
` [PULL 28/39] block: add bdrv_set_backing_noperm() "
` [PULL 29/39] block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare
` [PULL 30/39] block: bdrv_reopen_multiple: refresh permissions on updated graph
` [PULL 31/39] block: drop unused permission update functions
` [PULL 32/39] block: inline bdrv_check_perm_common()
` [PULL 33/39] block: inline bdrv_replace_child()
` [PULL 34/39] block: refactor bdrv_child_set_perm_safe() transaction action
` [PULL 35/39] block: rename bdrv_replace_child_safe() to bdrv_replace_child()
` [PULL 36/39] block: refactor bdrv_node_check_perm()
` [PULL 37/39] block: Add BDRV_O_NO_SHARE for blk_new_open()
` [PULL 38/39] qemu-img convert: Unshare write permission for source
` [PULL 39/39] vhost-user-blk: Fail gracefully on too large queue size

[PATCH] spapr: Modify ibm,get-config-addr-info2 to set DEVNUM in PE config address
 2021-04-30 10:52 UTC  (4+ messages)
` [PATCH] spapr: Modify ibm, get-config-addr-info2 "

[RFC PATCH v2 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-04-30 10:49 UTC  (14+ messages)
` [RFC PATCH v2 2/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-04-30 10:36 UTC  (2+ messages)

Let's remove some deprecated stuff
 2021-04-30 10:47 UTC  (7+ messages)

[PATCH] hw/avr/atmega.c: use the avr51 cpu for atmega1280
 2021-04-30 10:27 UTC  (3+ messages)

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-30 10:20 UTC  (7+ messages)
` [PATCH v4 05/12] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v4 06/12] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v4 07/12] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-04-30 10:13 UTC  (3+ messages)
` [Bug 1918302] "

[Qemu-devel] [Bug 1826401] [NEW] qemu-system-aarch64 has a high cpu usage on windows
 2021-04-30 10:08 UTC  (2+ messages)
` [Bug 1826401] "

[Qemu-devel] [Bug 1826175] [NEW] Compilation on MSYS2/MinGW-w64 fails with error: "No rule to make target capstone.lib"
 2021-04-30 10:06 UTC  (2+ messages)
` [Bug 1826175] "

[Qemu-devel] [Bug 1826568] [NEW] RISC-V Disassembler/translator instruction decoding disagreement
 2021-04-30 10:10 UTC  (2+ messages)
` [Bug 1826568] "

[PATCH v2 0/8] GICv3 LPI and ITS feature implementation
 2021-04-30 10:09 UTC  (5+ messages)
` [PATCH v2 1/8] hw/intc: GICv3 ITS initial framework

[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
 2021-04-30  9:59 UTC  (2+ messages)
` [Bug 1907952] "

[PATCH] block: simplify write-threshold and drop write notifiers
 2021-04-30 10:04 UTC  (2+ messages)

[PATCH v4] hw/smbios: support for type 41 (onboard devices extended information)
 2021-04-30  9:51 UTC  (2+ messages)

[Bug 1886076] [NEW] risc-v pmp implementation error
 2021-04-30  9:13 UTC  (2+ messages)
` [Bug 1886076] "

[Bug 1909256] [NEW] compile failure if gnutls headers not on default include path
 2021-04-30  9:14 UTC  (2+ messages)
` [Bug 1909256] "

[Bug 1914696] [NEW] aarch64: migration failed: Segmentation fault (core dumped)
 2021-04-30  9:14 UTC  (2+ messages)
` [Bug 1914696] "

[Bug 1920672] [NEW] Compilation fails silently
 2021-04-30  9:15 UTC  (2+ messages)
` [Bug 1920672] Re: Compilation fails with "ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)"

[Bug 1919035] [NEW] Assertion failure in fifo8_pop_buf() through am53c974
 2021-04-30  9:17 UTC  (2+ messages)
` [Bug 1919035] "

[Bug 1923689] [NEW] sig-abort / coredump observed from aio_ctx_finalize
 2021-04-30  9:18 UTC  (2+ messages)
` [Bug 1923689] "

[Bug 1923693] [NEW] Lack of architecture in gdbstub makes debugging confusing
 2021-04-30  9:18 UTC  (2+ messages)
` [Bug 1923693] "

[Qemu-devel] [Bug 1748296] [NEW] TCG throws Invalid Opcode when executing x86 BMI shlx instruction
 2021-04-30  8:56 UTC  (2+ messages)
` [Bug 1748296] "

[Bug 1909247] [NEW] QEMU: use after free vulnerability in esp_do_dma() in hw/scsi/esp.c
 2021-04-30  9:00 UTC  (2+ messages)
` [Bug 1909247] "

[PATCH v2] vhost-user-blk: Fail gracefully on too large queue size
 2021-04-30  9:17 UTC  (2+ messages)

[Qemu-devel] [Bug 1715203] [NEW] Maintain Haiku support
 2021-04-30  9:14 UTC  (2+ messages)
` [Bug 1715203] "

[Bug 1906193] [NEW] riscv32 user mode emulation: fork return values broken
 2021-04-30  8:57 UTC  (2+ messages)
` [Bug 1906193] "

[Bug 1911666] Re: ZDI-CAN-10904: QEMU Plan 9 File System TOCTOU Privilege Escalation Vulnerability
 2021-04-30  9:01 UTC 

[PATCH v2] monitor: hmp_qemu_io: acquire aio contex, fix crash
 2021-04-30  9:17 UTC  (2+ messages)

[Bug 1910723] [NEW] NULL pointer dereference issues in am53c974 SCSI host bus adapter
 2021-04-30  9:00 UTC  (2+ messages)
` [Bug 1910723] "

[Bug 1912846] [NEW] Assertion hit on hot-unplugging virtio iommu enabled device
 2021-04-30  9:02 UTC  (2+ messages)
` [Bug 1912846] "

[Bug 1913344] [NEW] Exynos4210 UART peripheral data loss
 2021-04-30  9:03 UTC  (2+ messages)
` [Bug 1913344] "

[Bug 1913341] [NEW] Chardev behavior breaks polling based devices
 2021-04-30  9:02 UTC  (2+ messages)
` [Bug 1913341] "

[Bug 1916501] [NEW] qemu-img convert segfaults with specific URL
 2021-04-30  9:04 UTC  (2+ messages)
` [Bug 1916501] "

[Bug 1914236] Re: QEMU: scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator
 2021-04-30  9:04 UTC 

[Qemu-devel] [Bug 1294227] [NEW] migration wrong handling of KVM_GET_DIRTY_LOG ioctl
 2021-04-30  8:54 UTC  (2+ messages)
` [Bug 1294227] "

[Qemu-devel] [Bug 1614609] [NEW] alphabetical order of monitor options
 2021-04-30  8:55 UTC  (2+ messages)
` [Bug 1614609] "

[Bug 1523811] Re: USB assert failure on dev-storage.c
 2021-04-30  8:55 UTC 

[Bug 1907137] [NEW] LDTR not properly emulated when MTE tag checks enabled at EL0
 2021-04-30  8:51 UTC  (2+ messages)
` [Bug 1907137] "

[Bug 1908551] [NEW] aarch64 SVE emulation breaks strnlen and strrchr
 2021-04-30  8:52 UTC  (2+ messages)
` [Bug 1908551] "

[Bug 1912065] [NEW] Segfaults in tcg/optimize.c:212 after commit 7c79721606be11b5bc556449e5bcbc331ef6867d
 2021-04-30  8:53 UTC  (2+ messages)
` [Bug 1912065] "

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-04-30  8:54 UTC  (2+ messages)
` [Bug 1915925] "

[Bug 1906693] Re: Assertion Failure in bdrv_co_write_req_prepare through megasas
 2021-04-30  8:29 UTC 

[Bug 1904331] [NEW] Coding bug in the function serial_ioport_write in serial.c
 2021-04-30  8:26 UTC  (2+ messages)
` [Bug 1904331] "

[Bug 1906905] [NEW] qemu-system-sparc stucked while booting using ss20_v2.25_rom
 2021-04-30  8:34 UTC  (2+ messages)
` [Bug 1906905] "

[Bug 1907817] [NEW] qemu-aarch64 tcg assertion v5.2.0
 2021-04-30  8:35 UTC  (2+ messages)
` [Bug 1907817] "

[Qemu-devel] [Bug 1407808] [NEW] virtual console gives strange response to ANSI DSR
 2021-04-30  8:21 UTC  (2+ messages)
` [Bug 1407808] "

[Qemu-devel] [Bug 1774412] [NEW] -icount sleep=on|off documentation is confusing
 2021-04-30  8:23 UTC  (2+ messages)
` [Bug 1774412] "

[PATCH v1] introduce multifd into guestperf
 2021-04-30  8:33 UTC  (3+ messages)
` [PATCH v1] tests/migration: "


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