qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-26 16:40:38 to 2020-06-26 22:22:27 UTC [more...]

[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls
 2020-06-26 21:39 UTC  (4+ messages)
` [PATCH 1/3] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH 2/3] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory
` [PATCH 3/3] linux-user: Add strace support for printing arguments of some clock and time functions

[PULL 00/63] riscv-to-apply queue
 2020-06-26 21:44 UTC  (53+ messages)
` [PULL 01/63] riscv: plic: Honour source priorities
` [PULL 02/63] riscv: plic: Add a couple of mising sifive_plic_update calls
` [PULL 03/63] target/riscv: add vector extension field in CPURISCVState
` [PULL 04/63] target/riscv: implementation-defined constant parameters
` [PULL 05/63] target/riscv: support vector extension csr
` [PULL 06/63] target/riscv: add vector configure instruction
` [PULL 07/63] target/riscv: add an internals.h header
` [PULL 08/63] target/riscv: add vector stride load and store instructions
` [PULL 09/63] target/riscv: add vector index "
` [PULL 10/63] target/riscv: add fault-only-first unit stride load
` [PULL 11/63] target/riscv: add vector amo operations
` [PULL 12/63] target/riscv: vector single-width integer add and subtract
` [PULL 13/63] target/riscv: vector widening "
` [PULL 14/63] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PULL 15/63] target/riscv: vector bitwise logical instructions
` [PULL 16/63] target/riscv: vector single-width bit shift instructions
` [PULL 17/63] target/riscv: vector narrowing integer right "
` [PULL 18/63] target/riscv: vector integer comparison instructions
` [PULL 19/63] target/riscv: vector integer min/max instructions
` [PULL 20/63] target/riscv: vector single-width integer multiply instructions
` [PULL 21/63] target/riscv: vector integer divide instructions
` [PULL 22/63] target/riscv: vector widening integer multiply instructions
` [PULL 23/63] target/riscv: vector single-width integer multiply-add instructions
` [PULL 24/63] target/riscv: vector widening "
` [PULL 25/63] target/riscv: vector integer merge and move instructions
` [PULL 26/63] target/riscv: vector single-width saturating add and subtract
` [PULL 27/63] target/riscv: vector single-width averaging "
` [PULL 28/63] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PULL 29/63] target/riscv: vector widening saturating scaled multiply-add
` [PULL 30/63] target/riscv: vector single-width scaling shift instructions
` [PULL 31/63] target/riscv: vector narrowing fixed-point clip instructions
` [PULL 32/63] target/riscv: vector single-width floating-point add/subtract instructions
` [PULL 33/63] target/riscv: vector widening "
` [PULL 34/63] target/riscv: vector single-width floating-point multiply/divide instructions
` [PULL 35/63] target/riscv: vector widening floating-point multiply
` [PULL 36/63] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PULL 37/63] target/riscv: vector widening "
` [PULL 38/63] target/riscv: vector floating-point square-root instruction
` [PULL 39/63] target/riscv: vector floating-point min/max instructions
` [PULL 40/63] target/riscv: vector floating-point sign-injection instructions
` [PULL 41/63] target/riscv: vector floating-point compare instructions
` [PULL 42/63] target/riscv: vector floating-point classify instructions
` [PULL 43/63] target/riscv: vector floating-point merge instructions
` [PULL 44/63] target/riscv: vector floating-point/integer type-convert instructions
` [PULL 45/63] target/riscv: widening "
` [PULL 46/63] target/riscv: narrowing "
` [PULL 47/63] target/riscv: vector single-width integer reduction instructions
` [PULL 48/63] target/riscv: vector wideing "
` [PULL 49/63] target/riscv: vector single-width floating-point "
` [PULL 53/63] target/riscv: vmfirst find-first-set mask bit
` [PULL 54/63] target/riscv: set-X-first "
` [PULL 62/63] target/riscv: vector compress instruction

[PATCH] hw/arm: Add 'virtm' hardware
 2020-06-26 21:40 UTC  (8+ messages)

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-06-26 21:29 UTC  (3+ messages)
` [RFC v2 1/1] "

[PATCH v6 0/9] hw/misc/pca9552: Trace GPIO change events
 2020-06-26 21:28 UTC  (4+ messages)
` [PATCH v6 1/9] hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()

[PATCH v2 0/2] linux-user/sparc64: Translate flushw opcode
 2020-06-26 21:23 UTC  (2+ messages)

[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
 2020-06-26 21:21 UTC  (8+ messages)
` [PATCH 1/6] target/riscv: move gen_nanbox_fpr to translate.c
` [PATCH 2/6] target/riscv: NaN-boxing compute, sign-injection and convert instructions
` [PATCH 3/6] target/riscv: Check for LEGAL NaN-boxing
` [PATCH 4/6] target/riscv: check before allocating TCG temps
` [PATCH 5/6] target/riscv: Flush not valid NaN-boxing input to canonical NaN
` [PATCH 6/6] target/riscv: clean up fmv.w.x

[PATCH] hw/core/null-machine: Do not initialize unused chardev backends
 2020-06-26 21:15 UTC  (2+ messages)

[PATCH 0/2] Fix couple of issues with AMD topology
 2020-06-26 20:56 UTC  (11+ messages)
` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug

