qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 09:27:58 to 2021-04-30 13:37:57 UTC [more...]

[PATCH v2 00/13] target/arm: Split translate-*.c.inc into separate compilation units
 2021-04-30 13:27 UTC  (4+ messages)
` [PATCH v2 01/13] target/arm: Move constant expanders to translate.h
` [PATCH v2 03/13] target/arm: Make functions used by m-nocp global
` [PATCH v2 04/13] target/arm: Split m-nocp trans functions into their own file

[Bug 1926759] [NEW] WFI instruction results in unhandled CPU exception
 2021-04-30 13:17 UTC  (3+ messages)
` [Bug 1926759] "

[PULL 00/25] QAPI patches patches for 2021-04-30
 2021-04-30 11:48 UTC  (26+ messages)
` [PULL 01/25] qapi/expr: Comment cleanup
` [PULL 02/25] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PULL 03/25] qapi/expr.py: Check for dict instead of OrderedDict
` [PULL 04/25] qapi/expr.py: constrain incoming expression types
` [PULL 05/25] qapi/expr.py: Add assertion for union type 'check_dict'
` [PULL 06/25] qapi/expr.py: move string check upwards in check_type
` [PULL 07/25] qapi/expr.py: Check type of union and alternate 'data' member
` [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 14/25] qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
` [PULL 15/25] qapi/expr.py: Add docstrings
` [PULL 16/25] qapi/expr.py: Use tuples instead of lists for static data
` [PULL 17/25] qapi/expr: Update authorship and copyright information
` [PULL 18/25] qapi/error: Repurpose QAPIError as an abstract base exception class
` [PULL 19/25] qapi/error: Use Python3-style super()
` [PULL 20/25] qapi/error: Make QAPISourceError 'col' parameter optional
` [PULL 21/25] qapi/error: assert QAPISourceInfo is not None
` [PULL 22/25] qapi/error.py: move QAPIParseError to parser.py
` [PULL 23/25] qapi/error.py: enable pylint checks
` [PULL 24/25] qapi/error: Add type hints
` [PULL 25/25] qapi/error.py: enable mypy checks

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-30 13:24 UTC  (24+ 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 06/15] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [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
` [PATCH v3 10/15] qemu_iotests: extent QMP socket timeout when using valgrind
` [PATCH v3 11/15] qemu_iotests: allow valgrind to read/delete the generated log file
` [PATCH v3 13/15] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests

[PATCH] Fix typo in CFI build documentation
 2021-04-30 13:20 UTC  (2+ messages)

[PATCH 0/3] hw: Restrict PCMCIA to ARM target
 2021-04-30 13:14 UTC  (3+ messages)
` [PATCH 1/3] hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig

[PATCH] accel: kvm: clarify that extra exit data is hexadecimal
 2021-04-30 13:07 UTC  (2+ messages)

Adjustments of NVDIMM devices and future data safety
 2021-04-30 12:18 UTC 

[PATCH v2 00/16] virtio-gpu: split into two devices
 2021-04-30 13:03 UTC  (18+ 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 v2 0/7] target/ppc: untangle cpu init from translation
 2021-04-30 13:02 UTC  (4+ messages)
` [PATCH v2 3/7] target/ppc: Isolated SPR read/write callbacks

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-04-30 13:03 UTC  (5+ messages)
` [PATCH v3 03/30] decodetree: Add support for "
` [PATCH v3 25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI

[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

[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] "


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