qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 11:07:17 to 2021-04-30 16:09:39 UTC [more...]

[PATCH for-6.1 0/4] Remove more superfluous include statements
 2021-04-30 15:59 UTC  (9+ messages)
` [PATCH 1/4] Do not include sysemu/sysemu.h if it's not really necessary
` [PATCH 2/4] Do not include hw/boards.h "
` [PATCH 3/4] Do not include cpu.h "
` [PATCH 4/4] Do not include exec/address-spaces.h "

[Bug 1926782] [NEW] configure script --extra-cflags not passed to config-meson.cross
 2021-04-30 15:47 UTC  (2+ messages)
` [Bug 1926782] "

[PATCH v2 1/8] hw/intc: GICv3 ITS initial framework
 2021-04-30 15:56 UTC  (2+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-04-30 15:49 UTC  (3+ messages)

[PATCH v2] ui: Fix memory leak in qemu_xkeymap_mapping_table()
 2021-04-30 15:50 UTC 

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-30 15:48 UTC  (12+ messages)
` [PATCH v4 08/12] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v4 10/12] qtest/qmp-cmd-test: Make test build-independent from accelerator

[PATCH v2 00/13] target/arm: Split translate-*.c.inc into separate compilation units
 2021-04-30 15:39 UTC  (15+ messages)
` [PATCH v2 01/13] target/arm: Move constant expanders to translate.h
` [PATCH v2 02/13] target/arm: Share unallocated_encoding() and gen_exception_insn()
` [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
` [PATCH v2 05/13] target/arm: Move gen_aa32 functions to translate-a32.h
` [PATCH v2 06/13] target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
` [PATCH v2 07/13] target/arm: Make functions used by translate-vfp global
` [PATCH v2 08/13] target/arm: Make translate-vfp.c.inc its own compilation unit
` [PATCH v2 09/13] target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
` [PATCH v2 10/13] target/arm: Delete unused typedef
` [PATCH v2 11/13] target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
` [PATCH v2 12/13] target/arm: Make functions used by translate-neon global
` [PATCH v2 13/13] target/arm: Make translate-neon.c.inc its own compilation unit

[PATCH v2 00/16] virtio-gpu: split into two devices
 2021-04-30 15:32 UTC  (19+ 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

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

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-04-30 15:08 UTC  (5+ messages)

[PATCH v2] Fix typo in CFI build documentation
 2021-04-30 15:07 UTC 

[Qemu-devel] [Bug 1828608] [NEW] Chardev websocket might not support pasting more than a few chars
 2021-04-30 14:51 UTC  (2+ messages)
` [Bug 1828608] "

[PULL 00/39] Block layer patches
 2021-04-30 15:00 UTC  (41+ 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

[Qemu-devel] [Bug 1843711] [NEW] qemu-xhci device should detect if libusb host supports streams
 2021-04-30 14:51 UTC  (2+ messages)
` [Bug 1843711] "

[PATCH] coverity-scan: list components, move model to scripts/coverity-scan
 2021-04-30 14:59 UTC  (2+ messages)

[PATCH v2] Document qemu-img options data_file and data_file_raw
 2021-04-30 14:45 UTC  (2+ messages)

[PATCH v3 0/4] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
 2021-04-30 14:41 UTC  (3+ messages)
` [PATCH v3 3/4] hw/arm: sabrelite: Connect the Ethernet PHY at address 6

[PATCH 0/2] [RESEND] SEV firmware error list touchups
 2021-04-30 13:48 UTC  (3+ messages)
` [PATCH 1/2] [RESEND] sev: use explicit indices for mapping firmware error codes to strings
` [PATCH 2/2] [RESEND] sev: add missing firmware error conditions

[PATCH v2 0/7] target/ppc: untangle cpu init from translation
 2021-04-30 14:35 UTC  (7+ messages)
` [PATCH v2 3/7] target/ppc: Isolated SPR read/write callbacks
` [PATCH v2 7/7] target/ppc: isolated cpu init from translation logic

[PATCH 0/2] cocoa: keyboard quality of life
 2021-04-30 14:36 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 v3 0/7] tests/acceptance: Handle tests with "cpu" tag
 2021-04-30 13:34 UTC  (8+ messages)
` [PATCH v3 1/7] tests/acceptance: Automatic set -cpu to the test vm
` [PATCH v3 2/7] tests/acceptance: Fix mismatch on cpu tagged tests
` [PATCH v3 3/7] tests/acceptance: Let the framework handle "cpu:VALUE" "
` [PATCH v3 4/7] tests/acceptance: Tagging tests with "cpu:VALUE"
` [PATCH v3 5/7] python/qemu: Add args property to the QEMUMachine class
` [PATCH v3 6/7] tests/acceptance: Add set_vm_arg() to the Test class
` [PATCH v3 7/7] tests/acceptance: Handle cpu tag on x86_cpu_model_versions tests

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-04-30 14:31 UTC  (16+ messages)
` [PATCH v3 01/30] decodetree: Introduce whex and whexC helpers
` [PATCH v3 02/30] decodetree: More use of f-strings
` [PATCH v3 03/30] decodetree: Add support for 64-bit instructions
` [PATCH v3 04/30] decodetree: Extend argument set syntax to allow types
` [PATCH v3 17/30] target/ppc: Remove DisasContext.exception
` [PATCH v3 25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI

[PATCH 0/3] hw: Restrict PCMCIA to ARM target
 2021-04-30 13:16 UTC  (7+ messages)
` [PATCH 1/3] hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
` [PATCH 2/3] hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
` [PATCH 3/3] hw/pcmcia: Do not register PCMCIA type if not required

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-30 14:07 UTC  (33+ 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 08/15] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
` [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 12/15] qemu_iotests: insert valgrind command line as wrapper for qemu binary
` [PATCH v3 13/15] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
` [PATCH v3 14/15] qemu_iotests: add option to show qemu binary logs on stdout
` [PATCH v3 15/15] docs/devel/testing: add -p option to the debug section of QEMU iotests

[PATCH] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
 2021-04-30 14:02 UTC  (2+ messages)

[PATCH] docs: fix link in sbsa description
 2021-04-30 13:58 UTC  (2+ messages)

[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] Fix typo in CFI build documentation
 2021-04-30 13:20 UTC  (2+ messages)

[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 

[PULL 00/43] target-arm queue
 2021-04-30 12:45 UTC  (10+ messages)
` [PULL 34/43] target/arm: Enforce alignment for VLDn/VSTn (single)
` [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 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] 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  (2+ messages)

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


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