[PATCH v4 00/16] python: add mypy support to python/qemu
 2020-06-26 20:41 UTC  (17+ messages)
` [PATCH v4 01/16] python/qmp.py: Define common types
` [PATCH v4 02/16] iotests.py: use qemu.qmp type aliases
` [PATCH v4 03/16] python/qmp.py: re-absorb MonitorResponseError
` [PATCH v4 04/16] python/qmp.py: Do not return None from cmd_obj
` [PATCH v4 05/16] python/qmp.py: add casts to JSON deserialization
` [PATCH v4 06/16] python/qmp.py: add QMPProtocolError
` [PATCH v4 07/16] python/machine.py: Fix monitor address typing
` [PATCH v4 08/16] python/machine.py: reorder __init__
` [PATCH v4 09/16] python/machine.py: Don't modify state in _base_args()
` [PATCH v4 10/16] python/machine.py: Handle None events in events_wait
` [PATCH v4 11/16] python/machine.py: use qmp.command
` [PATCH v4 12/16] python/machine.py: Add _qmp access shim
` [PATCH v4 13/16] python/machine.py: fix _popen access
` [PATCH v4 14/16] python/qemu: make 'args' style arguments immutable
` [PATCH v4 15/16] iotests.py: Adjust HMP kwargs typing
` [PATCH v4 16/16] python/qemu: Add mypy type annotations

[PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation
 2020-06-26 20:39 UTC  (6+ messages)
` [PATCH v2 1/2] tests/qht-bench: Adjust testing rate by -1
` [PATCH v2 2/2] tests/qht-bench: Adjust threshold computation

[PATCH v3 00/16] python: add mypy support to python/qemu
 2020-06-26 20:34 UTC  (7+ messages)
` [PATCH v3 12/16] python/machine.py: Add _qmp access shim

[PATCH] util/qemu-error: prepend guest name to error message to identify affected VM owner
 2020-06-26 20:31 UTC  (2+ messages)

[Bug 1885332] [NEW] Error in user-mode calculation of ELF aux vector's AT_PHDR
 2020-06-26 20:17 UTC 

[PATCH v4 0/3] python/machine.py: refactor shutdown
 2020-06-26 20:23 UTC  (4+ messages)
` [PATCH v4 1/3] python/machine.py: consolidate _post_shutdown()
` [PATCH v4 2/3] python/machine.py: refactor shutdown
` [PATCH v4 3/3] python/machine.py: re-add sigkill warning suppression

QEMU | Pipeline #160595897 has failed for master | 553cf5d7
 2020-06-26 20:10 UTC 

[PATCH v1 00/18] testing/next (vm, gitlab)
 2020-06-26 19:37 UTC  (4+ messages)
` [PATCH v1 12/18] tests/vm: allow us to take advantage of MTTCG

[PATCH v3 00/30] testing/next (gitlab, vm, docker)
 2020-06-26 19:13 UTC  (32+ messages)
` [PATCH v3 01/30] iotests: Fix 051 output after qdev_init_nofail() removal
` [PATCH v3 02/30] crypto/linux_keyring: fix 'secret_keyring' configure test
` [PATCH v3 03/30] tests/vm: pass args through to BaseVM's __init__
` [PATCH v3 04/30] tests/vm: Add configuration to basevm.py
` [PATCH v3 05/30] tests/vm: Added configuration file support
` [PATCH v3 06/30] tests/vm: Add common Ubuntu python module
` [PATCH v3 07/30] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH v3 08/30] tests/vm: Added a new script for centos.aarch64
` [PATCH v3 09/30] tests/vm: change scripts to use self._config
` [PATCH v3 10/30] python/qemu: Add ConsoleSocket for optional use in QEMUMachine
` [PATCH v3 11/30] tests/vm: Add workaround to consume console
` [PATCH v3 12/30] tests/vm: switch from optsparse to argparse
` [PATCH v3 13/30] tests/vm: allow us to take advantage of MTTCG
` [PATCH v3 14/30] tests/docker: check for an parameters not empty string
` [PATCH v3 15/30] tests/docker: change tag naming scheme of our images
` [PATCH v3 16/30] .gitignore: un-ignore .gitlab-ci.d
` [PATCH v3 17/30] gitlab-ci: Fix the change rules after moving the YML files
` [PATCH v3 18/30] gitlab: introduce explicit "container" and "build" stages
` [PATCH v3 19/30] gitlab: build all container images during CI
` [PATCH v3 20/30] gitlab: convert jobs to use custom built containers
` [PATCH v3 21/30] gitlab: build containers with buildkit and metadata
` [PATCH v3 22/30] tests/docker: add --registry support to tooling
` [PATCH v3 23/30] tests/docker: add packages needed for check-acceptance
` [PATCH v3 24/30] gitlab: add acceptance testing to system builds
` [PATCH v3 25/30] tests/docker: add a linux-user testing focused image
` [PATCH v3 26/30] gitlab: enable check-tcg for linux-user tests
` [PATCH v3 27/30] gitlab: add avocado asset caching
` [PATCH v3 28/30] gitlab: split build-disabled into two phases
` [PATCH v3 29/30] gitlab: limit re-builds of the containers
` [PATCH v3 30/30] containers.yml: build with docker.py tooling

[PULL 00/57] target-arm queue
 2020-06-26 18:56 UTC  (2+ messages)

[PATCH v3 0/3] Add OpenSBI dynamic firmware support
 2020-06-26 18:48 UTC  (7+ messages)
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM
` [PATCH v3 3/3] riscv: Add opensbi firmware dynamic support

[PATCH v4 0/7] build some devices as modules
 2020-06-26 18:46 UTC  (3+ messages)
` [PATCH v4 1/7] qdev: add support for device module loading

[PATCH 0/3] virtiofsd capability changes and addition
 2020-06-26 18:42 UTC  (4+ messages)
` [PATCH 3/3] virtiofsd: Allow addition or removal of capabilities

QEMU | Pipeline #160573945 has failed for master | 3591ddd3
 2020-06-26 18:38 UTC 

[PULL 00/84] QOM patches for 2020-06-15
 2020-06-26 18:28 UTC  (2+ messages)

[PATCH v2] timer: Handle decrements of PIT counter
 2020-06-26 18:27 UTC  (2+ messages)

[PATCH 00/46] Less clumsy error checking
 2020-06-26 18:22 UTC  (5+ messages)
` [PATCH 07/46] error: Avoid more error_propagate() when error is not used here
` [PATCH 08/46] error: Avoid unnecessary error_propagate() after error_setg()

[PATCH v5 00/15] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-26 17:43 UTC  (18+ messages)
` [PATCH v5 01/15] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v5 02/15] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v5 03/15] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v5 04/15] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v5 05/15] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v5 06/15] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v5 07/15] hw/sd/sdcard: Initialize constant values first
` [PATCH v5 08/15] hw/sd/sdcard: Check address is in range
` [PATCH v5 09/15] hw/sd/sdcard: Update the SDState documentation
` [PATCH v5 10/15] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v5 11/15] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v5 12/15] hw/sd/sdcard: Make iolen unsigned
` [PATCH v5 13/15] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v5 14/15] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v5 15/15] hw/sd/sdcard: Simplify realize() a bit

[PATCH 00/10] RFC: Move SPICE to a load module
 2020-06-26 17:35 UTC  (16+ messages)
` [PATCH 01/10] modules: Provide macros making it easier to identify module exports
` [PATCH 02/10] minikconf: Pass variables for modules
` [PATCH 03/10] spice: Make spice a module configuration
` [PATCH 04/10] spice: Move all the spice-related code in spice-app.so
` [PATCH 05/10] build: Avoid build failure when building drivers as modules
` [PATCH 06/10] trivial: Remove extra trailing whitespace
` [PATCH 07/10] qxl - FIXME: Build as module
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files
` [PATCH 09/10] spice: Put spice functions in a separate load module
` [PATCH 10/10] REMOVE: Instrumentation to show the module functions being replaced

[PATCH v3 0/3] python/machine.py: refactor shutdown
 2020-06-26 17:28 UTC  (8+ messages)

[PULL v2 00/31] Misc patches for 2020-06-24
 2020-06-26 17:22 UTC  (2+ messages)

[PATCH] util/coroutine: Cleanup start_switch_fiber_ for TSAN
 2020-06-26 17:00 UTC 

QEMU | Pipeline #160548290 has failed for master | 87fb952d
 2020-06-26 17:06 UTC 

[PATCH v4 00/14] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-26 16:54 UTC  (4+ messages)

[PATCH v4 0/3] Add Scripts for Finding Top 25 Executed Functions
 2020-06-26 16:45 UTC  (4+ messages)
` [PATCH v4 1/3] scripts/performance: Add topN_perf.py script
` [PATCH v4 2/3] scripts/performance: Add topN_callgrind.py script
` [PATCH v4 3/3] MAINTAINERS: Add 'Performance Tools and Tests'subsection

[PATCH] migration/block-dirty-bitmap: fix add_bitmaps_to_list
 2020-06-26 16:48 UTC  (3+ messages)

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description
 2020-06-26 16:44 UTC  (3+ 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).